-
电脑设备管理系统,基于ASP开发,功能包括仓存、外发、回收、报废等管理...
电脑设备管理系统,基于ASP开发,功能包括仓存、外发、回收、报废等管理-Computer equipment management system, based on the ASP development, functions including warehousing, outsourcing, recovery, end-of-life management
- 2022-01-28 22:39:21下载
- 积分: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 a use of the Java language in a series of small procedures, the java jav...
这是一个用Java语言编的一个小程序,主要教java初学者如何使用java语言,本例实现数据结构中如何实现排序的一个小例子-This is a use of the Java language in a series of small procedures, the java java beginners how to use the language, in this case the data structure of how to achieve a ranking of small examples
- 2022-02-28 14:49:45下载
- 积分:1
-
Rome dominated the number of algorithms, on the generalized Petersen graph P (n,...
罗马支配数的算法,对广义Petersen图P(n,2)的罗马支配数进行了研究-Rome dominated the number of algorithms, on the generalized Petersen graph P (n, 2) the number of Roman domination of the research
- 2022-02-04 22:11:59下载
- 积分:1
-
比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载...
比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
- 2022-07-06 23:58:58下载
- 积分:1
-
c++&&qt 学生信息管理系统
学生信息管理系统,使用C++和QT语言编写而成,其中使用到数据库操作,本程序仅能在qt5以上版本运行。其中的编码需要转换。文件中还包括本人的实习论文一份!
- 2022-09-17 00:40:03下载
- 积分:1
-
this procedure include a wide range of internal sorting algorithm commonly used...
这个程序包括了各种常用内部排序算法在平均排序所需时间上的比较.-this procedure include a wide range of internal sorting algorithm commonly used in the average time required for ordering on the comparison.
- 2022-01-24 17:55:43下载
- 积分:1
-
银行家算法!这是一各比较简单的银行家算法,是在c 语言的环境下开发的!...
银行家算法!这是一各比较简单的银行家算法,是在c 语言的环境下开发的!-Banker
- 2022-03-23 20:23:22下载
- 积分:1
-
程序分析,主要功能有,但界面还没加上,基本实现了功能要求。...
程序分析,主要功能有,但界面还没加上,基本实现了功能要求。-program analysis, the main function, but with no interface and the basic realization of the functional requirements.
- 2022-06-29 16:22:01下载
- 积分:1
-
快速傅立叶变换,实现固定长度的快速傅立叶变换
快速傅立叶变换,实现固定长度的快速傅立叶变换-Fast Fourier Transform, the realization of a fixed length of Fast Fourier Transform
- 2022-12-18 17:20:04下载
- 积分:1