资源列表
hh
- 目的:使学生加深对图搜索技术的理解,初步掌握图搜索基本编程方法,并能运用图搜索技术解决一些应用问题。 要求: (1) 可使用第3章中的状态图搜索通用程序,这时只需编写规则集程序;也可用PROLOG语言或其他语言另行编程。 (2) 程序运行时,应能在屏幕上显示程序运行结果。 -Objective: To enable students to deepen their understanding of search technology plan, a preliminary ma
NeuralNetworks
- 这是研究生神经网络的一个作业,含有源代码,文档描述,参考文献。-This is a graduate of a neural network operation, contains the source code, document descr iption, references.
psoprogramme
- C语言编程常见问题解答 这个帖子将不断扩充、更新 罗列大部分C语言编程的常见问题 希望各位观众支持帮助 毕竟一人之力太有限-C Programming Language FAQ This post will continue to expand and update list of most of C language programming frequently asked questions to help support the hope that the
GA_max
- VC++遗传算法求函数的最值,用的最简洁的方法!-VC++ Function genetic algorithm for the most value, with the most concise way!
scs
- 本程序为基本遗传算法学习分类系统源程序,根据系统的输入,该程序进行分析,最终将输入分配到相应的类别中-This procedure as the basic genetic algorithm to learn classification system source code, according to the system input, an analysis of the program will eventually enter the assigned to the correspon
8_num
- 本程序是用C++语言编写的,采用A*算法求解八数码问题。-This procedure is used C++ Languages, using A* algorithm to solve the issue of eight digital.
AntAlgorithm
- 蚂蚁算法的VC++源程序代码,比较好用,希望能对大家有所帮助-Ant Algorithm VC++ Source code, useful comparison, I hope you can help
bashuma.cpp
- C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
tony
- 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d
assignment3
- 人工智能 作业3 武汉大学 国际软件学院-Artificial Intelligence operations 3 School of Wuhan University International Institute for Software
simulation-src
- 浙江大学中控杯仿真组机器人源码,感兴趣的可以看一下-Zhejiang University SUPCON Cup source robot simulation group, may be of interest to look at
EightPuzzles
- 本程序采用 blind breadth search解eight puzzles问题, 且消除了重复的布局。-This procedure blind breadth search solution using eight puzzles problems, as well as the elimination of duplicate layout.