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

搜索资源列表

  1. 图论

    0下载:
  2. BFS、DFS、有向图、无向图中的各种算法的实现,可以自动生成图形。-BFS, DFS, to the map, no map to the realization of the algorithm can be automatically generated graphics.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:120088
    • 提供者:李想
  1. 在无向完全图中寻找边不重复的汉密尔顿回路

    0下载:
  2. 图论课程设计:在无向完全图中寻找边不重复的汉密尔顿回路-graph theory of curriculum design : no plans to seek full side will not repeat the Hamilton circuit
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:20736
    • 提供者:ch.nan
  1. 一本非常好的图论与网络的书籍

    0下载:
  2. 这是关于网络编程方面的东西,他主要讲述了如何处理网络以及图的最优化算法-on network programming of things, he explains how to deal with the network map and optimization algorithms
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5442452
    • 提供者:粒粒
  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. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5240428
    • 提供者:喻林
  1. 动态规划与排队论

    4下载:
  2. 本书通过实例与算法程序设计介绍了常用的数学建模方法,包括多元统计、 时间序列分析、线性与非线性规划、多目标规划与目标规划、图论、动态规划、 排队论、优化智能算法、微分与差分、模糊数学、神经网络、计算机仿真、灰色 系统和层次分析法。
  3. 所属分类:文档资料

  1. Voronoi_graph.zip

    0下载:
  2. Voronoi图的pascal实现算法,图论中一种很有用的算法,Pascal achieve Voronoi diagram algorithms, a very useful algorithm in graph theory.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:2464
    • 提供者:Fancy
  1. graphalgorithm

    0下载:
  2. acm题图算法,详细说明了poj中各种图论题中用到的图算法-acm title graph algorithm, POJ detailed descr iption of the various graphic Topics algorithm used in Figure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2465
    • 提供者:raojun
  1. 数据分析工具应用方法论思维导图

    0下载:
  2. 数据可视化的思维导图,对我们现阶段的数据分析可视方法和软件警醒介绍。(Mind map for data visualization)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:29686
    • 提供者:old_man
  1. 数据结构图论

    0下载:
  2. 数据结构实验。 编写程序分别实现DG, DN, UDG, UDN的邻接矩阵和邻接表存储结构的构建; 以界面的形式给出构建类型的选择;(Data structure experiment. Write procedures to achieve DG, DN, UDG, UDN, adjacency matrix and adjacency table storage structure; The choice of type of construction is given in the
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:蚊子酱
  1. CT graph games

    3下载:
  2. 实现基于ADP的多智能体体一致性,主要针对无向图研究(Implementation of Multi - Agent Consistency Based on ADP)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-20
    • 文件大小:615424
    • 提供者:唐山
  1. 0778402

    0下载:
  2. 该程序为动态规划得图论求解程序 好不好用了就知道()
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:VK%2D31735
  1. 缠论天堂

    3下载:
  2. 缠论通达信主图公式,使用时需要了解相关知识(The main figure wrapped by formula)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:xuxuaobai
  1. Dijkstra

    0下载:
  2. 从图中的某个顶点出发到达另外一个顶点的所经过的边的权重和最小的一条路径,称为最短路径(From the vertex of a graph, the shortest path is the weight and the smallest path to the edge of another vertex.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:132096
    • 提供者:zhych233
  1. pipei

    1下载:
  2. 求二分图最大匹配可以用最大流或者匈牙利算法。 最大匹配 给定一个二分图G,在G的一个子图M中,M的边集中的任意两条边都不依附于同一个顶点,则称M是一个匹配. 选择这样的边数最大的子集称为图的最大匹配问题 如果一个匹配中,图中的每个顶点都和图中某条边相关联,则称此匹配为完全匹配,也称作完备匹配。(For maximum matching of two partite graphs, maximum flow or Hungarian algorithm can be used. The maxim
  3. 所属分类:其他

    • 发布日期:2020-04-17
    • 文件大小:1024
    • 提供者:magician-
  1. 第五次作业

    0下载:
  2. 使用MFC完成数据结构图论的大作业,并实现图形用户界面。(Only for student Who are study data structure.)
  3. 所属分类:其他

    • 发布日期:2019-04-18
    • 文件大小:199680
    • 提供者:xinlin67
  1. 图论代码

    1下载:
  2. 图论问题代码,可以画图,输入节点和邻接矩阵,便可以输出
  3. 所属分类:matlab例程

  1. 图论及应用全书加代码

    1下载:
  2. 里边包括图论算法及应用全书还有matlab代码。可以运行非常实用
  3. 所属分类:matlab例程

    • 发布日期:2020-04-16
    • 文件大小:25251907
    • 提供者:285580287@qq.com
  1. 缠论主图自画笔

    1下载:
  2. 自动在K线图上按缠论理论画笔画线段,帮助股明朋友快速看走势图(jdfj dfhdfh df d djf djf djfheefh dfj iufh kdjdf ldkfj skddjf weuh skdjdf wehlkfj)
  3. 所属分类:金融证券系统

  1. [缠中说禅:教你炒股票108课]至今配图最全

    2下载:
  2. [缠中说禅:教你炒股票108课]至今配图最全的图文资料(The most complete picture and text materials have been provided so far)
  3. 所属分类:金融证券系统

  1. 《图论在数学建模中的应用》

    1下载:
  2. 《图论在数学建模中的应用》
  3. 所属分类:编程文档

    • 发布日期:2023-01-18
    • 文件大小:1965584
    • 提供者:OldLiu
« 1 2 3 4 5 67 8 9 10 11 ... 46 »
搜珍网 www.dssz.com