Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Breadth First Search java
Search - Breadth First Search java - List
一个使用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.
Update : 2008-10-13 Size : 28.94kb Publisher : 陈凯

DL : 0
java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
Update : 2008-10-13 Size : 5.89kb Publisher : Rachel

应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有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
Update : 2025-02-17 Size : 56kb Publisher : 吴晓辉

DL : 0
java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
Update : 2025-02-17 Size : 6kb Publisher : Rachel

DL : 0
载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
Update : 2025-02-17 Size : 14kb Publisher : 黄丽雯

提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-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.
Update : 2025-02-17 Size : 12kb Publisher : 陈宁

一个使用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.
Update : 2025-02-17 Size : 29kb Publisher : 陈凯

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

DL : 0
广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
Update : 2025-02-17 Size : 1.94mb Publisher : 牛芳

This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
Update : 2025-02-17 Size : 35kb Publisher : somatco

implementation breadth first search in java source code-implementation on breadth first search in java source code
Update : 2025-02-17 Size : 13kb Publisher : hasan

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.
Update : 2025-02-17 Size : 1kb Publisher : guang

DL : 0
8 puzzle using Breadth first search implemented by java. for atificial intellegence codes .
Update : 2025-02-17 Size : 41kb Publisher : Lj

DL : 0
java 数据结构 实现图的广度优先算法-Data structure of breadth first search in java
Update : 2025-02-17 Size : 14kb Publisher : zq

DL : 0
基于java语言实现的树的深度优先搜索和广度优先搜索-Based on java language tree depth-first search and breadth-first search
Update : 2025-02-17 Size : 9kb Publisher :

宽度优先搜索算法。使用java语言编写,很实用。-Breadth-first search algorithm. Using java language, very practical.
Update : 2025-02-17 Size : 1kb Publisher : 思维奔逸

用java实现的二叉树,大家可以把它作为一个工具包来使用,这样就不用自己再去实现二叉树了-Mainly is the basic algorithm of figure, including basic depth-first search and breadth-first search
Update : 2025-02-17 Size : 16kb Publisher : liaojie

DL : 0
java实现构建图的过程,以及深优先度搜索和广度优先搜索,有详细注释-Java implementation process for constructing a map, as well as depth priority search and breadth-first search, detailed notes
Update : 2025-02-17 Size : 8kb Publisher : 大王
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.