搜索资源列表
随机迷宫解
- 输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code inte
pdemo_c
- This example program uses function calls to PATHLIB4.DLL to create multi-segment paths of straight line and circular arc segments. It was created using Borland s C++ Builder. Source code is included.
cy001_source
- 《竹林蹊径》作者的CY001开发板配的源码,含固件代码、驱动程序代码、Windows调用程序源码,是学习驱动开发,尤其是USB驱动开发的最好的参考。-" Bamboo forest paths," the author of CY001 development board with the source code, containing the firmware code, driver code, Windows calls the program source code
Circuit
- 基于Unity3D的相机自动漫游路径生成代码,用户可以交互状态下,建立路径Hermit曲线的控制点,然后自动生成路径离散数组,粘贴到显示程序中便可运行。-Unity3D camera based automatic roaming path generation code, the user can interact with the state, to establish the path Hermit curve control point, and then automatically g
KTV_Program
- [KTV_Program] 此為主程式部份,使用Microsoft Visual Basic 6.0專業版製作。 [KTV] 此為測試檔,請先將這個資料夾放到C槽底下,如此開[KTV_Program]的主程式時,才不會找不到檔案,若要改其他路徑請修改dir.txt這個檔案 ([KTV_Program]及[KTV]裡都有這個檔案,二個都要修改),若要直接執行測試檔可以點選KTV點唱系統.exe。 若不能開主程式,表示你沒有安裝專業版的套件,請安裝專業版或上官網更新專業版
ALG_K_ShortPath
- this a program to count the shortest path in a graph-this is a program to count the shortest path in a graph
ffalinks
- Free For All Link Page v1.2 This scr ipt allows visitors to add links to your page in a specified category. It is quite easy to install -1.Open links.pl with a text editor. Change the url in line one, to the Perl program at your ser
maze
- 走迷宫的小程序:8*8的小迷宫,可以随机自动生成,左上角为起点,右下角为终点,0代表通,1代表不通;行走方向有八个(不是四个),方向代号由正南起,逆时针依次是0到7.迷宫路径以8表示,最后生成的迷宫路径记录中,第一个坐标和第二个坐标表示横、纵坐标,第三个表示在当前位置时出路的方向。程序可以自动识别无出路的迷宫。到目前为止测试没出现问题!-Maze small program: 8* 8 a small maze, you can randomly auto-generated upper-lef
File_association
- 选择文件,提取文件图标,文件格式类型,默认打开该文件的程序路径等!-Select the file, extract the file icon, file format types, the default program to open the file paths!
k_shortest
- 本程序的功能是寻找前k条最短路径,在DOS窗口中先输出了网络节点的拓扑结构,然后输入源节点与目的节点,输出最短路径以及前k条最短路径。 -The functionality of the program is to find pre-k shortest paths. First output in the DOS window of the topology of the network node, and then enter the source node and destinatio
migong_all_path
- 迷宫问题,完成的是一个现实中的迷宫游戏求最短路径及所有路径的问题,本程序相对于航班信息查询系统比较简单,主要包含使用系统迷宫(可以选择迷宫的入口和出口,并输出所有路径和最短路径),使用新建迷宫(可以自己设计迷宫的大小,及所有通路,可以选择迷宫的入口和出口,并输出所有路径和最短路径),用到了栈的使用,如栈的创建、入栈、出栈等函数功能。 -Maze problem, complete the maze is a real game for the shortest path and all path
gdi-program-des
- 本书专门讲述了GDI+编程中与开发自定义控件相关的功能,重点放在Windows Forms自定义控件的创建上,同时也讨论了ASP.NET服务器控件的创建问题。全书共分为4个部分:第1部分是对GDI+的用途和结构的概述,第2部分结合代码实例讲述了GDI+编程的具体细节,如绘图表面、坐标系、钢笔和笔刷、文本和字体、图像和图像操作、路径和区域、变换的处理和打印等。其中涉及了GDI+在自定义控件中的应用最相关的所有的类、方法、属性和事件。第3部分集中讲解了自定义控件的设计和开发,包括自定义控件的定义、特
migong
- 以一个m*n的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得到没有通路的结论。-M* n of a square that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the maze, find a pathway from the entrance to the exit, o
Abussrarl
- 还关于一些路径问题,造成一些小麻烦 将该文件保存在c盘根目录下,并且有Java环境,然后双击traffic.jar快捷方式就能运行本程序源码 本本系统用Java语言开发,使用netbeans工具,使用 aaccess 数据库 本系统也有许多缺陷有待改进,是一个简单易懂的课设成品 可直接使用。 -On some paths, resulting in some little trouble to save the file in the c root directory and the Jav
variable-speed-Traffic
- 程序是基于元胞自动机的交通模型,主要是针对单车道、单车变数运动的描述-Program is based on cellular automaton traffic model for the descr iption of the movement of bicycle paths, cycling variables
recognize
- 采用C++语言编写的基于BP神经网络的手写体数字识别程序,使用方式为通过命令提示符向main函数传递待识别的图像的绝对路径。-Using C++ language through the command prompt is passed to the main function to be identified image handwritten digit recognition based on BP neural network program, use absolute paths.
a_star
- a星算法,用于计算2d中的障碍物,可以使用本程序进行路径选择-a star algorithm used to calculate the the 2d obstacles, you can use the program to select paths
migong
- 迷宫问题,程序根据用户选择的大小生成一个随机迷宫,由用户输入两组坐标分别作为迷宫的出口和入口,程序计算从出口到入口的所有路径,找到最短和最长路径并输出路径信息。-Maze problem, according to the user to select the size of the program generates a random maze, two sets of coordinates were entered by the user as the entrance and exit
knight
- 这个fortran小程序可用于画出象棋中‘马’在棋盘上走的路径的所有可能解。-This small program can be used to draw all the possible solutions of chess walking paths on the board .
shortestpath
- 输入图,输出最短路径。输入的图需要是 起点 距离 终点 格式-The program first read the input file to create node link list with name of nodes and count the number of nodes. Then it reread the input file to form the adjacency matrix of the graph. It has functions of creating, add
