:设计一个迷宫搜索系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、概率等知识的综合应用。-: design a maze search system, the initial master intelligent search algorithm blind search and heuristic search the two basic methods, and through specific issues Experience search algorithms, data structures, such as probability of the comprehensive application of knowledge. 下载
|
人工智能搜索算法在八数码问题中的实现,程序附有详细说明,并附带文档-artificial intelligence search algorithm in eight digital realization of the issues, procedures, including a detailed explanation and documentation fringe 下载
|
关于搜索的智能算法,解决实例用8数码的难题 作为解答的算例.-on Intelligent Search algorithm, using examples solve the problem of digital eight unanswered as examples. 下载
|
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。- 下载
|
在VC的环境下,用C++编程实现人工智能中的A*树的搜索算法,得到一个最优的过河方案。-in VC environment, the C programming AI * A tree search algorithms, to be an optimal program of the river. 下载
|
win32sdk+智能算法 主要使用深度+广度搜索-win32sdk intelligent algorithm mainly use depth and breadth Search 下载
|
人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码,对于学习人工智能有很多帮助- In the artificial intelligence the classical algorithm - width search and the inspiration are the search (the A* algorithm) under the VC environment realization code, has regarding the study artificial intelligence very helps 下载
|
c语言实现的A*算法,此算法用于搜索解空间,喜欢人工智能的同志过来下载吧-the A * algorithm, the algorithm used to search for the solution space, like artificial intelligence comrades download it up 下载
|
人工智能的一种典型的启发式搜索算法,是一种最好优先的算法,但要加上一些约束条件。- 下载
|
人工智能的典型算法,深度优先搜索算法源码,并用其解决的八数码难题。-typical artificial intelligence algorithms, depth-first search algorithm source code, and to use its resolve problems of eight digital. 下载
|