-
introduced some very popular java security design patterns and security strategy...
介绍一些非常流行的java安全设计模式和安全策略,并且含有源代码,对java开发者来说,是有非常好的借鉴作用-introduced some very popular java security design patterns and security strategy and contains the source code for Java developers, there is very good reference
- 2022-01-22 04:33:59下载
- 积分:1
-
单片机LCD驱动,请仔细检查
飞思卡尔单片机液晶驱动程序,请仔细检查
- 2023-08-20 12:40:04下载
- 积分:1
-
The Linux 2.4 Kernel s Startup Procedure:即Linux2.4内核的启动过程的代码详解,值得参考!...
The Linux 2.4 Kernel s Startup Procedure:即Linux2.4内核的启动过程的代码详解,值得参考!-The Linux 2.4 Kernel"s Startup Procedure : that the launch of Linux kernel code Comments on the process, it is also useful to look!
- 2022-04-07 06:25:27下载
- 积分:1
-
Excel and VBA Program Design
Excel与VBA程序设计-Excel and VBA Program Design
- 2022-06-30 23:17:35下载
- 积分:1
-
Linux networking ebook
Linux networking ebook -Linux networking ebook
- 2022-04-08 23:55:17下载
- 积分:1
-
e ldd2 the original text, hard to find than English (many errors) good
ldd2的e文原版,找得辛苦,比中文版(错误不少)好-e ldd2 the original text, hard to find than English (many errors) good
- 2022-01-28 06:07:46下载
- 积分:1
-
统一建模语言
统一建模语言--UML:UML的目标之一就是为开发团队提供标准通用的设计语言来开发和构建计算机应用。-unified modeling language-- UML : UML is one of the objectives for the development team to provide a common standard design language to develop and build a computer application.
- 2022-05-30 03:13:21下载
- 积分:1
-
C++ XML is a book exclusively devoted to the power and complexities of integrati...
C++ XML is a book exclusively devoted to the power and complexities of integrating XML standards into C++.-C. XML is a book exclusively devoted to the po wer and complexities of integrating XML standa rds into C.
- 2023-08-13 17:10:04下载
- 积分:1
-
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫...
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。
为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
- 2022-03-21 17:16:01下载
- 积分:1
-
严蔚敏:数据结构题集(C语言版),非常经典的数据结构习题集...
严蔚敏:数据结构题集(C语言版),非常经典的数据结构习题集-YAN Wei-Min: questions set data structure (C language version), very classic data structures Exercises Set
- 2022-03-26 00:27:20下载
- 积分:1