搜索资源列表
a星算发
- 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a * algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
八数码问题(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
八数码问题解答
- 目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向者探讨一二。-only friends will find bp algorithm octal problem, this process satisfactorily resolved this problem. Now I make fuzzy control, neural networks, genetic algorithms
人工智能经典问题八数码三种算法
- 人工智能经典问题八数码三种算法(广度优先搜索,深度优先搜索,启发式搜索)带有图形界面的解决方案。-Classic problem in Artificial Intelligence eight digital three algorithms (breadth-first search, depth-first search, heuristic search) with a graphical interface solutions.
基于A星算法的MFC界面的八数码程序
- 基于A星算法的MFC界面的八数码程序,本人本科做得最漂亮的大作业了,其中process函数是搜索的主函数。-8 digital program with MFC interface based on A star searching method which is the most proud project I have finished in my fu*king bachelor years.
8puzzle(C)
- A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
EightDigits
- 八数码,启发式,曼哈顿距离,A*算法实现-Eight digital, heuristic, Manhattan distance, A* algorithm
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
AStar
- 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
bashuma
- 八数码三种方法:广度,深度,A*算法,人工智能的经典算法-Eight digital three ways: breadth, depth, A* algorithm, artificial intelligence classic algorithm
eightcode
- 优化后A*算法解八数码难题,只需要在源文件中将初始化的八数码输入即可,具有很好的泛化性。-Optimized solution of A* algorithm eight digital problems and only required source files will be initialized in the eight digital input, has a good generalization of.
Eight-puzzle
- 这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
eight-digit
- 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of a number of examples of the hard work of graduate and undergraduate results. Including reasoning based on the principle of the
cvery_14001984
- A*算法 八数码问题 使用简单 过程式表示-A* algorithm is 8 digital issues be expressed using a simple process
atree
- 八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
AStar
- A星算法实现八数码问题,找出从某一初态变换到终态的路径。-A Star Algorithm 8 digital issues, identify the initial state of transformation from one path to the final state.
8shuma
- vc6.0环境下编写的使用A*算法完成八数码问题求解的通用程序,可以参考-vc6.0 environment using A* algorithm is written in the eight general-purpose digital problem-solving process, can refer to
A-star
- 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
search-procedures
- 写了几个程序,请拍砖 为了配合人工智能导论课的教学,写了几个关于搜索的程序。 这几个程序的目的,是为了帮助同学学习,因此没有考虑程序 的实现效率,只追求算法的实现思路,力求简单明了,尽可能 与书上的算法描述一致。不知是否能达到这个目的,请大家给 提提意见。 共4个程序: 传教士也野人问题,回溯算法 传教士与野人,A*算法 八数码问题,A*算法 Alpha_Beta剪枝算法 一个txt文件,是Alpha_Beta剪枝程序的数据文件。-Wrot