搜索资源列表

  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11649
    • 提供者:春风秋雨
  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. 本程序是实现广度优先遍历算法的全过程,包括图的建立,队列的建立,邻接表的建立,图的遍历等等功能。
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2024-06-01
    • 文件大小: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-06-01
    • 文件大小:57344
    • 提供者:吴晓辉
  1. 迷宫问题的算法(优于广度优先,深度优先

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

    • 发布日期:2024-06-01
    • 文件大小:10240
    • 提供者:大叔
  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-01
    • 文件大小:2048
    • 提供者:
  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-01
    • 文件大小: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-01
    • 文件大小:11264
    • 提供者:春风秋雨
  1. 两种遍历图的方法

    0下载:
  2. 熟悉图的两种常用的存储结构,以及在这两种存储结构上的两种遍历图的方法,即深 度优先遍历和广度优先遍历。进一步掌握递归算法的设计方法。 -familiar with the plans of two commonly used storage structure, and the two storage structures on the two traverse map, that depth-first traversal a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:王茜
  1. 8_nums

    0下载:
  2. 一个九宫问题的源码,a星算法,深度优先广度优先算法都有-a JiuGongTu the source, a Star algorithm, depth-first algorithm has breadth priority
  3. 所属分类:其他智力游戏

    • 发布日期:2024-06-01
    • 文件大小:776192
    • 提供者:小熊·
  1. tu

    0下载:
  2. [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:10240
    • 提供者:Demonic
  1. eightnumber

    0下载:
  2. 使用广度优先算法快速解决八数码问题,有效,很好用哦-The use of breadth-first algorithm to solve the issue of eight digital, effective, good use of Oh
  3. 所属分类:其他智力游戏

    • 发布日期:2024-06-01
    • 文件大小:2009088
    • 提供者:韩静亮
  1. tuxingde

    0下载:
  2. 实现图形的广度优先算法,在此程序中包括结点的搜搜实现过程-The realization of the breadth-first algorithm graphics in this program include node realization process Soso
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:liweixia
  1. adding_nodes_and_edges

    0下载:
  2. 通过广度优先算法,不断加入一结点或边,得到指定结点或边数的网络-Through breadth-first algorithm, and continuously adding a node or edge, has been designated node or edge of the network
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:小跑仙翁
  1. breadth_first_search

    0下载:
  2. 通过广度优先算法,遍历网络中的每个结点,得到遍历结点的时间-Through breadth-first algorithm, network traversal each node, the node traversal time
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:小跑仙翁
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org