-
这个程序可以将任意大的文件分割为多个任意小的文件,很好用的。...
这个程序可以将任意大的文件分割为多个任意小的文件,很好用的。-this procedure can be arbitrarily large number of documents divided arbitrarily small document, a very good use.
- 2022-03-16 08:07:44下载
- 积分:1
-
这是用visual studio 实现的program。是一个自动关机的程序!效果,功能不错!...
这是用visual studio 实现的program。是一个自动关机的程序!效果,功能不错!-This is the realization of visual studio with the program. Is an automated shutdown procedure! Effect, function well!
- 2022-04-27 10:56:58下载
- 积分:1
-
哈弗曼编码的C++实现,包括多个实用头文件
哈弗曼编码的C++实现,包括多个实用头文件-Huffman-coded C++ implementation, including a number of practical header files
- 2023-04-30 05:05: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
-
游程编码的静态图像压缩的Delphi代码,程序员可以dephi的理解…
rle静态图片压缩DELPHI代码,可以对DEPHI程序员了解有很大帮助-rle static picture compression DELPHI code, programmers can DEPHI understanding will be of great help
- 2022-03-19 15:51:00下载
- 积分:1
-
jpeg文件压缩、解压
jpeg文件压缩、解压--Jpeg file`s compression/decompression
- 2022-02-20 15:09:49下载
- 积分:1
-
Client Server example
Client Server example
- 2022-05-17 20:17:48下载
- 积分:1
-
一个用ZIP算法实现的自解压程序制作,就像RAR的自解压以一样,不过压缩率没有RAR的好。...
一个用ZIP算法实现的自解压程序制作,就像RAR的自解压以一样,不过压缩率没有RAR的好。-ZIP algorithm used to achieve a self-extracting process of production, like the self-extracting RAR to the same, but the compression rate is not a good RAR.
- 2022-03-29 06:17:16下载
- 积分:1
-
this program use standard c++ to implement Huffman coding and decoding fundament...
本程序包用标准C++实现了Huffman编码以及解码的基本类,并且通过MFC编写了测试程序,同时显示了各项压缩指标。是学习编码的基本入门资料。-this program use standard c++ to implement Huffman coding and decoding fundamental class,it is tested by a MFC program,which display compression information.it is begginer s material.
- 2022-04-19 05:25:18下载
- 积分:1
-
行程编码,JPEG压缩编码(基本系统)
行程编码,JPEG压缩编码(基本系统)-itinerary encoding, JPEG compression coding (basic system)
- 2022-10-12 15:15:03下载
- 积分:1