搜索资源列表
bsm
- 用C语言编写的八数码问题算法-C language prepared by the eight digital Problem
563
- A*八数码问题的程序,用C++编写,非常非常不错,分2中方法计算-A * 8 issue of the digital process, the preparation of C, a very good 2 hours calculated 04:40
JiuGongTree
- 这是有一个解决八数码问题的程序! 主要应用了宽度优先搜索法! 是用C#开发的-This is a solution to the problem of digital eight procedures. Application of the width of the main priorities Search! Is the development of the C#
eightnumber
- 八数码问题的C++实现,最经典的广度有限算法-eight digital realization of the C and classic algorithms limited breadth
8_num
- 我编写的八数码问题C++实现,This file contains a summary of what you will find in each of the files that make up your 8_num application.
八数码问题
- 用 C++ 实现的八数 码问题的求解方法
bashuma
- 分别用深度优先和广度优先来算八数码问题,c++源码-Were depth-first and breadth of the priority issues to count eight digital, c++ source code
eg
- 一个简单的求解八数码问题的程序。采用A*算法,注释清晰易读-A simple eight digital problem solving procedures. Using A* algorithm, legible notes
node
- 自己编写的解八数码问题的简单算法,用c++实现-I have written eight digital solution of a simple algorithm for the problem.
zhmjiugong
- 八数码问题全局择优算法这个程序是上学期上人工智能课的时候,老师让做的,采用全局择优算法.-8 digital issues overall are merit-based algorithm for this procedure on the artificial intelligence class last semester, the teacher to do so, and the use of the overall selection of the best algorithm.
eightnum
- 用 C#实现八数码问题 图形化更形象地解决实际问题更为直观-Using C# to achieve the eight digital graphical solution to the problem
8
- 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
1
- 解决八数码问题,C语言描述,适合初学者学习研究,完整源代码。-To solve the problem of digital 8, C language descr iption, suitable for beginners to study and research, complete source code.
eight_breadth
- 用C语言实现宽度优先算法,八数码问题。作者:陈华昌-With the C language implementation breadth-first algorithm, 8 digital issues. Author: Chen Huachang
eight_depth
- 用C语言实现深度优先算法,八数码问题,作者:陈华昌-C language implementation with depth-first algorithm, 8 digital issues, Authors: Chen Huachang
c
- 人工智能 动物产生式规则 推理 tsp问题 八数码问题 图形学 画直线-Animal production rule reasoning artificial intelligence problem tsp eight digital graphics drawing a straight line problems
8number
- 使用 人工智能里面的 A算法 解决八数码问题 使用C语言进行编写的-A method using artificial intelligence inside the eight-puzzle problem solving using the C language written in
A-star-eight-the-number-of-problems
- 用A星算法实现--八数码问题 C++源代码 使用错误位置法-A star algorithm Law- eight digital C++ source code using the wrong position
src
- 采用深度优先算法通过C++编程解决八数码问题(Eight digital problem)
八数码问题 C语言代码
- 人工智能课基于A*算法的八数码问题 C语言实现