搜索资源列表
grapher
- 用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
广度优先算法八数码问题
- 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有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
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
mcshenduyouxian
- 传教士与野人过河问题的深度优先搜索算法,人工智能课的大作业,供大家分享-AI shenduyouxian
hill
- 爬山算法是一种局部择优的方法,采用启发式方法,是对深度优先搜索的一种改进,它利用反馈信息帮助生成解的决策。 属于人工智能算法的一种。-Climbing algorithm is a partial merit-based approach, using heuristic methods, is a depth-first search of an improvement, which uses feedback information to generate solutions to help
PegJump
- (1)、深度优先搜索。 (2)、可以点击面板上的按钮设置七种默认的初始状态。 (3)、点击“自定义”按钮可以自行设定初始状态。 (4)、设定初始状态后点击“搜索”按钮,启动搜索算法,若找到走法,则弹出对话框提示“已找到解”,接着点击“下一步”按钮,将走法一步步呈现出来,点击一下走一步;若找不到走法,则弹出对话框提示“未找到解”。 集成开发环境(IDE) Eclipse 3.3. JDK 5.0.1 注:系统安装的JDK必须是5.0以上的版本。-(1), depth-fir
xnSpider
- 采用深度优先搜索方法的网络蜘蛛针对某一网站实现根据某一主题进行搜索-WebCrawler
java_g
- java 写的 深度优先搜索算法和广度优先搜索算法-java
eight
- 基于java的八数码,深度优先搜索,gui-Eight java-based digital, depth-first search, gui
ReArrayStyleBoxBoundedDepthSearch
- 使用有界深度优先搜索方法实现任意初始和终止状态的重排九宫格-Bounded depth-first search to achieve Style Box
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
BreadFirstsearch2
- 宽度优先搜索算法。使用java语言编写,很实用。-Breadth-first search algorithm. Using java language, very practical.
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
dfs
- 基于java 实现的深度优先搜索(dfs),通过栈实现-deep-first search(dfs)
8-figure-puzzle
- 用深度优先搜索实现八数码问题,适合对java感兴趣的人作为一个有趣的练习-Depth-first Algorithm is used to implement the eight-figure puzzle, suitable for people interested in Java as a fun exercise
DS3
- 基本图算法的实现,包括深度优先搜索、广度优先搜索、最短路搜索-graph algorithm
8puzzlefinal
- 深度优先搜索解决任何八码图和十六码图 非常有用的代码-eight puzzle application
graph
- java实现构建图的过程,以及深优先度搜索和广度优先搜索,有详细注释-Java implementation process for constructing a map, as well as depth priority search and breadth-first search, detailed notes