登录
首页 » 数据结构 » 数据结构的一些常用算法实现。单链表。无向图排序等

数据结构的一些常用算法实现。单链表。无向图排序等

于 2023-06-06 发布 文件大小:17.26 kB
0 200
下载积分: 2 下载次数: 1

代码说明:

数据结构的一些常用算法实现。单链表。无向图排序等-data structure of some commonly used algorithm. Single-Chain. No plans to sort etc.

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

发表评论

0 个回复

  • 十分全的VC++源代码,是学习算法,设计,编程的必备资料,很实用的!...
    十分全的数据结构VC++源代码,是学习算法,设计,编程的必备资料,很实用的!-The data structure is very full VC++ source code, is a learning algorithm, design, programming of the necessary information, it is useful!
    2022-03-05 14:34:17下载
    积分:1
  • 实现线性表的创建、删除、插入、遍历操作,方便大家使用
    实现线性表的创建、删除、插入、遍历操作,方便大家使用-To achieve a linear form to create, delete, insert, traversal operation, easy to use you
    2022-02-20 03:50:15下载
    积分: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
  • 循环链表的应用 循环链表的应用 很方便的实现
    循环链表的应用 循环链表的应用 很方便的实现-cycle Chain cyclic chain of convenience Implementation
    2022-03-24 21:43:06下载
    积分:1
  • 在线购物车
    这个源代码是在线购物车。他们只有一个用户可以选择产品并提交未经注册的信息。
    2022-01-25 17:57:54下载
    积分:1
  • 往年试题及答案
    数据结构往年试题及答案-Data structure in previous years questions and answers
    2022-02-10 09:42:14下载
    积分:1
  • 这是一个不用任何控件的的纯VC报表源码。而且写得相当好!
    这是一个不用任何控件的的纯VC报表源码。而且写得相当好! -This is not a component of any of the pure source VC statements. It is quite well-written!
    2022-05-10 19:38:15下载
    积分:1
  • 这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。...
    这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。-This is the program source code is provided by teachers, including the discrete equations method, etc. It is worth learning.
    2022-01-25 14:33:52下载
    积分:1
  • 2-3树的数据结构以及演示程序-2-3 tree data structure and Demonstration Program
    2022-01-26 00:29:51下载
    积分:1
  • DES algorithms library,很经典的DES算法库。
    DES algorithms library,很经典的DES算法库。-DES algorithms library, the classic DES algorithm library.
    2022-08-19 04:42:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载