CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 源图

搜索资源列表

  1. C Algorithm_配套源码Robert Sedgewick

    0下载:
  2. 这是Donald Kunth(计算机科学学术界最最有名的大师级人物,曾获图灵奖及其他无数科技奖项)的弟子Robert Sedgewick的名著C算法一书的配套源码-Kunth (computer science academic gurus of the most famous figures, won the Turing Award and countless other technology awards) Robert Sedgewick the disciples of the fam
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:47533
    • 提供者:舒海林
  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65237
    • 提供者:陈青侠
  1. DSAAcodes

    0下载:
  2. 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:260270
    • 提供者:ldl
  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10202
    • 提供者:罗鹏魁
  1. graphDegree

    0下载:
  2. 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. F
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:吴地瓜
  1. graphicsalgorithmy

    0下载:
  2. 一套很好的图论算法源码,包括图的遍历,最短路径的实现,有向图计算、拓扑排序等多个算法的源码。-a good graph algorithm source code, including the traverse map, the shortest path, and it is to map, many other topological sorting algorithm source code.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9136
    • 提供者:xiaofeng
  1. tuxiangguangsuanfa_SourceCode

    0下载:
  2. 这是本人精心搜集的关于常用图论算法的一套源码,代码内附注释,可供需要的朋友作为参考-carefully collected on the graph algorithm commonly used in a set of source code, code contains Notes the need for a friend as a reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:495202
    • 提供者:金伟越
  1. ImproveShortestPathArithmetic

    0下载:
  2. 应用斐波纳契堆和邻接表改进单源最短路径算法,使其算法的时间复杂性由O( )减少为O(nlogn+e),其中e为有向图的边的条数。-application Fibonacci heap and the adjacent table to improve single source shortest path algorithm, its algorithm's time complexity of O () reduced to O (nlogn e), where e is for th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7881
    • 提供者:wt
  1. oulat

    0下载:
  2. 欧拉图的使用,和它的源码,还有欧拉图的原理和解释,希望大家能用到-Graphs use, and its source code, there is a graph theory and explained that the hope that everyone can be
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4156
    • 提供者:赵寰
  1. btree

    0下载:
  2. 用c++写的用于ic设计中布图布线的工具源码,采用btree结构,包含文档-using c + + to write for ic design layout source routing tools used btree structure, including documentation
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:452684
    • 提供者:qihuolin
  1. suanfasheji

    0下载:
  2. 算法设计课程报告单源点最短路径问题,即,已知一个n结点有向图G=(V,E)和边的权函数c(e),求由某指定结点V0到其他各个结点的最短路径,这里还假定所有的权都是正的。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16715
    • 提供者:dfghj
  1. HUFFMANHFMBMYMQ

    0下载:
  2. 摘 要 1 前 言 2 正 文 4 1. 采用类C语言定义相关的数据类型 4 2. 各模块的伪码算法 5 3. 函数的调用关系图 7 4. 调试分析 8 5. 测试结果 9 6. 源程序(带注释) 10 总结 29 参考文献 30 致谢 31 摘 要 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树—即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。在计算机信息处理中,“哈夫曼编码”是一种一致性
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:96492
    • 提供者:常亮
  1. graph

    0下载:
  2. 数据结构c语言版中关于图部分的所有源码,都自己编的,比较全!!且经过测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:64880
    • 提供者:hefang
  1. aa

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1180
    • 提供者:王兵
  1. MPI-GraphTheory

    1下载:
  2. 图论部分的MPI源码,包括传递闭包、连通分量、最短路径和最小生成树,附带说明和测试用例-Graph Theory part of the MPI source code, including the transitive closure, connected components, shortest path and minimum spanning tree, with instructions and test cases
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:737930
    • 提供者:不死鸟
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
  1. BiTreeShow

    0下载:
  2. 该源码实现二叉树的模拟,运行时图片已经放在压缩文件夹下。-The realization of the source tree of the simulation, run-time image compression has on the folder.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:65582
    • 提供者:张晋
  1. KrusKal

    0下载:
  2. 对一个带权无向图,求其最小生成树,本程序功能通过KrusKal算法实现。-Of a weighted undirected graph, and its minimum spanning tree, the program features through the Kruskal algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:101253
    • 提供者:傅山
  1. TEST

    1下载:
  2. 数据结构试验 实验一 线性表的顺序表示与实现 实验二 线性表的链式表示与实现 实验三 栈与队列及其应用 实验四 二叉树的应用 实验五 图的遍历与应用 实验六 查找技术 实验七 内部排序 全部源码-Experimental test data structure form a linear sequence of that experiment and realization of the Second linear chain form and realizati
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:398303
    • 提供者:稻草人
  1. tu

    0下载:
  2. 图的深度优先遍历,数据结构实验,源码可运行-Map depth-first traversal, the structure of the experimental data, source code can be run
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:28940
    • 提供者:cjf
« 12 3 4 5 »
搜珍网 www.dssz.com