-
20060511-171903
说明: 单源最短路径dijtsra算法的python实现(single source shortest path algorithm dijtsra achieve python)
- 2006-05-11 17:42:37下载
- 积分:1
-
ves-master
VES 3D framework for Windows
- 2014-10-22 20:50:25下载
- 积分:1
-
Maze-code
以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) (With an m × n the long square maze, 0 and 1, respectively maze of pathways and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or come to the conclusion there is no path. First of a two-dimensional array to store the data maze, maze data input by the user. A linked list storage structure for stack type, and then write a recursive or non-recursive solving the maze procedure. Obtained access to triples (i, j, d) in the form of output, of which: (i, j) indicates the maze of a coordinate, d represents the coordinates walked next direction (east, south, west, north four directions used on behalf of a digital, self-defined))
- 2014-01-20 15:41:40下载
- 积分:1
-
聪明的程序员用Delphi大家都知道吧,学习Delphi的人你一定知道吧,想检验你的Delphi学的怎么样么?看看吧!对你可能有帮助!...
聪明的程序员用Delphi大家都知道吧,学习Delphi的人你一定知道吧,想检验你的Delphi学的怎么样么?看看吧!对你可能有帮助!-clever programmers with Delphi everyone you know, learning Delphi certain people you know you, you want to test the Delphi learn how kind? Let"s see it! You may have to help!
- 2022-03-05 11:14:02下载
- 积分:1
-
tstReadMem
实现内存的读取,程序有详细代码,还有涉及一些Unicode编程(Reading achievement of memory, the program code in detail, but also involves a number of Unicode Programming)
- 2009-05-12 12:43:12下载
- 积分:1
-
TS
说明: 禁忌搜索算法解决TSP问题,以中国31省会城市的最短旅行路径为例来说明TS算法的优越性(TS algorithm to solve TSP problem)
- 2014-12-10 10:55:42下载
- 积分:1
-
C语言开发实战.pdf
这是一本基础的c语言的书,书中有大量开发实例,对于有点c语言基础来说比较好懂。
- 2021-05-06下载
- 积分:1
-
Wavelet
说明: 用C语言实现小波变换,有利于初学者更好的理解小波变换过程(Using C language to achieve wavelet transform, is conducive to a better understanding of beginners wavelet transform the process of)
- 2021-01-25 21:48:43下载
- 积分:1
-
802.16
802.16 protocol specification
- 2007-09-13 15:07:33下载
- 积分:1
-
TestADC
AVR-MEGA8单片机中使用AD转换的一个例子,原本是用于锂电池充电器中实时检测电量的。程序没有采用中断方式,而是软件调用AD转换函数。(AVR-MEGA8 Singlechip AD converter used in an example of the original lithium battery charger for real-time detection of electricity. Procedures did not interrupt, but the software AD conversion function call.)
- 2008-03-25 07:58:42下载
- 积分:1