-
该程序提供对需要进行遍历的树的自定义输入,并可以在对树进行先序线索化之后遍历该树。...
该程序提供对需要进行遍历的树的自定义输入,并可以在对树进行先序线索化之后遍历该树。-the procedures needed to traverse the tree from the definition of import, and to be right tree for first sequence of clues after traversal of the tree.
- 2022-06-17 13:06:07下载
- 积分:1
-
车厢重排,一个c++数据结构习题
车厢重排,一个c++数据结构习题-compartments rearrangement, a data structure c Exercises
- 2022-05-22 11:57:54下载
- 积分:1
-
passenger flight booking system, can achieve a booking, inquiries, etc. Refund
旅客航班预订系统,可以实现预订、查询、退票等功能
- 2022-02-03 09:57:48下载
- 积分: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
-
without passwords, directly extract, is a teacher decorated tree ranking two for...
无需密码,直接解压,是老师布置的二叉排序树的C语言代码,适合学生使用.-without passwords, directly extract, is a teacher decorated tree ranking two forks of C language code, for use by students.
- 2023-05-28 22:40:03下载
- 积分:1
-
腐蚀,膨胀,细化算法代码能够实现你想要的算法代码
腐蚀,膨胀,细化算法代码能够实现你想要的算法代码-corrosion, swelling, thinning algorithm code you want to achieve the algorithm code
- 2022-07-14 20:44:59下载
- 积分:1
-
AC算法的实现,可以处理英文与中文。给定最多64个关键字可以快速查找文件中出现的次数...
AC算法的实现,可以处理英文与中文。给定最多64个关键字可以快速查找文件中出现的次数-AC Algorithm realized, can handle both English and Chinese. Set up to 64 keywords can quickly find the document number
- 2023-05-17 05:40:02下载
- 积分:1
-
前一段研究vc数据库时朋友帮我做的一个关于vc中ADO数据库中使用Combo Box的例子,很简单但是很实用。绝对原创!...
前一段研究vc数据库时朋友帮我做的一个关于vc中ADO数据库中使用Combo Box的例子,很简单但是很实用。绝对原创!-vc database friends to help me do a vc on ADO database using Combo Box example, a very simple but practical. Absolutely original!
- 2023-02-06 00:10:04下载
- 积分:1
-
in their procedures completed SQK2K the database backup and recovery. Although t...
在自己的程序中完成SQK2K中的数据库的备份和恢复。虽然调用外部程序来完成,但是在自己的MEMO窗口中显示外部程序的字符界面输出。-in their procedures completed SQK2K the database backup and recovery. Although the call external procedures to be completed, but in their own MEMO window shows the characters external program interface output.
- 2022-01-22 14:39:36下载
- 积分:1
-
traverse the depth map, using binary tree realize that the importation of binary...
图的深度遍历,用二叉树实现,输入时要遵循二叉树的顶点和边数的对应关系-traverse the depth map, using binary tree realize that the importation of binary tree to be followed when the number of vertices and edges of the relationship
- 2022-04-25 12:17:04下载
- 积分:1