• 大小: 26KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-28
  • 语言: Matlab
  • 标签:

资源简介

本程序使用了Matlab语言实现了LZ信源编码。包括字典的生成,对二进制文档的编,解码

资源截图

代码片段和文件信息

The content of the dictionary is:
‘M‘:00000000000
‘I‘:00000000001
‘T‘:00000000010
‘ ‘:00000000011
‘P‘:00000000100
‘r‘:00000000101
‘o‘:00000000110
‘f‘:00000000111
‘e‘:00000001000
‘s‘:00000001001
‘so‘:00000001010
‘r ‘:00000001011
‘C‘:00000001100
‘l‘:00000001101
‘a‘:00000001110
‘u‘:00000001111
‘d‘:00000010000
‘e ‘:00000010001
‘S‘:00000010010
‘h‘:00000010011
‘an‘:00000010100
‘n‘:00000010101
‘on‘:00000010110
‘ d‘:00000010111
‘i‘:00000011000
‘es‘:00000011001
‘;‘:00000011010
‘ w‘:00000011011
‘as‘:00000011100
‘ f‘:00000011101
‘ou‘:00000011110
‘nd‘:00000011111
‘er‘:00000100000
‘ o‘:00000100001
‘f ‘:00000100010
‘di‘:00000100011
‘g‘:00000100100
‘it‘:00000100101
‘al‘:00000100110
‘ c‘:00000100111
‘om‘:00000101000
‘m‘:00000101001
‘un‘:00000101010
‘ic‘:00000101011
‘at‘:00000101100
‘io‘:00000101101
‘ns‘:00000101110
‘ 
‘:00000101111

‘:00000110000
‘F‘:00000110001
‘eb‘:00000110010
‘ru‘:00000110011
‘ar‘:00000110100
‘y‘:00000110101
‘ 2‘:00000110110
‘7‘:00000110111
‘‘:00000111000
‘ 20‘:00000111001
‘0‘:00000111010
‘1‘:00000111011

‘:00000111100

C‘:00000111101
‘A‘:00000111110
‘M‘:00000111111
‘B‘:00001000000
‘R‘:00001000001
‘ID‘:00001000010
‘G‘:00001000011
‘E‘:00001000100
‘ ‘:00001000101
‘Ma‘:00001000110
‘ss‘:00001000111
‘.‘:00001001000
‘ -‘:00001001001
‘-‘:00001001010
‘ M‘:00001001011
‘IT‘:00001001100
‘ P‘:00001001101
‘ro‘:00001001110
‘fe‘:00001001111
‘sso‘:00001010000
‘r E‘:00001010001
‘me‘:00001010010
‘ri‘:00001010011
‘t‘:00001010100
‘us‘:00001010101
‘ C‘:00001010110
‘la‘:00001010111
‘ud‘:00001011000
‘e E‘:00001011001
‘. ‘:00001011010
‘Sh‘:00001011011
‘ann‘:00001011100
‘on‘:00001011101
‘ k‘:00001011110
‘no‘:00001011111
‘w‘:00001100000
‘n ‘:00001100001
‘as ‘:00001100010
‘th‘:00001100011
‘e f‘:00001100100
‘ath‘:00001100101
‘er ‘:00001100110
‘of‘:00001100111
‘ m‘:00001101000
‘od‘:00001101001
‘ern‘:00001101010
‘ di‘:00001101011
‘gi‘:00001101100
‘ta‘:00001101101
‘l ‘:00001101110
‘c‘:00001101111
‘omm‘:00001110000
‘uni‘:00001110001
‘ca‘:00001110010
‘ti‘:00001110011
‘ons‘:00001110100
‘ a‘:00001110101
‘nd ‘:00001110110
‘in‘:00001110111
‘fo‘:00001111000
‘rm‘:00001111001
‘ati‘:00001111010
‘on ‘:00001111011
‘the‘:00001111100
‘or‘:00001111101
‘y‘:00001111110
‘ die‘:00001111111
‘d ‘:00010000000
‘Sa‘:00010000001
‘tu‘:00010000010
‘rd‘:00010000011
‘ay‘:00010000100
‘ F‘:00010000101
‘ebr‘:00010000110
‘ua‘:00010000111
‘ry‘:00010001000
‘ 24‘:00010001001
‘ at‘:00010001010
‘ t‘:00010001011
‘he‘:00010001100
‘ Co‘:00010001101
‘ur‘:00010001110
‘ty‘:00010001111
‘ard‘:00010010000
‘ N‘:00010010001
‘urs‘:00010010010
‘ing‘:00010010011
‘ Ca‘:00010010100
‘re‘:00010010101
‘ Ce‘:00010010110
‘nt‘:00010010111
‘er i‘:00010011000
‘n M‘:00010011001
‘ed‘:00010011010
‘for‘:00010011011
‘d‘:00010011100
‘ Ma‘:00010011101
‘ss.‘:00010011110
‘ a‘:00010011111
‘ft‘:00010100000
‘er a‘:00010100001
‘ l‘:00010100010
‘ong‘:00010100011
‘ b‘:00010100100
‘att‘:00010100101
‘le‘:00010100110
‘ wi‘:00010100111
‘th ‘:00010101000
‘Al‘:00010101001
‘z‘:00010101010
‘hei‘:00010101011
‘mer‘:00010101100
‘‘‘:00010101101
‘s ‘:

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     目录          0  2009-09-28 13:25  LZ

     文件       4989  2009-09-28 13:25  LZ\decode.txt

     文件      17721  2009-09-28 13:25  LZ\encode.txt

     文件        602  2009-09-28 13:18  LZ\Entropy.m

     文件        826  2009-09-28 13:05  LZ\LZcode.m

     文件        251  2009-09-28 13:13  LZ\LZdecode.m

     文件        245  2009-09-28 13:12  LZ\LZencode.m

     文件       1370  2009-09-28 13:24  LZ\LZmain.m

     文件       4991  2009-09-24 00:18  LZ\source.txt

     文件        826  2009-09-28 13:05  LZcode.m

     文件        251  2009-09-28 13:13  LZdecode.m

     文件        245  2009-09-28 13:12  LZencode.m

     文件       1737  2009-09-28 17:45  LZmain.m

     文件       4991  2009-09-24 00:18  source.txt

     文件      29188  2009-09-28 17:45  dictionary.m

     文件       4989  2009-09-28 17:45  decode.txt

     文件      17721  2009-09-28 17:45  encode.txt

     文件        602  2009-09-28 13:18  Entropy.m

----------- ---------  ---------- -----  ----

                91545                    18


评论

共有 条评论

相关资源