搜索资源列表
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.
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
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
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
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现