-
protel的封装库 希望对大家有用,这是和99se相适应的,希望大家能够逐渐丰富该文件...
protel的封装库 希望对大家有用,这是和99se相适应的,希望大家能够逐渐丰富该文件-protel library package you want to be useful, it is compatible, and 99se, and I hope that we can progressively enrich the document
- 2022-10-18 03:55:04下载
- 积分:1
-
c语言和c++的编程思想和c语言编程中常用的一些算法的代码
c语言和c++的编程思想和c语言编程中常用的一些算法的代码-c c language and programming ideas and c programming language commonly used algorithm of the code
- 2022-04-23 00:25:42下载
- 积分:1
-
深蓝vc培训课程第三部分,一个电信业务的实例,涉及vc的界面编程
深蓝vc培训课程第三部分,一个电信业务的实例,涉及vc的界面编程-blue vc training courses third part, an example of the telecommunications business, involving vc programming interface
- 2022-02-15 01:50:03下载
- 积分:1
-
LDPC is an important aspect of coding theory, this book is the detailed Chinese...
LDPC是编码理论的重要内容,本书是LDPC的详细中文书.-LDPC is an important aspect of coding theory, this book is the detailed Chinese book LDPC.
- 2023-03-12 17:50:04下载
- 积分:1
-
JSP Network Application Guide 2003 16
JSP网络应用教程2003 16-JSP Network Application Guide 2003 16
- 2023-01-26 16:15:09下载
- 积分:1
-
Fortran常用算法程序集-第二版。
很好的书啊。
Fortran常用算法程序集-第二版。
很好的书啊。-Fortran algorithm commonly used procedures set- the second edition. Ah very good book.
- 2023-03-26 11:25:05下载
- 积分:1
-
关于硬盘低格的详细方法,对于要低格的朋友来说很更要,网上收集...
关于硬盘低格的详细方法,对于要低格的朋友来说很更要,网上收集-Low on the hard disk of the detailed methodology for grid, the lower grid is more of a friend is to, on-line collection
- 2023-07-10 06:30:03下载
- 积分:1
-
softice book
softice book
- 2022-03-21 19:16:05下载
- 积分:1
-
这个可是国内高手彭建军的db2学习笔记,在我学db2的时候提供了很多的帮助,作为入门教材也可以,作为晋级阅读也可以...
这个可是国内高手彭建军的db2学习笔记,在我学db2的时候提供了很多的帮助,作为入门教材也可以,作为晋级阅读也可以-The internal master Peng Jianjun, but the db2 study notes, in my school when db2 offers a lot of help, as a primer can also be, as a promotion can also be read
- 2023-07-19 17:15:02下载
- 积分: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