-
.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
-
该程序实现了算术编码的编解码,并得到了算法的实现。
该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
- 2022-07-08 08:06:17下载
- 积分:1
-
This is the JPEG decoder source code, the C environment, enclosing use
这是JPEG解码源代码,C++环境下的,内附使用说明-This is the JPEG decoder source code, the C environment, enclosing use
- 2022-11-24 03:05:04下载
- 积分:1
-
Huffman coding for image compression. That is, can understand the principle of H...
Huffman编码用于图象压缩.即可以了解Huffman编码原理,也可以了解图象压缩技术.可运行.-Huffman coding for image compression. That is, can understand the principle of Huffman coding, you can understand the image compression technology. Can run.
- 2023-01-20 20:45:04下载
- 积分:1
-
convenient Gzip compression decompression demo.
方便的Gzip压缩解压demo。-convenient Gzip compression decompression demo.
- 2022-03-19 21:29:07下载
- 积分:1
-
Run
游程编码的主要部分,对简单的变化缓慢,重复出现的数据有很好的压缩效果-Run-length coding of the main part of a simple change in the slow, repeated data compression has a very good effect
- 2023-06-22 20:25:04下载
- 积分:1
-
quantification of parameters of lifting
quantification of parameters of lifting
- 2022-05-30 05:59:04下载
- 积分:1
-
改进的码字搜索快速算法MATLAB,此为今年刚毕业的研究生论文中的算法...
改进的码字搜索快速算法MATLAB,此为今年刚毕业的研究生论文中的算法-MATLAB
- 2023-05-25 12:35:03下载
- 积分:1
-
我在网上找的很不错的资料,如果以后想从事这方面的研究看看还是必须的,...
我在网上找的很不错的资料,如果以后想从事这方面的研究看看还是必须的,-I was online looking for a very good information, and if the future wish to engage in research in this area to see if it is still necessary, thank you
- 2022-11-09 15:40:03下载
- 积分:1
-
Delphi编程技巧集锦
Delphi编程技巧集锦-Delphi programming skills Collection
- 2022-01-26 01:49:11下载
- 积分:1