搜索资源列表
number1
- 八数码的C++解法,广度优先算法完成,人工智能中难题-eight digital C solution, the breadth - first algorithm. AI problems
er2006.6.28
- 用八数码算法写的贴图游戏! 作了提示和等级设置功能!-with eight digital mapping algorithm written in the game! Tips and made grades of functional!
EightFigure(A-Star)
- 经典的八数码问题,重在相互交流(A*算法实现).-eight digital classic problem lies in mutual exchanges (A * algorithm).
MazeBot
- 很好的解决八数码问题,快速,有效,很好的哦大家可以试试哦
eightnumber
- 使用广度优先算法快速解决八数码问题,有效,很好用哦
number
- 一个简单的分别使用深度,广度优先搜索算法和A*算法的八数码问题。
bashumayouxi
- 可以进行八数码的游戏,用VS2005编写的,实现了八数码的很多功能,游戏设计很经典
八数码问题的源代码
- 八数码问题的源代码-eight digital source of the problem
八数码游戏
- .net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。
rebuild-picture
- WPF和C#编写的拼图游戏,可以选择多种方式拼图,比如八数码游戏,视频拼图等。-WPF and C#, jigsaw puzzle, jigsaw puzzle you can choose a variety of ways, such as eight digital games, video puzzles.
bashuma
- 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
AIbashuma
- 人工智能大作业,八数码,使用MFC完成,具有图形化界面,使用广度优先搜索-Artificial Intelligence large operations, eight digital, use MFC complete with a graphical interface, use the breadth-first search
eightnumber_updata
- 关于八数码游戏的完善版本,人工智能期末科课设计-On the eight-game perfect digital version of the design of artificial intelligence at the end of Section
shuma
- 用MFC实现的八数码游戏-用MFC实现的八数码游戏-------
8puzzle
- 八数码的华容道游戏程序源代码 自动实现八数码问题的求解-8 digital Huarong game source code automatically solve the problem eight digital
jiugongtuyouxi
- 一个有助于开发智力的八数码小游戏,有兴趣的小朋友可以看看,java初学者也可以借鉴-Contribute to the development of a digital game of eight intellectual, interested children can see, java beginners can learn
bashuma
- 解决八数码问题的广度优先搜索的源代码,编程语言为C-Solve the problem of eight digital breadth first search source code.For c++ programming language
8code
- 通过A*算法实现八数码(评估函数是通过不在位的将牌数来计算的)-A* algorithm to achieve the eight digital
八数码还原
- 八数码游戏还原程序,按照一定顺序输入九个数字,给出还原步骤(Eight digital game reduction program, according to a certain order of input nine numbers, give the reduction step)
src
- 采用深度优先算法通过C++编程解决八数码问题(Eight digital problem)