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

搜索资源列表

  1. 用C实现的bfs源程序

    0下载:
  2. 图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:ipkh
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. C++作业

    1下载:
  2. 设图中各边的权值都相等,试以邻接矩阵和邻接表为存储结构,分别写出算法:  (1)求顶点vi到顶点vj(i<>j)的最短路径  (2)求源点vi到其余各顶点的最短路径   要求输出路径上的所有顶点(提示:利用BFS遍历的思想)
  3. 所属分类:源码下载

  1. zoj_1004_Anagrams_by_Stack.rar

    0下载:
  2. zoj 1004 的题目,这是一个经典的水壶倒水问题,题目中没有要求最少的次数倒满水,所以还可以不用bfs,本题用了bfs,zoj 1004 topics, this is a classic problem of water pouring money down the drain, the title does not require a minimum number of filling water, so it can be bfs, the title used bfs
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:925
    • 提供者:Scott
  1. graph

    0下载:
  2. 有向图 采用邻接表存储 DFS和BFS方法遍历 为方便表示,结点数小于10 用V0-V9表示不同的结点的-Directed graph using adjacency list method of storing DFS and BFS traversal for the convenience that the number of nodes is less than 10 with V0-V9 for different node
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1783
    • 提供者:刘少东
  1. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. TDJB

    0下载:
  2. 1)自选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”;
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:61102
    • 提供者:迟浩东
  1. 1915

    0下载:
  2. poj1915求移动棋子到特定位置的最少次数,BFS经典题目-poj1915 for mobile pawn to a specific location of the minimum number, BFS Classic Title
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:867
    • 提供者:cx
  1. match

    1下载:
  2. 三个求二分图最大匹配的程序(bfs,dfs,多增光路算法)-Three for the maximum bipartite graph matching procedure (bfs, dfs, multi-path algorithm Zengguang)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1089
    • 提供者:liulanzheng
  1. USACO3.2.5

    0下载:
  2. 【USACO3.2.5】魔板 ,经典ACM题,采用BFS-[] USACO3.2.5 magic board, ACM Classic title, the use of BFS
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1263
    • 提供者:liziyu
  1. exBFS

    0下载:
  2. 八数码,是经典的ACM题目中, 采用BFS的例子-Eight digital, ACM is a classic topic, using the example of BFS
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1653
    • 提供者:liziyu
  1. DSchen

    0下载:
  2. 二叉树建立,先序,中序,后序遍历,图的DFS,BFS演示程序,不断更新中,欢迎提建议-Tree establishment, the first order, in sequence, after the traversal, graph DFS, BFS presentation procedures, constantly updated, welcomed the proposals
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:1336844
    • 提供者:emacochen
  1. BFS_Demo

    0下载:
  2. Demo s algorithm BFS
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:6313
    • 提供者:vohaidang
  1. BFS(Release20080704)

    0下载:
  2. pb和flash直接通信,用pb程序来控制flash动画-pb and the flash direct communications, pb procedures used to control the flash animation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:5891318
    • 提供者:李国鑫
  1. ACM_ICPC_Search__By_ACMaryland

    0下载:
  2. ppt about search(bfs && dfs) used in ACM_ICPC
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:538548
    • 提供者:HuaXiong
  1. maze_dfs

    0下载:
  2. solve maze with dfs and bfs
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:51075
    • 提供者:melody
  1. 4.1

    0下载:
  2. 采用图的邻接表作为图的存储结构,完成有向图和无向图的DFS和BFS操作-The use of maps as a chart table adjacent to the storage structure, the completion of directed graph and undirected graph operations of DFS and BFS
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:103012
    • 提供者:陈赟
  1. disanti

    0下载:
  2. (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2734
    • 提供者:涂舒
  1. LTDT5

    0下载:
  2. demo BFS,DFS algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:108657
    • 提供者:torai
  1. ZOJ1055-Oh_Those_Achin_Feet

    0下载:
  2. ZOJ 1055 Oh, Those Achin Feet.bfs求最短路径. -ZOJ 1055 Oh, Those Achin ' Feet.bfs seek the shortest path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1535
    • 提供者:高海东
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com