搜索资源列表
八数码问题以及双向广度优先算法
- 八数码问题以及双向广度优先算法-8, as well as two-way digital breadth priority algorithm
广度优先算法八数码问题
- 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth - first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several nodes), then the initial state
迷宫问题的算法(优于广度优先,深度优先,递归)
- 迷宫问题的算法(优于广度优先,深度优先,递归).-maze of algorithm (priority than breadth, depth priority, recursive).
八数码问题以及双向广度优先算法
- 八数码问题以及双向广度优先算法-8, as well as two-way digital breadth priority algorithm
tudebianli
- 一、 程序分析 1. 以邻接多重表为存储结构,实现连通或非连通的无向图的深度优先与广度优先遍历。 2. 设图的结点不超过30个,每个结点用一个编号表示。通过输入图的边输入一个图,每条边为一个数对。 3. 问题描述: 4. 以第一个结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边。
tdyy
- 很多涉及图上操作的算法都是以图的遍历操作为基础的。试编写一个算法,实现图的深度优先和广度优先搜索遍历操作
Maze
- 神奇的迷宫小游戏,包含有迷宫自动生成的算法,实现了“左手摸墙”算法,深度优先,广度优先搜索算法,以自动寻路。-Magic maze game maze includes automatic generation algorithm, to achieve a " left hand touching the wall" algorithm, depth first, breadth-first search algorithm to automatically find its
crawler2
- 利用广度优先遍历搜索一定范围内的所有网页,可用于建立搜索引擎和查找网络错误.-Our webcrawler will traversal a certain range of website from a given source URL by Breadth First Search
searchengine
- 一个简单的网络搜索引擎的代码,有深度优先和广度优先两种搜索方式-A simple Web search engine code
java_g
- java 写的 深度优先搜索算法和广度优先搜索算法-java
DataStructure8
- Java数据结构第七课:图的实现。包括初始化图,添加边,删除边,及深度优先遍历和广度优先遍历算法。-Java Data Structure Lesson: Figure of the implementation. Including the initialization graph, add edge, remove edge, and depth-first traversal and breadth-first traversal algorithm.
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
myjiugong
- 九宫格算法(包括广度优先、深度优先、有界深度优先和A*)-Squared algorithm (including breadth-first, depth-first, bounded depth-first and A*)
BFSaDFS
- 基于java语言实现的树的深度优先搜索和广度优先搜索-Based on java language tree depth-first search and breadth-first search
GetUrl
- 爬虫软件,截取页面上的链接。采用广度优先搜索-Crawlers software the interception page on the link. Breadth-first search
puzzlewidth
- 9格宫数字进行排序,随机打乱顺序,可以完成0-8数字的正确排序,采用广度优先搜索进行遍历-9 palace digital sorting, random order, can be completed the correct sequence of 0 to 8 Numbers, traverse using breadth-first search
Eight
- 八数码难题的java源代码,采用的是广度优先算法。-Eight puzzle java source code, using the breadth-first algorithm.
Breadth-first-traversal-
- 简单的广度优先源代码,可供初学者学习使用。-Simple breadth-first source code, for beginners learning to use
DS3
- 基本图算法的实现,包括深度优先搜索、广度优先搜索、最短路搜索-graph algorithm
Crawler
- 网络信息检索 华工 爬虫 多线程 广度优先算法-Network Information Retrieval laborers reptiles multithreaded breadth-first algorithm