-
内存池技术的一个展示
内存池技术的一个展示-memory of a pool display
- 2023-03-16 20:35:04下载
- 积分:1
-
对MPEG4视频码流的解压
对MPEG4视频码流的解压-right MPEG4 video decompression of the bitstream
- 2023-07-07 07:20:04下载
- 积分:1
-
7-Zip 3.11的源码-7-Zip 3.11 source code
- 2022-05-07 16:09:50下载
- 积分:1
-
vc下的压缩和解压缩代码
vc下的压缩和解压缩代码-vc under the compression and decompression code
- 2022-01-26 00:53:59下载
- 积分:1
-
基本回音程式,可以改变parameter来测试其速度和音响。
基本回音程式,可以改变parameter来测试其速度和音响。-Basic response programs, can change the parameter to test the speed and sound.
- 2022-03-10 10:40:09下载
- 积分:1
-
详细描述了关于单片机学习的教材内容,并且附有相关例题和编程代码...
详细描述了关于单片机学习的教材内容,并且附有相关例题和编程代码-Described in detail on the MCU learning materials content, and accompanied by relevant examples and programming code
- 2022-06-03 16:40:14下载
- 积分:1
-
一个火焰程序,自动在屏幕上显示烟火
一个火焰程序,自动在屏幕上显示烟火-a flame procedures, automatically displayed on the screen pyrotechnics
- 2022-07-01 21:16:11下载
- 积分:1
-
huffman编码实现文本文档的压缩和解压缩,简单好用
huffman编码实现文本文档的压缩和解压缩,简单好用-huffman encoding text documents realize the compression and decompression, easy-to-use
- 2023-04-14 18:20:03下载
- 积分: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
-
avi video and audio data coding format. Avi.h the first to document avi.c
avi视频和音频数据编码格式。Avi.h是第一个记录Avi.c的公司
- 2022-10-14 12:40:03下载
- 积分:1