文件名称:search-procedures
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-04-03
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- 郑**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
写了几个程序,请拍砖
为了配合人工智能导论课的教学,写了几个关于搜索的程序。
这几个程序的目的,是为了帮助同学学习,因此没有考虑程序
的实现效率,只追求算法的实现思路,力求简单明了,尽可能
与书上的算法描述一致。不知是否能达到这个目的,请大家给
提提意见。
共4个程序:
传教士也野人问题,回溯算法
传教士与野人,A*算法
八数码问题,A*算法
Alpha_Beta剪枝算法
一个txt文件,是Alpha_Beta剪枝程序的数据文件。-Wrote several programs, to please Paizhuan with the artificial intelligence introductory course teaching, writing several search procedures. The purpose of these procedures is to help students to learn, and therefore did not consider the efficiency of the realization of the program, only the pursuit of the realization of ideas of the algorithm, simple and succinct as possible consistent descr iption of the book on the algorithm. I do not know whether it can achieve this goal, to make a suggestion. Four procedures: missionaries Savage problem backtracking algorithm missionaries and Savage, A* algorithm eight digital the A* pruning algorithm Alpha_Beta, algorithm a txt file, data file is Alpha_Beta pruning program.
为了配合人工智能导论课的教学,写了几个关于搜索的程序。
这几个程序的目的,是为了帮助同学学习,因此没有考虑程序
的实现效率,只追求算法的实现思路,力求简单明了,尽可能
与书上的算法描述一致。不知是否能达到这个目的,请大家给
提提意见。
共4个程序:
传教士也野人问题,回溯算法
传教士与野人,A*算法
八数码问题,A*算法
Alpha_Beta剪枝算法
一个txt文件,是Alpha_Beta剪枝程序的数据文件。-Wrote several programs, to please Paizhuan with the artificial intelligence introductory course teaching, writing several search procedures. The purpose of these procedures is to help students to learn, and therefore did not consider the efficiency of the realization of the program, only the pursuit of the realization of ideas of the algorithm, simple and succinct as possible consistent descr iption of the book on the algorithm. I do not know whether it can achieve this goal, to make a suggestion. Four procedures: missionaries Savage problem backtracking algorithm missionaries and Savage, A* algorithm eight digital the A* pruning algorithm Alpha_Beta, algorithm a txt file, data file is Alpha_Beta pruning program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
A_Star_8.c
Backtrack_M_C.c
A_Star_M_C.c
Alpha_Beta.c
tree2.txt