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

搜索资源列表

  1. Graph-Theory

    0下载:
  2. 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0下编译运行。 该算法是为参加ACM/ICPC竞赛而准备
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10025
    • 提供者:lllstar
  1. graph, heap, sorting, timing source code-- common datastruct

    0下载:
  2. graph, heap, sorting, timing source code
  3. 所属分类:数据结构常用算法

  1. graphtheoryprogram.rar

    0下载:
  2. 有关图论程序,用matlab编写的,可进行顶点染色和边染色,Procedures related to graph theory, and the preparation of the matlab can be carried out vertex coloring and edge coloring
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:9118
    • 提供者:wangjishun
  1. Graph_Cut.rar

    0下载:
  2. Graph Cut algorithm implementation. Includes MATLAB compiled codes.,Graph Cut algorithm implementation. Includes MATLAB compiled codes.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:526144
    • 提供者:GM
  1. smith.rar

    5下载:
  2. 用matlab实现单双枝节阻抗匹配,并用smith圆图匹配演示过程,Using matlab to achieve single-and double-side impedance matching, and demonstrate smith circle graph matching process
  3. 所属分类:matlab

    • 发布日期:2014-06-12
    • 文件大小:43175
    • 提供者:张飞
  1. GA-based-on-the-graph-edge

    0下载:
  2. 基于遗传算法的有向图的边序列遍历算法Matlab源码.此函数实现遗传算法,用于用于有向图的边遍历序列的优化 GreenSim团队原创作品-Genetic algorithms are based on the edge to the graph traversal algorithm sequence of Matlab source code. This function implements the genetic algorithm used for edge directed graph
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:1466
    • 提供者:lzf
  1. Graph-theory-by-amber

    0下载:
  2. amber大牛总结的图论基本术语和算法大略,建议结合源码学习,比较抽象-Daniel summed up the amber basic terminology of graph theory and algorithms rough, combination source learning, abstract
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:513195
    • 提供者:Zsw95
  1. graph

    0下载:
  2. 所有图论问题的MATLAB程序,包括最短路-MATLAB graph theory problem of all procedures, including the short-circuit, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:18990
    • 提供者:步青云
  1. Hamiltonian-graph

    0下载:
  2. 哈密顿图的判定:经过图中所有顶点一次且仅一次的回路称为哈密顿回路。具有哈密顿回路的图称为哈密顿图,-determine Hamiltonian graph : After all the vertices of a graph and only one loop is called Hamiltonian circuit. A graph that has a Hamiltonian circuit is called a Hamiltonian map,
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:9067
    • 提供者:
  1. gco-v3.0

    1下载:
  2. graph cut 优化算法的最新版本,包含C++版本(在VS2005以上版本可以调通)和Matlab接口,-graph cut optimization algorithm of the latest version, includes C++ version (or later in the VS2005 can be transferred through) and the Matlab interface
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:67369
    • 提供者:tanghuang
  1. EBGM123

    0下载:
  2. 经过自己修正后的弹性图匹配人脸认证算法,耗时比较长一点。-Amended after their elastic graph matching face authentication algorithm, a longer time-consuming.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-17
    • 文件大小:4992300
    • 提供者:王兵
  1. graph

    0下载:
  2. 图论的算法,最短路,最小生成树,连通,匹配,网络流及应用。-Graph theory, algorithms, shortest path, minimum spanning tree, connectivity, matching, network flow and applications.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:39429
    • 提供者:young
  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. NPE

    0下载:
  2. 本代码实现基于成对约束的半监督图嵌入算法-Following the intuition that the image variation of faces can be effectively modeled by low dimensional linear spaces, we propose a novel linear subspace learning method for face analysis in the framework of graph embeddi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2360
    • 提供者:刘国胜
  1. graph

    0下载:
  2. 用VC对数据结构图进行了基本操作,包括建立图结构,插入节点,边,删除节点,边,等等。-VC on the data chart with the basic operations carried out, including the establishment of graph structure, insert the node, edge, remove the node, edge, and more.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14995
    • 提供者:scorpioc
  1. GraphTheoryAlgorithmMATLAB

    0下载:
  2. 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:47242
    • 提供者:肖翔
  1. graph

    0下载:
  2. 该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。-The compressed file contains a graph theory among a number of important algorithms, including the former order in the order and postorder traversal, the smallest binary tree, DFS, BFS, and topolog
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:947759
    • 提供者:许娜娜
  1. Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

    1下载:
  2. 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-01
    • 文件大小:13904888
    • 提供者:wang
  1. Graph-based clustering and data visualization algorithms

    0下载:
  2. This Matlab package is written specifically for the book Ágnes Vathy–Fogarassy and János Abonyi: Graph-based clustering and data visualization algorithms. The purpose of the package is to demonstrate a wide range of graph-based clustering and visuali
  3. 所属分类:matlab例程

    • 发布日期:2016-07-28
    • 文件大小:13624033
    • 提供者:abonyijanos
  1. adjacency matrix to represent the graph

    0下载:
  2. (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:13312
    • 提供者:mia_shao
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com