登录
首页 » 数据结构 » 数据结构最小生成树

数据结构最小生成树

于 2023-09-05 发布 文件大小:8.25 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

数据结构最小生成树-minimum spanning tree data structure

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 库的应用,基于索引,实现一个简单的B+树搜索树
    数据库的应用,基于索引,实现一个简单的B+树搜索树 -Database application, based on the index, the realization of a simple B+ tree search tree
    2022-03-04 03:54:13下载
    积分:1
  • 专业、 学术或学习目的 123 TSQL 函
    这是用于专业、 学术或学习的 123 TSQL 函数的集合。有许多转换十六进制/八进制/二进制/罗马数字,如双曲型、 逻辑和三角函数的数学函数。组合、 排列 (因子)、 安排的组合功能。其他有趣的功能包括大量转化为简单易懂的英语、 莫尔斯代码、 EBCDIC 和反之亦然,莱文斯坦的距离 (语言学) 加密、 无限精度司和数字理论函数: 素数,不足、 完善、 丰富、 金色的数字。验证: 有效的电子邮件、 IP、 邮编和其他许多人。有一些有用的字符串函数来计数内另一个字符串的匹配项,找到一个从字符串末尾的字符串中的字符位置,包装、 再次换行,解开一个字符串,等等
    2022-03-22 02:17:01下载
    积分:1
  • 中的平衡二叉树的代码
    数据结构中的平衡二叉树的代码- In construction of data balance two forks tree s code
    2022-04-13 00:54:14下载
    积分:1
  • vb实现最短路径Dijkstra算法,很经典的算法。
    vb实现最短路径Dijkstra算法,很经典的算法。-vb realize Dijkstra shortest path algorithm, it is the classic algorithms.
    2022-07-06 18:38:36下载
    积分:1
  • I downloaded from the Internet on a DataGrid procedures.
    我从网上下载的一个关于DataGrid的程序。-I downloaded from the Internet on a DataGrid procedures.
    2022-08-03 20:05:12下载
    积分:1
  • dirct read&write XML
    一个可以直接读写XML文件的delphi程序源码-dirct read&write XML
    2022-01-26 00:10:01下载
    积分:1
  • c++写的一个关于大整的问题,相信会给喜欢的朋友们带来帮助!...
    c++写的一个关于数据结构大整数的问题,相信会给喜欢数据结构的朋友们带来帮助!-c write data on the structure of a large sum of the problem, I believe, would like the data structure to help bring friends!
    2022-01-24 16:32:32下载
    积分:1
  • 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,1...
    假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01,11,101,0000,0001,0010,0011, 100,那么上述符号序列变成011110001110011101101000000010010010111,共用了39bit。尽管有些码字如 S3,S4,S5,S6变长了(由3位变成4位),但使用频繁的几个码字如S0,S1变短了,所以实现了压缩。对于上述的编码可能导致解码出现非单值性:比如说,如果S0的码字为01,S2的码字为011,那么当序列中出现011时,你不知道是S0的码字后面跟了个1,还是完整的一个S2的码字。因此,编码必须保证较短的编码决不能是较长编码的前缀。符合这种要求的编码称之为前缀编码。要构造符合这样的二进制编码体系,可以通过二叉树来实现。-Suppose a file appears in eight kinds of symbols S0, SQ, S2, S3, S4, S5, S6, S7, then each symbol to be encoded, at least 3bit. Suppose encoding 000,001, 010,011,100,101,110,111. Then the symbolic sequence S0S1S7S0S1S6S2S2S3S4S5S0S0S1 encoded into 000001111000001110010010011100101000000001, sharing a 42bit. We found that S0, S1, S2 these three symbols the frequency of relatively large, the other symbols the frequency is relatively smal
    2022-04-27 21:17:34下载
    积分:1
  • Data structure to solve the problem in the maze, the maze problem. Vcproj This i...
    数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solve the problem in the maze, the maze problem. Vcproj This is using an application wizard to generate the VC++ project the main project document. It contains the document to generate Visual C++ version information, as well as applications relating to the use of the wizard select the platform, configuration and project features. Maze problem. Cpp This is the main application source file. StdAfx.h, StdAfx.cpp these files used to generate a maze called the question. Pch precompiled header (PCH) files and named StdAfx.obj type of pre-compiled files.
    2022-06-21 21:34:29下载
    积分:1
  • 对学习很有帮助,代码关于库界面代码很好的代码
    对学习很有帮助,代码关于数据库界面代码很好的代码-Helpful in learning the code on the database interface code good code
    2022-11-14 14:45:03下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载