CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 生成树

搜索资源列表

  1. crypt111

    0下载:
  2. 测试Linux从2.4内核开始就非常好的支持了网桥,并且还支持生成树协议等高级应用。加入网桥的物理 端口将不分配IP地址,只有网桥虚拟端口可以分配IP ... 4,修改/etc/sysconfig/network-tests from the Linux kernel 2.4 on the very good start to support the bridge, It also support the Spanning Tree Protocol and other advanced app
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1865
    • 提供者:meng
  1. MaxSpanningTree

    0下载:
  2. 求最大生成树,实际上是以最小生成树的算法为基础进行改进,我采用的是kruskal算法,基本思路是对各个边的权进行排序,然后加入生成树,形成环的点跳过,直到生成最大生成树。JAVA的特点是输入输出比较便利,所以问题的关键在于用监控将图的初始化和树的生成衔接。-Spanning Tree for the largest, is actually the minimum spanning tree algorithm-based improvement, I used the Kruskal algo
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2823
    • 提供者:笑笑
  1. haokan

    1下载:
  2. 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。) -try to expand the depth-fir
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1233
    • 提供者:dfssd
  1. vxworks_stp_src

    0下载:
  2. 基于vxworks操作系统,Tornado2.0平台,生成树STP源码.直接在其对应的设备中添加即可.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:35103
    • 提供者:袁培锋
  1. Kruskaltree

    0下载:
  2. 在连通的带无权无向图中寻找一个最小 代价生成树的程序。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:967
    • 提供者:zyz
  1. 3_02

    0下载:
  2. 随机LS文法生成树(在LS文法中引入随机变量,使表现不同形态的规则按不同的概率分布随机出现,从而产生更加自然、生动的图形)
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:64067
    • 提供者:
  1. 4

    0下载:
  2. 求最小代价生成树(Prim算法和Kruskal算法)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1670
    • 提供者:lifuyuan
  1. kruskal

    0下载:
  2. K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的 边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选 取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中 边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其 加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2030
    • 提供者:sff
  1. demo

    0下载:
  2. Treeview 控件的精通使用,用其生成树,同时将要保存的节点,保存到list然后,将其清空,点击回显后,让其从新选中。-Proficiency in the use of the Treeview control, using the spanning tree, at the same time to preserve the node, and then save it to list its empty, click back significantly after the re-se
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:187562
    • 提供者:banweibo
  1. tree_to_sql

    1下载:
  2. 用delphi Treeview 实现树目录结构,自动生成树,-Delphi Treeview with the realization of the tree directory structure, automatically spanning tree,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:176918
    • 提供者:banweibo
  1. MSTParser.tar

    0下载:
  2. MSTParser是以最大生成树理论为基础的判别式依存句法分析器。它将一科依存树的得分看作是 所有依存关系的得分的总和,从而依存分析的问题转化成如何寻找最高得分的依存树。-Spanning tree is the largest MSTParser theory-based discriminant Parser interdependence. Section 1 will be scored as interdependent tree are all interdependent re
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-16
    • 文件大小:419681
    • 提供者:周光有
  1. STP

    0下载:
  2. 通过查阅生成树算法和并行算法的相关文献,总结出生成树的算法思想,然后结合本论文得到其算法的基本思想。-Through access to spanning tree algorithm and parallel algorithms related literature, summed up the ideological spanning tree algorithm, and then combine this paper are the basic idea of the algorith
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:94689
    • 提供者:密码
  1. yufashengchengshu

    0下载:
  2. 此代码的作用在于完成在编译原理中的语法生成树的构造与编写-This code' s role is to complete the compilation of the grammatical principles of the construction and the preparation of spanning tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3115
    • 提供者:刘墉
  1. Treeview

    0下载:
  2. 动态生成树成列表,方便广大初学者使用,源码共享-Dynamic spanning tree into a list
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:302289
    • 提供者:xxx
  1. rhb

    0下载:
  2. 理解生成树协议STP的配置及原理。 使网络在有冗余链路的情况下避免环路的产生,避免广播风暴等。 -Understanding Spanning Tree Protocol STP configuration and principle. The network in a redundant link, to avoid loop formation, and so to avoid broadcast storms.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:219284
    • 提供者:happyjack
  1. CCCNP-experience2011

    0下载:
  2. 大型局域网配置实验(包括ofpf技术,vlan间路由技术,多生成树,帧中继技术,VTP技术等等)
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1457
    • 提供者:高升
  1. tree-three-order

    0下载:
  2. 本代码用队列的方式根据树的前序和中序生成树-create tree
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:1747
    • 提供者:之乎者也
  1. kk

    0下载:
  2. 在n个城市间建立通信网络,需架设n-1条线路。求解如何以最低经济代价建设此通信网,这是一个最小生成树问题。要求:(1)利用普利姆算法求网的最小生成树;(2)输出生成树中各边及权值。-The n cities to establish communication between networks, the need to set up n-1 lines. How to solve this at the lowest economic cost of building communication
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:5555
    • 提供者:邱丘
  1. test2

    0下载:
  2. 词法分析器,语法生成树,内含详细程序要求和说明以及环境配置-text tree
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:805614
    • 提供者:郑玉
  1. shengchengshu

    0下载:
  2. 信息学竞赛常用生成树算法 各种生成树不同类型的算法合集 高效实用-Informatics Contest common spanning tree algorithm a variety of different types of efficient and practical algorithms Collection
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:8027
    • 提供者:linwe
« 12 »
搜珍网 www.dssz.com