-
Binary tree structure, the binary tree in order, preorder, postorder
构造二叉树,对该二叉树中序,先序,后序遍历-Binary tree structure, the binary tree in order, preorder, postorder
- 2022-02-07 11:08:56下载
- 积分:1
-
A simple VC++ programming and database link, you can choose the data source
一个简单的VC++ 与数据库链接的编程,可以自行选择数据源-A simple VC++ programming and database link, you can choose the data source
- 2022-03-01 19:54:35下载
- 积分:1
-
二叉树的动态链表存储结构及表示,二叉树的三种遍历算法(递归和非递归两类)运用二叉树三种遍历的方法求解有关问题...
二叉树的动态链表存储结构及表示,二叉树的三种遍历算法(递归和非递归两类)运用二叉树三种遍历的方法求解有关问题-Binary tree structure and the dynamics of linked list is stored, said three kinds of binary tree traversal algorithms (recursive and non-recursive types) the use of three kinds of binary tree traversal of the method for solving the problem
- 2022-04-11 18:58:18下载
- 积分:1
-
不悲伤 sadweqwdsferewqe qweqwerwesadf
rsdfdsfs ergteyhrth trrhyt yujtyjtyjtyu57765yh tryhythtyhtr rty67rtyrt htrhtrh
rtretreter
tre retertertertre
tretretretrey54ytgdt
ertert543trdter
- 2023-04-12 21:10:03下载
- 积分:1
-
数据结构的课后练习
数据结构的课后练习-Data structure of the after-school practice
- 2022-10-19 13:00:03下载
- 积分:1
-
该程序实现了用文件记录变长字节流,可用以存储各种类型的文件,如多媒体数据,声音、图形、图像等。每项记录由记录号和标志符标记。记录的记录号和标识均可用作对记录的定...
该程序实现了用文件记录变长字节流,可用以存储各种类型的文件,如多媒体数据,声音、图形、图像等。每项记录由记录号和标志符标记。记录的记录号和标识均可用作对记录的定位和引用,记录号可以由操作者输入,也可以自动生成,标志符一定要由操作者输入。
- 2022-10-11 12:20:02下载
- 积分:1
-
电话薄管理系统
里边实现对人员信息的管理与包括电话号码,姓名,与其关系等信息,可以添加,删除,同时提供多种方法进行查询,比如电话号码,姓名等方式进行查询。
- 2023-07-14 23:40:04下载
- 积分: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
-
这是一个编码解压密码的小程序,初学者下下来,对你编码有好处...
这是一个编码解压密码的小程序,初学者下下来,对你编码有好处-This is an encoded password extracting a small program for beginners under the down is good for you code
- 2023-08-29 04:05:04下载
- 积分:1
-
serversock
/**************************************************************************************
* Dragonfly - RTMP Server by ActionScript
*
* Author: SnowMan
* Author QQ: 228529978
* BLOG: http://rtmp.net or http://rtmp.us.to
* Copyright(c) AS-RTMP-Server(Dragonfly) 2012
* SourceCode URL: http://code.google.com/p/as-rtmp-server
*
*
* Licence Agreement
*
- 2022-03-24 18:29:14下载
- 积分:1