搜索资源列表
VC野人八数码程序
- 用VC编制的集成的野人和八数码演示程序。其中野人程序用动态的效果演示,并能设置进度。八数码程序能根据给出的源状态转换成目标状态。-VC establishment of integrated Savage and eight digital presentations. Savage procedures which use dynamic demonstration effect, and can be programmed to progress. Eight digital process
八数码 1
- 本程序为一个很好的八数码(又称九宫图)程序,为本人的人工智能课程设计。-the procedures for a good eight digital (also known as JiuGongTu) procedure, the artificial intelligence of my course design.
八数码多算法实现
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
用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 more than the actual value
人工智能八数码问题
- 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
八数码软件
- A*算法解决八数码软件-A * algorithm to solve eight digital software
八数码问题
- 一个解决八数码问题的源码,不知道怎么样,多多指教-a digital solution to the problem source, I do not know how kind, exhibitions
八数码vc++
- 用了三种算法,广度优先,深度优先,还有A*算法,界面也很智能
八数码
- 用A*算法解决八数码问题
8puzzle(C)
- A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
eightpuzzle
- 八数码问题,利用A*算法求解八数码问题,其中h函数为不在位将牌数-8 digital issues, the use of A* algorithm to solve 8 digital issues, including h function is the number of licenses is not in place to
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
8Digit
- 使用了A*,A,深度优先,宽度优先等算法解决八数码,由于高强度的优化,使得运算十分之快,而且功能齐全,界面好看.是上学期俺做的人工智能作业.-The use of A*, A, depth-first, breadth-first algorithm to solve, such as eight digital, high-intensity as a result of the optimization, making a very fast operation, and full-feat
eg
- 一个简单的求解八数码问题的程序。采用A*算法,注释清晰易读-A simple eight digital problem solving procedures. Using A* algorithm, legible notes
八数码A星算法加扩展节点分析
- 基于matlab八数码的A*算法实现,有图形界面化,对用户友好。(Based on MATLAB eight digital A* algorithm, graphical interface, user-friendly.)
八数码还原
- 八数码游戏还原程序,按照一定顺序输入九个数字,给出还原步骤(Eight digital game reduction program, according to a certain order of input nine numbers, give the reduction step)
8数码
- 实现八数码问题的一个小算法平台,其中包括深度优先、广度优先、最好优先算法。(A small algorithm platform for eight digital problems, including depth first, breadth priority and best priority algorithm.)
A星算法求解八数码问题(20180320125952)
- A星算法求解八数码问题, 人工智能作業2(A star algorithm to solve eight digital problems, artificial intelligence operation 2)
八数码A*算法,A算法
- 八数码A*,A算法程序,使用c语言实现。只需将txt中内容复制,粘贴到C语言运行环境中,即可。