-
c语言压缩算法,LZHUF.高效率,适合于对大文件进行压缩.
c语言压缩算法,LZHUF.高效率,适合于对大文件进行压缩.-c language compression algorithm, LZHUF. high efficiency, suitable for large files are compressed.
- 2022-03-09 10:17:37下载
- 积分:1
-
Details huffman functional, clear and accurate, easy to understand, operating da...
详细介绍huffman的功能 ,清晰准确,简单易懂,作业资料-Details huffman functional, clear and accurate, easy to understand, operating data
- 2022-12-08 16:10:03下载
- 积分:1
-
a useful image processing procedures _ for MPEG4 decoder source code
一个图象处理有用的程序_用于MPEG4解码的源代码-a useful image processing procedures _ for MPEG4 decoder source code
- 2023-05-18 17:30:03下载
- 积分:1
-
Moodle是一个平台
moodle is a platform
- 2022-11-15 16:25:03下载
- 积分:1
-
this is a huffman tr
this is a huffman tr-huffman tree
- 2022-04-12 07:17:34下载
- 积分:1
-
last time I Chuan an inverted pendulum control procedures, I was not the ultimat...
上次我传的倒立摆的控制程序,不是我的最终的程序,本程序采用VC++编程,定时器为多媒体控制器,(控制时间可到达5ms),控制算法用的是最优控制,-last time I Chuan an inverted pendulum control procedures, I was not the ultimate procedures, the procedures for using the VC program, Timer for multimedia controller (Control can be reached by the time 5 ms), the control algorithm is optimal control,
- 2022-01-23 11:10:00下载
- 积分:1
-
fdi
fdi-FDI
- 2023-05-10 21: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
-
用java语言编写的日历,看看好不好用.
用java语言编写的日历,看看好不好用.-java language used in the calendar to see is really handy.
- 2022-04-26 20:12:27下载
- 积分:1
-
Own the zip compression utility. For your reference
自己编的zip压缩工具。以供大家参考-Own the zip compression utility. For your reference
- 2023-09-06 23:55:03下载
- 积分:1