登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:C#
  2. 代码类别:压缩解压
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. HAFUMANSHU

  哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also called Huffman Coding, is a way of Coding, Huffman Coding is variable word length Coding (VLC). Huffman in 1952 put forward a kind of coding method, this method is completely based on the characters of the occurrence probability to construct the average length of the shortest code word, sometimes called the best coding, generally is called Huffman coding (sometimes referred to as the Huffman coding).)

1
下载
140
浏览
2016-12-13发布

2. Fx-robot

  此EA是本人长期实战总结的一个稳定盈利的利器,现在在期适用交果良好。(This EA is my long-term combat summary of a stable profit tool, now in the application of good fruit.)

28
下载
112
浏览
2016-10-01发布

3. mini98

  经压缩,仅为26M,体积小,速度快,可以作为一般维护、办公用途的内存盘运行版迷你98系统(After compression, only 26M, small size, speed, can be used as general maintenance, office uses memory to run version of the mini disc 98)

1
下载
88
浏览
2016-05-02发布

4. Erika

  upx解压,演示upx解压的程序源码,仅供参考。(upx unpack,show upx unpack program source code)

2
下载
191
浏览
2016-03-25发布

5. huffmancode103

  哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码(Havermann coding. Enter the desired case characters can be encoded in various character encoding obtained)

1
下载
91
浏览
2016-02-18发布

6. j-link-The-firmware-fix-pack

  J-LINK V8 出厂固件烧录与修复文件,压缩包中的.bin烧录文件为破解文件烧录即可使用,且附带烧录教程、破解教程(J- LINK V8 factory firmware replication and repair files, compressed package. In the buffer bin file for solving file replication can be used, and the supplementary burning tutorials, crack tutorial)

8
下载
124
浏览
2016-02-17发布

7. AutoBackUp

  自动把文件压缩发送 到邮箱,压缩包含MSDE数据库填写你的邮箱,和你的文件路径放到计划任务里,每天就能自动干活(Automatically compress files to send to the mailbox, compression contains the MSDE to fill in your email, your file path into the scheduled task on a daily basis will be able to automatically work)

1
下载
93
浏览
2016-02-15发布

8. Huffman_code

  实现Huffman算法,对数据进行最优编码压缩。(huffman code)

1
下载
115
浏览
2016-01-22发布

9. AES

  AES压缩技术编程源代码,包含压缩和解压全套源代码的完整工程(AES compression technology programming source code, including compression and decompression full source code of complete project )

2
下载
116
浏览
2015-12-24发布

10. les-2

  采用LBM+LES方法编制 了计算程序.首先计算了湍流平板附面层解,用来校对程序的正确性,结果表明计算值和理论值符合得很好.然后计算了亚音可压缩的湍流后台阶流以及超音湍流的 后台阶流.(LBM+LES simulation of flow)

38
下载
135
浏览
2015-12-06发布

11. youmohoudu

  不可压缩稳态滑块润滑,一定长度的变间隙油膜厚度解析(Incompressible variable gap steady slide lubrication film thickness resolve certain length)

2
下载
139
浏览
2015-10-28发布

12. jpeg_decoder_play

  基于tinyjpeg的jpeg解压缩程序,可解码jpeg数据为YUV分量数据(Based Solutions tinyjpeg jpeg compression program, you can decode jpeg data to YUV component data)

6
下载
126
浏览
2015-08-20发布

13. DS4

  设电文字符集D及各字符出现的概率F如下: D={a,b,c,d,e,f,g,h}(字符数n=8) F={5,29,7,8,14,23,3,11}( ) 编写完成下列功能的程序: ①构造关于F的Huffman树; ②求出并打印D总各字符的Huffman编码。 程序结构: 类型说明; 构造Huffman树的函数:Huffman_tree(H[m+1]); 求Huffman编码的函数:Huffman_code(code[n+1]); main() { 变量说明; 输入字符集D及频率F; 调用Huffman_tree(H); 调用Huffman_code(code); 打印编码; Y 继续? N 停止 }

2
下载
130
浏览
2015-06-06发布

14. The-Hoffman-code

  利用Huffman编码方式对一段文字进行编码和解码。哈夫曼编码是可变字长编码(VLC)的一种。(Using the Huffman encoding method for encoding and decoding of a paragraph of text. Huffman code is a variable length coding (VLC) is a kind of.)

4
下载
119
浏览
2015-01-27发布

15. ya_shuo

  一个可以简单的压缩小程序,是利用游程编码原理(One can simply compress small program is the use of run-length coding theory)

4
下载
110
浏览
2014-12-18发布

16. jpeg-quick-introduction

  JPEG 压缩标准的简介。很适合入门,中文版本。图象的压缩编码,JPEG 压缩编 码标准,哈夫曼编码,行程编码介绍,JPEG格式。(JPEG introduction)

3
下载
92
浏览
2014-07-13发布

17. lz4 速度超快的算法

  lz4 压缩解压速度超快,比zip lzo等算法(lz4 compress )

53
下载
97
浏览
2014-07-07发布

18. windowshuffman

  哈弗曼编码 加窗口实现 对特定文件压缩效果更好 (Huffman coding plus window to achieve better results for a specific file compression)

1
下载
108
浏览
2014-06-05发布

19. zlibwapi

  压缩 和 解压 写上传资料的详细功能、包含内容说明(Compression and Depression)

5
下载
95
浏览
2014-05-07发布

20. hafuman

  使用哈弗曼算法,对文件进行压缩然后再进行解压。(Use the Huffman algorithm to compress the file and then decompress.)

2
下载
125
浏览
2014-05-07发布