CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Breadth First Search

搜索资源列表

  1. DataStructInJava

    0下载:
  2. this code contains breadth first search and array
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:18394
    • 提供者:wayil
  1. BFS_CUDA

    0下载:
  2. 用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中root到leaf的最长距离。-This is the algorithm of BFS(breadth first search) on CUDA, and its time complexity is down to O(diameter) which diameter means the longest distance bet
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1306
    • 提供者:iJuliet
  1. eightnum

    0下载:
  2. 8数码的广度优先算法和A*算法。可以查找出最佳路径,并且自动演示-8 digital breadth-first algorithm and A* algorithm. Can search out the best path, and automatic presentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2752276
    • 提供者:djbone
  1. Broad-First-Search(AdjLGraph)

    0下载:
  2. 此代码为“图的广度优先遍历”的源代码,图的存储形式为邻接表,里面有图的邻接表存储的代码,还有广度优先遍历的算法,还有验证的主函数。-This code is " breadth-first traversal map" of the source code, Figure storage form of adjacency list, there are plans stored in the adjacent table code, as well as breadth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2272
    • 提供者:熊龙龙
  1. BFS

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

    • 发布日期:2017-05-08
    • 文件大小:2038135
    • 提供者:牛芳
  1. 8PuzzleProblem

    0下载:
  2. 实现了简单的宽度优先搜索,算法比较简单,课程设计时可用。-To achieve a simple breadth-first search
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:701310
    • 提供者:白天
  1. search_graph

    0下载:
  2. 一个python程序,实现了无向图的结构模拟,以及广度优先搜索的算法,以及显示最短路径之一。用leo+ulipad实现。-A python program to realize the structure of an undirected graph simulation, as well as the breadth-first search algorithm, and display one of the shortest path. By leo+ ulipad achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1709
    • 提供者:周鹏
  1. bashuma

    0下载:
  2. 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1982
    • 提供者:ym
  1. road

    0下载:
  2. 采用双向广度优先搜索的方法搜索出在一定意义下最佳的解题步骤,并指导我系学生姚刚用DELPHI V5.0开发了一个相应的电脑游戏。本文首先介绍了该算法的基本思想,然后通过完整的PASCAL源程序及其注释给出该算法的具体的实现,最后给出搜索的结果。-Bidirectional breadth-first search method to search out the best in some sense the problem solving steps, and to guide my stude
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:24544
    • 提供者:
  1. brainee-30177

    0下载:
  2. An application that implement Uninformed search algorithms * Breadth-first search * Uniform-cost search * Depth-first search * Depth-limited search (tree and recursive versions) * Iterative deepening search-An application that im
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:98975
    • 提供者:amir
  1. search-file

    0下载:
  2. 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:716
    • 提供者:guang
  1. wide-search

    0下载:
  2. 广度优先搜索重排九宫格实例,一个简单的对算法的实现-Breadth first search rearrangement of JiuGongGe examples, a simple to the realization of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11592606
    • 提供者:汪鹏
  1. Breadth-first-search-algorithm

    0下载:
  2. 学习数据结构的帮手广度优先搜索算法源代码-Breadth-first search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:32946
    • 提供者:曲梦龙
  1. Breadth-first-search-algorithm

    0下载:
  2. 广度优先搜索算法判断图的连通性Breadth first search algorithm of judgment figure connectivity -Breadth first search algorithm of judgment figure connectivity
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4324
    • 提供者:赵君威
  1. breadth-first-search

    0下载:
  2. 数据结构经典算法(一):用邻接表实现广度优先搜索。-Adjacency table to achieve the breadth-first search
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:142828
    • 提供者:carmen
  1. Breadth-first-search

    0下载:
  2. 宽度优先搜索 适合于人工智能课程实验所用-Breadth-first search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:2149
    • 提供者:shan
  1. Breadth-First-Search

    0下载:
  2. Breadth-First Search SourceCode : C++ windows7, Visual Studio 2008
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:258056
    • 提供者:aniz4
  1. Breadth-First-Search

    0下载:
  2. c语言,算法,对指定文件夹进行广度优先搜索,输出文件名-C language, algorithm, for the specified folder is breadth first search, the output file name
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:73204
    • 提供者:嘎嘎
  1. BFS-breadth-first-search

    0下载:
  2. breadth-first search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:82550
    • 提供者:Henri
  1. eight-digital-Breadth-first

    0下载:
  2. 宽度优先搜索解决八数码问题,包含源文件及详细注释-Breadth-first search to solve eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1283614
    • 提供者:Albert
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com