搜索资源列表

  1. 深度优先搜索、广度优先搜索

    2下载:
  2. 图的深度优先搜索和广度优先搜索。值得一看。-map the depth-first search and breadth - first search. An eye-catcher.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11218
    • 提供者:乐天
  1. 广度优先算法八数码问题

    1下载:
  2. 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth - first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several n
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:57346
    • 提供者:吴晓辉
  1. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历

    0下载:
  2. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历
  3. 所属分类:源码下载

  1. 广度优先算法八数码问题

    0下载:
  2. 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth- first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several no
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-04
    • 文件大小:57344
    • 提供者:吴晓辉
  1. 分油问题

    0下载:
  2. 人工智能中重要的一个问题, 用广度优先搜索的方法解决-AI an important issue, breadth- first search of solutions
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:225280
    • 提供者:无数
  1. A的算法

    0下载:
  2. A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority si
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:
  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artif
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:29696
    • 提供者:陈凯
  1. 八数码多算法实现

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth- first search, depth-first search, A and A* algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

    • 发布日期:2024-06-04
    • 文件大小:75776
    • 提供者:藤力
  1. chenbo广度

    0下载:
  2. 人工智能运用广度优先算法来解决八数码问题,由初始状态到目标状态按层搜索-breadth priority use of artificial intelligence algorithms to solve eight digital issue, the initial state to the target state by layer Search
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:11264
    • 提供者:春风秋雨
  1. 深度优先搜索、广度优先搜索

    0下载:
  2. 图的深度优先搜索和广度优先搜索。值得一看。-map the depth-first search and breadth- first search. An eye-catcher.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:175104
    • 提供者:乐天
  1. graphSearch

    0下载:
  2. 实现了图的搜索算法,包括深度优先搜索,广度优先搜索,Dijstra算法,A*算法等较典型的搜索算法,同时可以进行图的输入和编辑等操作,仅供大家参考。-achieve the plan's search algorithm, including depth-first search, breadth- first search algorithm Dijstra, A* algorithm is more typical sear
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:96256
    • 提供者:王墨村
  1. bianli

    1下载:
  2. 主要用于图的遍历程序中有两种一个是深度优先搜索一个是广度优先搜索-Mainly used for graph traversal process, there are two one is a depth-first search is breadth-first search
  3. 所属分类:Windows编程

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:msconfig711
  1. guangdu

    0下载:
  2. 用广度优先搜索方法实现传教士食人魔过河问题,由于是用指针实现,所以结构比较复杂-Breadth-first search method used to achieve Ogre missionaries across the river, because it is a pointer to achieve, so the structure of more complex
  3. 所属分类:.net编程

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:孙庆
  1. BFS

    0下载:
  2. c语言广度优先搜索算法的实现,输入几个节点,生成树,然后经广度优先搜索算法输出-c language breadth-first search algorithm, enter the number of nodes, spanning tree, and then by the breadth-first search algorithm output
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:少云
  1. Broad-firstsearch

    0下载:
  2. 广义优先搜索 广度优先搜索邻居的聚类算法实现-Broad-first search Breadth-First Search neighbor clustering algorithm implementation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:王华
  1. guangdusousuo

    0下载:
  2. 宽度优先搜索算法(又称广度优先搜索)是最简便的图的搜索算法之一,这一算法也是很多重要的图的算法的原型。Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想-Breadth-first search algorithm (also known as breadth-first search) is the most simple plan, one of the search algorithm, th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-04
    • 文件大小:167936
    • 提供者:光远
  1. Savage_with_plans_to_cross_the_river_breadth_first

    0下载:
  2. 关于野人过河问题中的程序设计,包括用图的广度优先搜索算法-Across the river on the Savage program design issues, including breadth-first graph search algorithm
  3. 所属分类:搜索引擎

    • 发布日期:2024-06-04
    • 文件大小:107520
    • 提供者:张明
  1. BFS

    0下载:
  2. 广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:2037760
    • 提供者:牛芳
  1. bashuma

    0下载:
  2. 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:ym
  1. 广搜

    0下载:
  2. 这是一份广度优先搜索的代码,代码很简单,很容易就能理解广搜的核心。(This is a breadth first search algorithm, the code is very short, it is easy to understand the core of Guang search.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:461824
    • 提供者:吕二丫
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org