Welcome![Sign In][Sign Up]
Location:
Search - Breadth First Search java

Search list

[Other resource图搜索策略

Description: 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Search Strategy -- Liquor JiuGongTu problems of artificial intelligence-map search strategy - Demonstration Program-use guide in the field of artificial intelligence, the implicit search of the plan to solve the problem is one of the basic methods, the procedures through the use of multiple map search strategy, the rearrangement JiuGongTu problem solving, presentation of the "breadth - first search," "depth-first search", "bounded depth-first search", "best-first search" and "partial selection of the best search" five basic map search strategy. The whole process of using animation, interface design aesthetic friendly, easy to use.
Platform: | Size: 29635 | Author: 陈凯 | Hits:

[JSP/JavaDFS_BFS

Description: java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
Platform: | Size: 6030 | Author: Rachel | Hits:

[JSP/Java广度优先算法八数码问题

Description: 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有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 and the end of state
Platform: | Size: 57344 | Author: 吴晓辉 | Hits:

[JSP/JavaDFS_BFS

Description: java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
Platform: | Size: 6144 | Author: Rachel | Hits:

[AI-NN-PRAI_maze

Description: 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
Platform: | Size: 14336 | Author: 黄丽雯 | Hits:

[AI-NN-PR基于AI的问题求解

Description: 提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-a depth-first search, breadth- first search, add the information inspired the minimum price for a search of solutions to search, find out the optimal solution sample programs.
Platform: | Size: 12288 | Author: 陈宁 | Hits:

[AI-NN-PR图搜索策略

Description: 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Search Strategy-- Liquor JiuGongTu problems of artificial intelligence-map search strategy- Demonstration Program-use guide in the field of artificial intelligence, the implicit search of the plan to solve the problem is one of the basic methods, the procedures through the use of multiple map search strategy, the rearrangement JiuGongTu problem solving, presentation of the "breadth- first search," "depth-first search", "bounded depth-first search", "best-first search" and "partial selection of the best search" five basic map search strategy. The whole process of using animation, interface design aesthetic friendly, easy to use.
Platform: | Size: 29696 | Author: 陈凯 | Hits:

[JSP/Javagrapher

Description: 用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
Platform: | Size: 61440 | Author: 张旭 | Hits:

[Data structsBFS

Description: 广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
Platform: | Size: 2037760 | Author: 牛芳 | Hits:

[AI-NN-PREightPazzelBfs

Description: This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
Platform: | Size: 35840 | Author: somatco | Hits:

[JSP/JavaBreadthfirst

Description: implementation breadth first search in java source code-implementation on breadth first search in java source code
Platform: | Size: 13312 | Author: hasan | Hits:

[JSP/Javasearch-file

Description: 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - Design a program, implementation file search. File search operation is a very basic operating, general file search operation recursively algorithm, is actually use "depth-first" strategy. Please design a based on "breadth first search program files" algorithm.
Platform: | Size: 1024 | Author: guang | Hits:

[JSP/Java431896

Description: 8 puzzle using Breadth first search implemented by java. for atificial intellegence codes .
Platform: | Size: 41984 | Author: Lj | Hits:

[Data structsBFS

Description: java 数据结构 实现图的广度优先算法-Data structure of breadth first search in java
Platform: | Size: 14336 | Author: zq | Hits:

[JSP/JavaBFSaDFS

Description: 基于java语言实现的树的深度优先搜索和广度优先搜索-Based on java language tree depth-first search and breadth-first search
Platform: | Size: 9216 | Author: | Hits:

[JSP/JavaBreadFirstsearch2

Description: 宽度优先搜索算法。使用java语言编写,很实用。-Breadth-first search algorithm. Using java language, very practical.
Platform: | Size: 1024 | Author: 思维奔逸 | Hits:

[Mathimatics-Numerical algorithmsQuestion_Tree

Description: 用java实现的二叉树,大家可以把它作为一个工具包来使用,这样就不用自己再去实现二叉树了-Mainly is the basic algorithm of figure, including basic depth-first search and breadth-first search
Platform: | Size: 16384 | Author: liaojie | Hits:

[JSP/Javagraph

Description: java实现构建图的过程,以及深优先度搜索和广度优先搜索,有详细注释-Java implementation process for constructing a map, as well as depth priority search and breadth-first search, detailed notes
Platform: | Size: 8192 | Author: 大王 | Hits:

CodeBus www.codebus.net