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

搜索资源列表

  1. HDU1010

    0下载:
  2. 这题是杭电ACM 1010 Tempter of the Bone (DFS+回溯)-This question is Hangzhou Xinhua ACM 1010 Tempter of the Bone (DFS+ back)
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1491
    • 提供者:郑诚
  1. dfs

    0下载:
  2. search algorithm, depth first search
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1148
    • 提供者:Wiccan
  1. bipartite_graph_maximum_matching

    0下载:
  2. 三种二项图最大匹配算法.包括使用广度优先搜索以及深度优先搜索的匈牙利算法,以及Hopcroft-Karp算法。-Three of bipartite graph maximum matching algorithms. Including 1.Hungarian with DFS 2.Hungarian with BFS 3.Hopcroft-Karp algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-03-25
    • 文件大小:1667
    • 提供者:lj-leech
  1. DAGshengchengshu

    0下载:
  2. 有向图的生成树,有界面显示,采用DFS和BFS两种-Directed graph spanning tree, there are interface display, using two kinds of DFS and BFS
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2099131
    • 提供者:孟梦
  1. gragh

    1下载:
  2. 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:206574
    • 提供者:lfm
  1. hutu

    0下载:
  2. 应用MATLAB的M文件编程方法过行信号频域分析。分别用矩阵运算的方法计算方波的DFS,在60的时窗宽度上方波宽度分别为5与12。并且画出x(n)和DFS(x(n))的杆状图。-Application of MATLAB M-file programming off-line signal frequency domain analysis. Were calculated using matrix calculation of square wave of DFS, in the 60'
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:575
    • 提供者:Wu Ying
  1. FastDFS_v1.22_src.tar

    0下载:
  2. DFS 文件系统,访问速度超级快-DFS file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:218888
    • 提供者:韩欣
  1. eightnum

    0下载:
  2. 三种算法(A*,广度优先,深度优先)求解八数码问题,方便对三种算法的优劣作比较-Three algorithms (A*, BFS, DFS) for Eight digital issues, to facilitate the merits of the three algorithms for comparison
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:878292
    • 提供者:Yang
  1. 8Puzzle

    0下载:
  2. 我编写的8数码游戏,可实现人工求解和自动求解。人工求解时可以手动设置初始状态、目标状态,也可以随机生成初始状态,还可以避免无解。自动求解算法包括:DFS、BFS、A*1和A*2。并且有详细的课件。-8Puzzle
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-26
    • 文件大小:9180222
    • 提供者:王桂平
  1. 1276

    0下载:
  2. poj1276题的解答和分析,里面是dfs的探索和分析,还有我做的精心分析。-the source code and analysis for 1276 of poj
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:381491
    • 提供者:20073500
  1. 7

    0下载:
  2. 图的大部分算法的程序实现,如建图,,dfs,bfs,图的最小生成树,最短路径等-Figure most of the program realization algorithm, such as building plans,, dfs, bfs, graph minimum spanning tree, shortest path, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1003892
    • 提供者:冯玉谦
  1. GraphAlgorithm

    0下载:
  2. 图论通用各种算法,有大量实例,包括BFS,DFS,Prim, kruskal,Dijkstra,Floyed,Aoe,Aov,topsort-General algorithms of graph theory, a large number of cases, including the BFS, DFS, Prim, kruskal, Dijkstra, Floyed, Aoe, Aov, topsort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1036377
    • 提供者:张前东
  1. Sudoku

    0下载:
  2. 数独(Sudoku)的DFS算法,没有优化,效率较为低下.C语言实现-Sudoku algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:770
    • 提供者:Nova
  1. 1

    0下载:
  2. 图的一些基本功能,包括BFS和DFS搜索-Figure some of the basic functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1369
    • 提供者:ruoyao
  1. 8Puzzle8

    0下载:
  2. DFS搜索实现8数码游戏的自动求解 -DFS search to achieve 8-digital game automatically solve the DFS search to achieve 8-digital game automatically solve
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:216763
    • 提供者:sunbin
  1. dfs

    0下载:
  2. 这是本人自己编的易语言闹钟加定时关机,不足之处请朋友多多指教-Alarm clock plus time off
  3. 所属分类:多媒体编程

    • 发布日期:2017-03-29
    • 文件大小:679003
    • 提供者:张林
  1. liaotianshi

    0下载:
  2. 基于C/S的java聊天室,能实现群聊功能-shdfioshi ofhsei dkf dfs
  3. 所属分类:ICQ-IM-Chat

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

    0下载:
  2. 无向图的建立以及深度优先和广度优先遍历并输出 -DFS and BFS search for a graph
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:888
    • 提供者:zhangyue
  1. dfs

    0下载:
  2. 俄罗斯方块,能在TURBO C环境下运行的俄罗斯方块游戏.- C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2944
    • 提供者:turboc5252
  1. Archive

    0下载:
  2. noip2005和dfs、bfs,为您的编程提供有效帮助。-DFS and BFS。Give you good help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3629
    • 提供者:云溪
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com