搜索资源列表

  1. 网的最小生成树问题

    0下载:
  2. 网的最小生成树问题-net minimum spanning tree problem
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:王丹
  1. 最小生成树(Kuskal算法)

    0下载:
  2. 该程序用贪心算法来求解最小生成树问题 采用贪婪准则:每次选择边权值最小边。如果该边加入后不构成环,则加入。-procedures with the greedy algorithm to solve the problem using the minimum spanning tree greedy guidelines : each side the right to choose the minimum value side. If
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2280
    • 提供者:杨晨
  1. 实验报告-最小生成树

    1下载:
  2. 关于最小生成树问题的基本思想运行结果测试平台以及源码-minimum spanning tree problem on the basic idea of operating results and the source test platform
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7388
    • 提供者:wjf
  1. 最小生成树问题

    0下载:
  2. 最小生成树的数据结构解法,若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网-minimum spanning tree data structure solution, if a n cities between building communications networks needed to put up only n-1 line can be. How the lowest eco
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:黎明
  1. 模糊最小生成树

    0下载:
  2. 本文基于一个实例,探讨了根据模糊集合理论的相关方法来构造模糊最小生成树以求解在通信网络系统的架设过程中,使网络架设的费用最低化的问题。内容包括论文和实现源代码。
  3. 所属分类:其他小程序

    • 发布日期:2010-01-08
    • 文件大小:60908
    • 提供者:fenjunqifei
  1. 最小生成树

    0下载:
  2. 数据结构 最小生成树问题
  3. 所属分类:系统编程

  1. 网的最小生成树问题

    0下载:
  2. 网的最小生成树问题-net minimum spanning tree problem
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王丹
  1. 最小生成树(Kuskal算法)

    0下载:
  2. 该程序用贪心算法来求解最小生成树问题 采用贪婪准则:每次选择边权值最小边。如果该边加入后不构成环,则加入。-procedures with the greedy algorithm to solve the problem using the minimum spanning tree greedy guidelines : each side the right to choose the minimum value side. If
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:杨晨
  1. 实验报告-最小生成树

    0下载:
  2. 关于最小生成树问题的基本思想运行结果测试平台以及源码-minimum spanning tree problem on the basic idea of operating results and the source test platform
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:wjf
  1. 最小生成树问题

    0下载:
  2. 最小生成树的数据结构解法,若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网-minimum spanning tree data structure solution, if a n cities between building communications networks needed to put up only n-1 line can be. How the lowest eco
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:黎明
  1. 456456415

    0下载:
  2. 题目:若要在n个城市之间建立通信网络,只需要假设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。-topics : n if the city between communication networks, need only assume that n-1 line can be. How the lowest economic cost of building the communications n
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:xing
  1. 456456413786

    0下载:
  2. 数据结构课程设计打包下载,包括两个1.约瑟夫环 2.最小生成树问题!!!我已经交给老师,发给大家参考一下-data structure course design package download, including two one. Josephus 2. The minimum spanning tree problem! ! ! I was handed over to the teachers, to your referen
  3. 所属分类:数据库编程

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:xing
  1. zuixiaoshengchengshu

    0下载:
  2. 最小生成树问题 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)利用克鲁斯卡尔算法求网的最小生成树。 (2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值。 -minimum spanning tree problem to the n-cit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:wangjian
  1. ret

    0下载:
  2. 实现最小生成树问题,在N个城市之间寻找最短路径-The achievement of minimum spanning tree problem, in the N cities to find the shortest path between
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:又红又专
  1. thelittesttree

    0下载:
  2. 数据结构题集C语言版中最小生成树问题源程序,编译成功了的-Data Structure C language version of title set minimum spanning tree problem in the source code, the compiler of success
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:廖如
  1. datastruction

    0下载:
  2. 数据结构课程设计所含题目: 1运动会分数统计**, 2一元多项式计算**, 3订票系统 4猴子选大王 5最小生成树问题** 6 建立一个二叉排序树 -Curriculum design data structure contained in the title: 1 Games Score Statistics**, 2-polynomial calculation**, 3 booking system 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:33792
    • 提供者:Anson
  1. TheSmallestTree

    0下载:
  2. 数据结构完整的课程设计:求最小生成树问题,完整的一份.-err
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:1756160
    • 提供者:huxiaolin
  1. Minium_Spanning_Tree(Kruskal)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用克鲁斯卡尔算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network
  3. 所属分类:压缩解压

    • 发布日期:2024-05-15
    • 文件大小:196608
    • 提供者:利莉
  1. 数据结构 图的应用 最小生成树问题

    0下载:
  2. 应用最小生成树的实际问题,内含题目、代码、问题分析(Application of the minimum spanning tree to practical problems, including problem, code and problem analysis)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:37888
    • 提供者:德德20
  1. 最小生成树

    0下载:
  2. 问题描述:给定一个地区的n个城市间的距离网,用Prim算法或Kruskal算法建立最小生成树,并计算得到的最小生成树的代价。 基本要求: 1、城市间的距离网采用邻接矩阵表示,邻接矩阵的存储结构定义采用课本中给出的定义,若两个城市之间不存在道路,则将相应边的权值设为自己定义的无穷大值。要求在屏幕上显示得到的最小生成树中包括了哪些城市间的道路,并显示得到的最小生成树的代价。 2、表示城市间距离网的邻接矩阵(要求至少6个城市,10条边) 3、
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:237568
    • 提供者:Layman俗人
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org