搜索资源列表
编译原理课程设计
- 简单的推箱子游戏,不过加入了搜索算法,可以自动演示解法 -simple viewing games, but joined the search algorithm, which automatically Demonstration Solution
GA_IGA
- 采用小生境技术对基本遗传算法进行了改进,使其搜索能力更好搜索速度更快-niche technology used for basic genetic algorithm improvements, better search capabilities make it faster search
数字水印技术
- 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范性的意义,且有一定的鲁棒性。需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。如果需要读取其它格式的图像,读者可以修改程序中图像存取部分的代码。对于Linux下编译程序不熟悉的可以参考相关的Linux编程书籍。-contains transplantation based on the C language digital waterma
hsdfhjshdj
- 对深度优先(Depth first) 、宽度优先(Breath first) 、爬山法(Hill Climbing) 、 最佳优先(Best first) 以及A*搜索算法进行分析比较,要求: 给出这几种算法的描述; 根据SearchDemonstration程序中给出的示例,给出各算法的执行过程-priority right depth (Depth first), the width of priority (Breath first), mountaineering (Hill C
a
- 禁忌搜索算法,设置禁忌条件,以达到跳出局部最优值-A simple algorithm,Is mainly arranged taboo conditions were satisfied in the local conditions the optimal solution
guohewenti
- 试运用深度优先搜索算法寻找过河问题的一个解决方案,题目叙述如下:猎人、狗、男人带着男孩1、男孩2,女人带着女孩1、女孩2,一共8个个体。一艘小船,一次只能过两个个体,狗和四个小孩不会划船。注意:(1)猎人不在,狗咬任何人;(2)男人不在,女人打男孩;(3)女人不在,男人打女孩。-Test the use of depth-first search algorithm to find a solution to cross the river problem, topics are describ
A_algorithm
- 人工智能当中的A*搜索算法,此实现比较简单。可以当做这门课程的一个作业。-AI A* search algorithm.
ann_1.1.2
- code for approximate nearest neighbor algorithm,最经典的近似搜索算法-code for approximate nearest neighbor algorithm
bft_acrossRiver
- 用图的广度优先搜索算法实现农夫过河问题求解-Breadth-first search with a map to achieve problem solving across the river
KNNS
- 使用C++编写的最邻近点搜索算法,实现了在C++环境下的最邻近点的搜索,-Using C++ written the closest point search algorithm, the closest point search in the C++ environment,
TSPGA
- 遗传算法是模拟生物在自然环境中的遗传和进化过程而形成的一种自适应全局优化概率搜索算法,有很强的解决问题的能力和广泛的适应性。-The genetic algorithm is the simulation of biological genetic and evolutionary processes in the natural environment and the formation of an adaptive global optimization probabilistic sear
NQueens
- N-皇后问题的快速局部搜索算法,参考:Rok Sosic and Jun Gu. A Polynomial Time Algorithm for the N-Queens Problem. SIGART Bulletin, 1(3):7-11, 1990.-n queens
bloxorz-game-solver
- 用宽度优先搜索算法实现Bloxorz小游戏的最优化,是一种数学建模方法-With a breadth-first search algorithm to achieve optimal Bloxorz game, is a mathematical modeling approach
Maze
- A*算法实例,一种搜索算法,用来对路径的搜索,搜索最优路径等等。-A*Algorithm instance
C-yuyan
- 基于C语言的一些算法分析及实现,主要有动态规划,分治,搜索算法等-Some algorithm analysis and implementation of C language based mainly on dynamic programming, divide and conquer, the search algorithm
Denoising
- 简单的c#实现的图像去噪声软件,利用深度优先搜索算法-a simple c# software of image denoising using the depth first search algorithm
amaze
- C++写的实现寻找迷宫路径的代码,并动态打印路径,广度搜索算法实现-C++ write code to achieve the maze to find the path
game1
- 采用搜索算法寻找十滴水游戏的最优解,并能进行单机游戏操作。-By using the optimal search algorithm for ten drops of water solution of the game, and can carry out single game operation.
nine_cells
- 九宫格游戏,简易gui,可选择广度优先和最优优先两张搜索算法-9-cell game, simple GUI
Artificial-Bee-Colony
- 蜂群算法,人工智能算法,搜索算法蜂群算法,人工智能算法,搜索算法-Artificial Bee Colony