搜索资源列表
eight_number
- 本程序可以实现有启发式函数的八数码搜索问题:你可以输入任何合理的初始值和中止值,就可以运行并输出最优解!-this program can achieve a heuristic function of eight digital Search : you can import any reasonable value and the initial value of the stay on the run and the output optimal solution!
人工智能八数码问题
- 人工智能八数码问题,包括盲目搜索,不在位和距离两种A*算法。
小游戏八数码
- 自己做的C#小游戏-own C# little game
以下为我写的源程序,在TC++3.0下运行通过
- 八数码 delphi源代码 八数码 delphi源代码 八数码 delphi源代码-8 8 digital source digital delphi eight digital delphi source delphi eight digital source digital delphi 8 8 digital source delphi source delphi eight digital source digital delphi 8 8 digital source code del
数字识别
- 一个简单的八数码问题,你可以通过输入1到9的样字,通过训练,可以识别1到9的数字-A easy eight-number question,we can exercise the figure form one to nine,and the program can give out the result.
八数码
- 用A*算法解决八数码问题
AStarAlgorithmsApplication
- C#实现的基于迭代加深的A*算法的八数码问题-A-star Algorithms application
EightNum
- 八数码问题,包括源码和运行结果,在c#环境下编译运行。-Eight digital issues, including the source code and run the results at c# compiler running under.
Digital
- 我这里实现的是八数码的问题,带有源代码,欢迎大家使用-8 Digital
eight
- 利用C#编写的八数码程序,由自己完成游戏,不是计算机自动完成-The use of C# written in eight digital process to complete the game by themselves, not a computer auto-complete
MagicalSquares
- 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
8shunma
- 八数码问题求解,用C语言做的,以重排九宫问题为例演示全局择优搜索法的搜索过程-8 digital problem-solving, using C language to do, in order to demonstrate rearrangement of Lo Shu Square as an example the global search process preferred search method
eightnum
- 三种算法(A*,广度优先,深度优先)求解八数码问题,方便对三种算法的优劣作比较-Three algorithms (A*, BFS, DFS) for Eight digital issues, to facilitate the merits of the three algorithms for comparison
EightNumberCodeGame
- C#八数码游戏,利用控件实现八数码游戏。具有一定的趣味性。-CSharp EightNumberCodeGame
Eight_Num_Fengart
- 八数码小游戏,附带三种算法。 代码结构清晰,初学者的可以下载学习。 -Eight digital games, with three algorithms. Code structure clear, beginners can download the study.
EightNumber
- c#开发的八数码软件,有很好的数据结构支持!运行速度快,效率高.-c# development of the eight digital software, have a good data structure support! run fast and efficient.
HuaRongDao
- 在.net环境下用c#开发小游戏八数码,比较经典-In. Net c# development environment with eight digital games, more classic
eight-igital
- 编码实现八数码问题,实现从初始状态到目标状态的过程。-Encoding eight digital process from the initial state to target state.
bashuma
- C#实现八数码游戏 界面winform,简单实现数字的移动,坐标点的控制-C# implementation eight digital game interface winform, simple digital mobile, the coordinates of the control points
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现