搜索资源列表
8Puzzle
- 用A性算法,求解八数码问题。用的是C++语言。-With A of algorithms to solve the problem of digital 8. Using a C++ language.
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.
eightnum
- 用 C#实现八数码问题 图形化更形象地解决实际问题更为直观-Using C# to achieve the eight digital graphical solution to the problem
EightPuzzle
- 八数码问题的c++源码,visual studio2005下编写,实现界面化,并提供了图形化演示过程。-8 digital issues of c++ source code, visual studio2005 prepared, of the realization of the interface and provide a graphical demonstration.
EightQ1-4
- 解决八数码问题,使用C#的代码,不是很好,请大家指点-8 digital issues to resolve, using C# code, not very good, let us pointing
A_Star_8
- 八数码问题,用c语言实现,有详细的注释!8 digital issues, using c language implementation, contains a detailed comment!-8 digital issues, using c language implementation, contains a detailed comment!
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
c
- 人工智能 动物产生式规则 推理 tsp问题 八数码问题 图形学 画直线-Animal production rule reasoning artificial intelligence problem tsp eight digital graphics drawing a straight line problems
aStar
- a*算法八数码 用c++编写a*算法,完成八数码问题-a* algorithm eight digital with c++ to write a* algorithm, completed eight digital
Axinsuanfa
- 用c语言编写,通过a星算法解决八数码和十五数码问题-To solve eight digital and fifteen digital problem through the a star algorithm
Puzzle
- C#用一个小游戏来演示八数码问题,产生1到8之间的随机整数,根据val的值来对lbl1……lbl8进行定位,判断整数num是否已经存在,八数码问题很有意思,游戏操作:按下的是向上键,空格下方的数据向上一格,交换数据,这里是将数字label和空白label交换,判断8个数字的排列是否满足要求。-C# con un poco de juego para demostrar el problema digitales ocho, generar un entero aleatorio entre 1
test_eight
- 八数码问题的C++实现,需要的可以看一下。-C++ eight digital implementations, the need to look at.
AiiPn
- C++ A星算法实现八数码问题,启发函数为每一个将牌与其目标位置之间距离(不考虑夹在其间的将牌)的总和。-C++ A star algorithm eight digital, distance heuristic function sum (without considering sandwiched therebetween trump) between each of the brand to its target location
eight
- 八数码问题用A*算法解决,c++语言,源代码。-Eight digital A* algorithm to solve
AI
- 一个C++文件和实验报告,解决八数码问题,可以扩展到n数码-A C++ documents and lab reports, eight digital problem solving, can be extended to n Digital
重排九宫格
- 具体描述:在一个3×3的方格棋盘上放置8个标有1、2、3、4、5、6、7、8数字的将牌,留下一个空格(用0表示)。 规定:与空格相邻的将牌可以移入空格。 实现寻找一条从初始状态到目标状态的将牌移动路线。(Specific descr iption: placed in a 3 x 3 checkerboard labeled with 1, 2, 8, 3, 5, 6, 7, 4, 8 digital cards, leaving a space (0). Provisions: adj
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现