搜索资源列表
-
0下载:
一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
-
-
0下载:
用广度优先搜索算法解决两个小孩的分油问题.盲目搜索算法.-with breadth - first search algorithm to solve two children, the sub-Oil. Blind search algorithm.
-
-
0下载:
实现了图的搜索算法,包括深度优先搜索,广度优先搜索,Dijstra算法,A*算法等较典型的搜索算法,同时可以进行图的输入和编辑等操作,仅供大家参考。-achieve the plan's search algorithm, including depth-first search, breadth - first search algorithm Dijstra, A * algorithm is more typical search algorithm, and can map th
-
-
0下载:
人工智能中重要的一个问题, 用广度优先搜索的方法解决-AI an important issue, breadth - first search of solutions
-
-
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.
-
-
0下载:
双向广度优先搜索算法法见8SM2.cpp文件,vc6.0环境运行实现-two-way breadth - first search algorithm see 8SM2.cpp France, achieving operating environment vc6.0
-
-
0下载:
提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-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.
-
-
0下载:
人工智能经典问题八数码三种算法(广度优先搜索,深度优先搜索,启发式搜索)带有图形界面的解决方案。-Classic problem in Artificial Intelligence eight digital three algorithms (breadth-first search, depth-first search, heuristic search) with a graphical interface solutions.
-
-
0下载:
人工智能经典问题八数码的深度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
-
-
0下载:
这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题-This program is breadth-first search, depth-first search, A algorithm and A algorithm and many other algorithms to solve the problem of digital 8
-
-
0下载:
广义优先搜索 广度优先搜索邻居的聚类算法实现-Broad-first search Breadth-First Search neighbor clustering algorithm implementation
-
-
0下载:
宽度优先搜索算法(又称广度优先搜索)是最简便的图的搜索算法之一,这一算法也是很多重要的图的算法的原型。Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想-Breadth-first search algorithm (also known as breadth-first search) is the most simple plan, one of the search algorithm, this algorithm is also a lot of
-
-
0下载:
人工智能中重要的一个问题, 用广度优先搜索的方法解决-Artificial Intelligence an important question, with breadth-first search methods to solve
-
-
0下载:
A program to find association rules and frequent item sets (also closed and maximal) with the apriori algorithm (Agrawal et al. 1993), which carries out a breadth first search on the subset lattice and determines the support of itemsets by subset tes
-
-
0下载:
This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
-
-
0下载:
this an Artificial intelligence Breadth first search program made in c++ based on Breadth first search algorithm-this is an Artificial intelligence Breadth first search program made in c++ based on Breadth first search algorithm
-
-
0下载:
breadth-first search
-
-
0下载:
宽度优先搜索 适合于人工智能课程实验所用-Breadth-first search
-
-
0下载:
人工智能中的宽度优先搜索程序,以九宫格为例子,从初始节点开始搜索,找到目标节点,反之,显示出“未成功找到节点”-Artificial intelligence breadth-first search program to squares as an example, the initial node to start the search, to find the target node, and vice versa, showing that " not succeeded in
-
-
0下载:
宽度优先搜索解决八数码问题,包含源文件及详细注释-Breadth-first search to solve eight digital
-