搜索资源列表

  1. 图论算法库 C++ 语言实现

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

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

    0下载:
  2. 这是一本图论算法的经典之作
  3. 所属分类:文档资料

    • 发布日期:2009-11-13
    • 文件大小:5240398
    • 提供者:xiaohuang_17
  1. acm 图论算法

    0下载:
  2. acm 图论算法
  3. 所属分类:Windows编程

    • 发布日期:2011-05-21
    • 文件大小:134144
    • 提供者:cout0526
  1. 图论算法

    1下载:
  2. 图论模型的各种算法的集合
  3. 所属分类:源码下载

    • 发布日期:2011-08-25
    • 文件大小:161280
    • 提供者:yahsue
  1. 《图论算法及其matlab实现》部分代码

    0下载:
  2. 《图论算法及其matlab实现》部分代码
  3. 所属分类:源码下载

    • 发布日期:2012-02-11
    • 文件大小:6529
    • 提供者:joefancy@qq.com
  1. 图论的算法与程序设计

    0下载:
  2. 图论的算法与程序设计-graph theory of algorithms and program design
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:5309440
    • 提供者:站长
  1. 电子计算机算法手册

    0下载:
  2. 这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解-This the commonly used algorithms and numerical algorithms of graph theory is used pseudo-code descr iption of the inside of the algorithm in detail on the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:12118016
    • 提供者:喻林
  1. 图论算法

    0下载:
  2. 此书详细的介绍了各种流行和重要的图算法 识货的就下咯-book detailed account of a popular and important map know the quality of the algorithm on the basis of 1,10
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:5239808
    • 提供者:喻林
  1. QuickGraph_src

    0下载:
  2. Boost Graph Library的C#实现,有很多图论算法。-Boost Graph Library of C#, there are many graph algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:237568
    • 提供者:杨波
  1. 图论算法库 C++ 语言实现

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

    • 发布日期:2024-05-03
    • 文件大小:10240
    • 提供者:罗鹏魁
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:9216
    • 提供者:xiaofeng
  1. FibonacciHeap

    0下载:
  2. FibonacciHeap是一种优先队列,就平均而言有很好的性能,所以在一些图论算法中可以用来作改进算法的数据结构,尤其是那些稀疏图,总之是很好的工具。下面以设计者的角度简单描述我设计它的过程和思路。-FibonacciHeap is a priority queue, on average, have a good performance, so in a number of graph theory algorithms can b
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:哈哈哈
  1. 200756135454786

    0下载:
  2. 图论算法及其MATLAB 程序代码求赋权图G = ( V , E , F ) 中任意两点间-Graph Theory Algorithm and MATLAB code for weighted graph G = (V, E, F) between two points in arbitrary
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:47104
    • 提供者:hujik
  1. line_map

    0下载:
  2. 图论算法类讲解,主要讲解图论中区间图,这类算法在国内出现较少,是难得的资料-Graph theory to explain algorithm category, mainly on graph theory in the range of maps, such algorithm appears less at home, is a rare information
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:113664
    • 提供者:lyp
  1. Graphtheory_typicalalgorithm

    0下载:
  2. 本书介绍了有关图论的基本概念和典型的图论算法,结合历届赛题分析如何把一个实际问题抽象化为数学中的图论问题,并给出了程序解法。本书的特点是既有基本概念的讲解及对所解问题的分析,又有编程的思路与参考程序。 本书是参加奥林匹克竞赛学生的必读书,也可作为大学生的参考书。 -This book introduces the basic concepts of graph theory and graph theory, a typical a
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:5498880
    • 提供者:
  1. tulunsuanfa

    0下载:
  2. 图论中的各种算法及实现,编写流畅,希望有用,用pdf文档给出,编写质量比较高,适合初学图论算法的人。-A variety of data structure algorithms using C++ development, I hope useful, given a document with word, the preparation of relatively high quality, data structure suita
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:275456
    • 提供者:minisa
  1. follow

    0下载:
  2. 资料介绍了图论算法中最重要的定理之一的最小个最大流定理-Information on the graph theory algorithm, one of the most important theorem of the minimum of maximum flow theorem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:36864
    • 提供者:天雨
  1. 图论着色CSGC

    0下载:
  2. 针对图着色问题所用的一种敏感图论算法,解决路线着色问题。(A sensitive graph theory algorithm for graph coloring problem is used to solve the problem of route coloring.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-03
    • 文件大小:521216
    • 提供者:Fighting、
  1. 图论算法及其MATLAB程序代码

    0下载:
  2. 常用图论算法及其MATLAB程序代码: 1.最短路的Warshall-Floyd算法 2.最小生成树Kruskal避圈法 3.二部图G的最大匹配的算法(匈牙利算法)(The commonly used graph theory algorithm and its MATLAB program code: 1. shortest path Warshall-Floyd algorithm 2. minimum spanni
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:37888
    • 提供者:解码
  1. 图论算法及其MATLAB实现

    1下载:
  2. 本书系统介绍了图论重要算法的思想及其 MATLAB实现,可供数学、计算机科学、工程科学等学科中相关专业的大学生、研究生阅读,也可供相关专 业研究人员参考。(This book systematically introduces the idea of the important algorithm of graph theory and its MATLAB implementation, which can be read by co
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1220608
    • 提供者:axmlx
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org