-
此文件可以能帮你求体积,面积和圆球的体积。用于初学VC的有帮助...
此文件可以能帮你求体积,面积和圆球的体积。用于初学VC的有帮助-This document can help you order the size, area and volume of sphere. For beginner with VC help
- 2022-06-15 12:12:02下载
- 积分:1
-
由7
由7-zip提供的压缩、解压缩程序,支持7z/LZMA/BCJ/BCJ2,提供最高的压缩比-from 7-zip with the compression, decompression procedures, 7 z/LZMA/BCJ/BCJ2 support, providing the highest compression ratio
- 2023-02-16 05:10:04下载
- 积分:1
-
huffman的压缩与解压程序,其中CODE为压缩程序,DECODE为解压程序,文本为测试文件...
huffman的压缩与解压程序,其中CODE为压缩程序,DECODE为解压程序,文本为测试文件-Huffman compression and decompression procedures, which CODE procedure for compression, DECODE for decompression procedures, the text of the test document
- 2023-01-05 06:45:03下载
- 积分:1
-
based on the SDK image acquisition procedures
基于SDK的图像采集程序-based on the SDK image acquisition procedures
- 2022-01-26 05:04:55下载
- 积分:1
-
ZIP动态联接库,开发包,适合C++ Bulider,Delphi.
ZIP动态联接库,开发包,适合C++ Bulider,Delphi.-ZIP dynamic link libraries, development kits, for C Bulider, Delphi.
- 2022-03-21 15:29:31下载
- 积分:1
-
这是编解码中运动估计的代码(已经调试通过)对于视频处理初学者很有帮助...
这是编解码中运动估计的代码(已经调试通过)对于视频处理初学者很有帮助-This is the codec in the motion estimation code (which has debug through) useful for video processing for beginners
- 2022-10-23 16:05:03下载
- 积分:1
-
零树小波图像压缩算法,能够很好的压缩图象,在…
本程序是小波零树图象压缩算法,能够很好的压缩图象,在C语言里编写的-Zerotree wavelet image compression algorithms, to the good image compression, in the C language prepared by the Lane
- 2023-05-18 07:15:03下载
- 积分:1
-
LZW algorithm for image compression, to be able to better image compression
本程序是LZW图象压缩算法,能够对图象较好地进行压缩-LZW algorithm for image compression, to be able to better image compression
- 2022-01-27 12:32:13下载
- 积分:1
-
支持向量机
svm - suport vector machine - matlab code -svm- suport vector machine- matlab code
- 2022-07-06 20:02:31下载
- 积分: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