-
right alphabetic Huffman coding
对英文字母的哈夫曼编码-right alphabetic Huffman coding
- 2022-03-31 06:24:25下载
- 积分:1
-
算术编码与译码原理以及Matlab实现代码
算术编码与译码原理以及Matlab实现代码-The principle of arithmetic coding and decoding, as well as realize Matlab code
- 2023-03-19 21:20:02下载
- 积分:1
-
实现JPEG编码功能,并能够选择压缩模式
实现JPEG编码功能,并能够选择压缩模式-Realize JPEG encoding function, and be able to choose compression mode
- 2023-03-10 22:45:05下载
- 积分:1
-
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET...
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET程序压缩的工具,它也可以将一个EXE和多个DLL合并在一起执行。
如果要压缩一个EXE程序,只需要执行:
netz app.exe
如果要指定图标,可以执行:
netz app.exe -i app.ico
如果程序是控制台程序,需要执行:
netz -c app.exe
也可以把程序和DLL合并为一个应用程序:
netz -s app.exe lib1.dll lib2.dll
.NETZ的工作原理,实际上是先利用#ZipLib 对执行文件进行压缩。执行时在内存中先释放,再利用reflection来实现加载和调用。可以参考DDJ上的相关文章http://www.ddj.com/documents/s=9570/ddj0503m/0503m.html-err
- 2022-01-25 21:00:30下载
- 积分:1
-
VC realize the program with a small file compression and decompression functions...
该程序用VC实现了一个小型文件压缩与解压缩功能的程序,系统中使用静态二叉树,哈希表等数据结构,采用哈夫曼编码进行压缩与解压缩.-VC realize the program with a small file compression and decompression functions, systems use the static binary tree, hash table, such as data structure, the use of Huffman coding for compression and decompression.
- 2022-04-07 12:29:16下载
- 积分:1
-
通过学习,理解继承热性的用法,程序中通过直线和点之间的继承特性进行演示了。...
通过学习,理解继承热性的用法,程序中通过直线和点之间的继承特性进行演示了。-Through the study, understanding the usage of heat inherited the program through the succession between the lines and points, demonstrate the properties.
- 2022-10-02 04:45:03下载
- 积分:1
-
迷宫问题的代码,能用哟,给那些需要的人使用,并欢迎大家讨论研究...
迷宫问题的代码,能用哟,给那些需要的人使用,并欢迎大家讨论研究
-Maze problem code, yo can use to those who need to use, and welcomed everyone to discuss the research
- 2023-01-07 19:45:03下载
- 积分:1
-
JPEG图像压缩及还原实例源代码
非常值得研究一下
JPEG图像压缩及还原实例源代码
非常值得研究一下-JPEG image compression and restore the source code examples are very worthy of study! ! !
- 2022-02-09 22:11:58下载
- 积分:1
-
Way through the stream file compression and decompression, decompression of this...
通过流的方式对文件进行压缩和解压,解压为只能对本程序压缩的文件进行解压-Way through the stream file compression and decompression, decompression of this procedure for only compressed file decompression
- 2022-04-23 23:23:07下载
- 积分:1
-
huffman对英文的编码和解码程序,随便吧
huffman对英文的编码和解码程序,随便吧-huffman encoding and decoding of the English program, casual bar
- 2022-05-14 12:46:07下载
- 积分:1