搜索资源列表

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

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

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

    0下载:
  2. 八数码问题以及双向广度优先算法-8, as well as two-way digital breadth priority algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:12428
    • 提供者:林丰
  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. 迷宫问题的算法(优于广度优先,深度优先,递归).-maze of algorithm (priority than breadth, depth priority, recursive).
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3498
    • 提供者:张科
  1. 八数码问题以及双向广度优先算法

    0下载:
  2. 八数码问题以及双向广度优先算法-8, as well as two-way digital breadth priority algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3484
    • 提供者:张科
  1. 迷宫问题的算法(优于广度优先,深度优先

    0下载:
  2. 迷宫问题的算法(优于广度优先,深度优先-maze of algorithm (priority than breadth, depth priority
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10720
    • 提供者:大叔
  1. 广度优先遍历图

    0下载:
  2. 广度优先遍历实验报告 供初学者参考,通过对该系统的设计,可以很好的理解树的概念和用途-breadth - first traversal report experimental reference for beginners, the system design can have a very good understanding of the concept of the tree and use
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:36107
    • 提供者:李志全
  1. 广度优先遍历

    0下载:
  2. 本程序是实现广度优先遍历算法的全过程,包括图的建立,队列的建立,邻接表的建立,图的遍历等等功能。
  3. 所属分类:数据结构常用算法

  1. 九宫格广度优先

    0下载:
  2. 用c++写的九宫格广度优先程序。有窗口。
  3. 所属分类:源码下载

    • 发布日期:2010-12-01
    • 文件大小:65712
    • 提供者:answerwzw
  1. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历

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

  1. 八数码问题以及双向广度优先算法

    0下载:
  2. 八数码问题以及双向广度优先算法-8, as well as two-way digital breadth priority algorithm
  3. 所属分类:文档资料

    • 发布日期:2024-05-11
    • 文件大小:12288
    • 提供者:林丰
  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-05-11
    • 文件大小:57344
    • 提供者:吴晓辉
  1. 分油问题

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

    • 发布日期:2024-05-11
    • 文件大小:225280
    • 提供者:无数
  1. 迷宫问题的算法(优于广度优先,深度优先

    0下载:
  2. 迷宫问题的算法(优于广度优先,深度优先-maze of algorithm (priority than breadth, depth priority
  3. 所属分类:其他游戏

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:大叔
  1. 图遍历

    0下载:
  2. 本程序用邻接矩阵实现图的深度优先遍历 图的广度优先遍历-the procedures used adjacency matrix of the plan is to achieve depth-first traversal of the plan breadth priority Ergodic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:李南宁
  1. A的算法

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

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:
  1. 广度优先遍历图

    0下载:
  2. 广度优先遍历实验报告 供初学者参考,通过对该系统的设计,可以很好的理解树的概念和用途-breadth- first traversal report experimental reference for beginners, the system design can have a very good understanding of the concept of the tree and use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:35840
    • 提供者:李志全
  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-05-11
    • 文件大小:11264
    • 提供者:春风秋雨
  1. 深度优先搜索、广度优先搜索

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

    • 发布日期:2024-05-11
    • 文件大小:175104
    • 提供者:乐天
  1. 图的广度优先遍历

    0下载:
  2. 实现图的广度优先遍历程序,c语言编程,图论(A program for realizing the breadth first traversal of a graph)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:First5471
« 12 3 4 5 6 7 8 9 10 ... 37 »

源码中国 www.ymcn.org