-
本代码是在有限状态机上补充教程
This code supplements the tutorial in Finite State Machines
- 2023-01-16 08:20:04下载
- 积分:1
-
最小生成树,基本满足最小生成树的所有的要求。
最小生成树,基本满足最小生成树的所有的要求。-Minimum spanning tree, minimum spanning tree basically meet all the requirements.
- 2022-03-24 11:23: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
-
是用回朔法实现跳马程序。数据结构入门的好例子
是用回朔法实现跳马程序。数据结构入门的好例子-is back Schomburg Method vault procedures. Structure data entry a good example
- 2023-09-02 00:20:03下载
- 积分:1
-
想学习算法的朋友,可以看看拉格朗日算法参考参考
想学习算法的朋友,可以看看拉格朗日算法参考参考-Want to learn algorithms Friend, you can look at the Lagrangian algorithm reference reference
- 2023-02-03 01:05:04下载
- 积分:1
-
经典的八皇后问题,结合MFC界面编程,能够清晰看到皇后的排列位置。...
经典的八皇后问题,结合MFC界面编程,能够清晰看到皇后的排列位置。-eight Queen"s classic, combining MFC programming interface, can see clearly what the position with the Queen.
- 2022-07-12 04:43:07下载
- 积分:1
-
An attendance database system, it is practical, welcomed everyone in
一个出勤的数据库系统,很实用的,欢迎大家下在-An attendance database system, it is practical, welcomed everyone in
- 2022-05-19 05:00:46下载
- 积分:1
-
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下...
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study
- 2022-01-26 04:20:07下载
- 积分:1
-
c++管理系统
初学自己边的一个管理系统,比较简单,发出来希望大神可以帮我改进,谢谢
- 2022-08-23 04:45:41下载
- 积分:1
-
oracle database for the ranking algorithm
oracle数据库的排序查询算法-oracle database for the ranking algorithm
- 2023-05-19 17:00:04下载
- 积分:1