搜索资源列表
FenYou
- 用广度优先搜索算法解决两个小孩的分油问题.盲目搜索算法.-with breadth - first search algorithm to solve two children, the sub-Oil. Blind search algorithm.
AIcodesystem
- 1、对于凯撒密文,实现了:1种盲目式搜索,4种启发式搜索,以及利用密钥实现的凯撒加密系统。 2、对于代入法密文,实现了:2种启发式搜索,1种利用密钥的代入法加密系统以及随机生成密钥的代入法加密系统。 3、字典工具,实现了对词库的增加,删除,检查等一系列的操作。 4、7种其他较为经典的加密方法的加密解密工具。包括:DES、Vigenere、IDEA、Keyword、LFSR、Playfair以及RC4等。 -1, Caesar ciphertext, realized : a bl
savage
- 传教士和野人渡河问题盲目搜索算法 一个典型的人工智能算法-missionaries and Savage cross river blind search algorithm of a typical artificial intelligence algorithms
FirstChange
- 人工智能博弈树学习。用户是MAX方,电脑是MIN方,实现经典的分钱币游戏的与或图盲目搜索算法。-Artificial intelligence game tree learning. MAX user side, the computer is MIN parties to achieve the classic sub-games and coins or graph blind search algorithm.
EightPuzzles
- 本程序采用 blind breadth search解eight puzzles问题, 且消除了重复的布局。-This procedure blind breadth search solution using eight puzzles problems, as well as the elimination of duplicate layout.
pegjump
- 设计一类peg jump问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用。-Peg jump for a class of design problem solving systems, intelligent search algorithm for the initial grasp of the blind search and heuristic search these two types o
NineGrid
- 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There are two basic search methods, na
maze
- 一个很好的迷宫自动搜索程序,盲目搜索策略-A maze of automatic search procedures, blind search strategy
NQueensBacktracking.java
- 解决n-queens using blind search-solving n-queens using blind search
wml
- 该文件是wml,有利于学习手机开发者学习的很好材料。避免学者在网络上盲目搜索,浪费时间。-The file is wml, conducive to learning mobile developers learn from the material. Scholars on the network to avoid blind search, a waste of time.
branchandbound
- The basis of branch and bound algorithms is a ranking function. The ranking function assigns a value to each node in the graph. At each step, a branch and bound algorithm uses the ranking function to decide which node to expand next. In contrast, the
Search-principle
- 人工智能的应用技术,主要讲述了图搜索策略,盲目搜索,启发式搜索并附有实例。-The application of artificial intelligence techniques, search strategy focuses on the figure, the blind search, heuristic search together with examples.
eightNum_lufeiop
- 以八数码问题为例,设计一类滑块问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用 A*用到是不在位将牌数和曼哈顿距离,动态显示,有算时间 我自己很用心做的,有实验报告,绝对详细-Eight digital issues, for example, design a slider problem solving system, initially grasp the two basic method
AI
- 采用盲目搜索实现小孩分油问题,是进入人工智能的基础入门-The blind search for children oil grease problem, artificial intelligence Basics
1
- C++实现 2种搜索算法,其中一种为盲目搜索、另一种为启发式搜索; 软件基本功能满足: 初始状态可以选择由软件随机产生,也可以通过人机交互产生。 2)需要对搜索过程和路径提供解释。 3)分析和研究存储结构、启发式函数等因素对搜索性能和效率的影响 -C++ achieve two kinds of search algorithms, one for the blind search, another heuristic search basic software functio
mangmusousuo
- 通过盲目搜索算法,可以简单的对函数进行处理,从而简单的得出结果-Blind search algorithm, a simple function processing, which results
bashuma
- 八数码难题的解决------盲目搜索,并且打印结果。-Eight digital conundrum------ blind search, and print the results.
Artificial-Intelligence
- 人工智能上机指导,介绍了PCB图像中的定位孔的四种搜索算法,即盲目搜索,分级搜索,遗传算法,模拟退火算法。-Artificial intelligence machine guidance, introduced the PCB image search algorithm to locate the four holes that blind search, hierarchical search, genetic algorithms, simulated annealing algorit
Artificial-intelligence
- 介绍了三种知识表示方式(状态空间法、问题归约、谓词逻辑)和4种搜索技术(盲目搜索、启发式搜索、与或树搜索、博弈树搜索),简单介绍prolog语言-Describes three kinds of knowledge representation (state space method, problem reduction, predicate logic) and four kinds of search techniques (blind search, heuristic search, w
Polygon-boundary-search-method
- 在窗体上通过单击输入任意数个任意点,程序能自动的寻找到这些任意点的边界并且绘制出来。这就是所谓的盲人寻径法-By clicking on the form of any number of input at any point, the program can automatically find the boundaries of any of these points and drawn. This is called blind routing method