搜索资源列表
编制迷宫程序(用A算法来实现)
- 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-through the preparation of the maze procedure to skillfully master A * algorithm. * A full understanding of algorithms and heuristic function of
用A算法实现八数码难题
- 用A*算法来对人工智能中的八数码难题进行实现-A * algorithm used for artificial intelligence to the eight digital challenge to achieve
八数码问题(A星算法)
- 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet n
A星算法
- 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入
八数码
- 用A*算法解决八数码问题
用VB和USB通信的一个实例
- 一个用vb开发的源代码-vb development with a source code
用继电器控制“警灯”闪动的电路
- 这是在Multisim下做的一个仿真,请在multisim下打开-This is done under the Multisim a simulation, please open the Multisim
A Port Scanner
- 用Java实现的一个端口扫描器,能扫描出开放的端口-use of a Java port scanners can scan the opening of ports
用VC++编写USB接口通信程序4
- 关于用VC编写的USB接口通信程序的论文,很值得一看-A paper for USB communication programing, VC++.
编制迷宫程序(用A算法来实现)
- 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-through the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
用ADO连接Excel的超简单例子
- 在DELPHI中使用ADO控件连接MS EXCEL的简单例子,比较简单,挺好用的,有兴趣可以试试。-used in Delphi ADO connection MS Excel simple example, relatively simple, very good use, and are interested can try.
用双线性变换法设计IIR滤波器
- 双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线-bilinear transform infinite impulse response filter units in the design, use of simulation is a prototype and Chebyshev low-pass Butterworth filter. To dem
一个用JAVA编写的记事本
- 我上传的是一个用java编写的记事本小程序,功能十分的强大-I uploaded using java is a memo prepared by the small procedures, functions very powerful! !
用A算法实现八数码难题
- 用A*算法来对人工智能中的八数码难题进行实现-A* algorithm used for artificial intelligence to the eight digital challenge to achieve
八数码问题(A星算法)
- 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A* algorithm eight digital problem. A* algorithm also called the plan the best search algorithm, it is instructive function to meet not
8数码A算法
- 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体
Apathfinder
- 这也是一个用A*算法编写的寻路搜索算法源程序,-This is an A* algorithm used to prepare the wayfinding search algorithm source,
A-ruiuh
- 气象观测数据A文件转换成报表程序,很好用。请联系。-A meteorological observation data file conversion into statements procedure is useful. Please contact.
eight
- 一个简单的用A*算法实现8数码问题的人工智能程序-use a simple A* algorithm to achieve the eight digital artificial intelligence procedures
A-star
- 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem