-
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
-
Visual Basic课程举例1 有很好的例题
Visual Basic课程举例1 有很好的例题-Visual Basic courses, for example one has a very good example
- 2023-07-16 06:40:03下载
- 积分:1
-
实现文件压缩和解压缩,全英文有兴趣的同志请仔细阅读,相信你一定能得到一些启发...
实现文件压缩和解压缩,全英文有兴趣的同志请仔细阅读,相信你一定能得到一些启发-achieve compression and decompression, all are interested in the English comrades please read carefully, I think you will get some insights
- 2022-07-19 12:28:22下载
- 积分:1
-
统计中英文字符数
统计中英文字符数-statistics English characters
- 2022-10-23 07:00:03下载
- 积分:1
-
最新视频压缩算法
最新视频压缩算法--h.264算法,可直接移植到达芬奇DM6446平台,已经通过验证。-The latest video compression algorithms- h .264 algorithm can be directly transplanted to DaVinci DM6446 platform, has been validated.
- 2022-01-31 19:45:26下载
- 积分:1
-
UnRar解压缩控件
UnRar Control for VB6,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一...
UnRar解压缩控件
UnRar Control for VB6,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一个VB6的例子程序。-Unrar unzip control UnRar Control for VB6, extracting WinRar control, the system need to install WinRar program can also extract the Rar file, contains a VB6 example of the procedure.
- 2022-06-14 09:35:52下载
- 积分:1
-
PPMd compression of the source
PPMd压缩方式的源码-PPMd compression of the source
- 2022-05-25 14:25:12下载
- 积分:1
-
一种无损压缩算法,采用了lzss结合huffman动态编码,速度快
一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast
- 2023-01-22 11:30:03下载
- 积分:1
-
fractal image compression source code, achieving Fractal iterative algorithm, Fr...
分形图像压缩源代码,实现了分形迭代算法,实现图像分形压缩,非常适合学习研究分形算法。-fractal image compression source code, achieving Fractal iterative algorithm, Fractal Image Compression, very suitable for studying the fractal algorithm.
- 2023-06-14 22:55: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