-
智能豆浆机的设计源程序
智能豆浆机的设计源程序-intelligent machine design source
- 2022-03-05 20:20:49下载
- 积分:1
-
该源码可以将mpeg、mpg和m2v格式的视频文件解码成yuv、ppm、tga等格式文件,另外还提供了程序参数说明文档。...
该源码可以将mpeg、mpg和m2v格式的视频文件解码成yuv、ppm、tga等格式文件,另外还提供了程序参数说明文档。-The source can be mpeg, mpg and m2v video file format decoder into yuv, ppm, tga, etc. format files, also provided documentation process parameters.
- 2022-01-25 18:39:14下载
- 积分:1
-
一个简单的基于MFC对话框的动态曲线程序源码
一个简单的基于MFC对话框的动态曲线程序源码
-A simple MFC dialog based on the dynamic curve of the procedure source
- 2022-02-06 04:02:43下载
- 积分:1
-
Implementation for the Huffman Cod in Visual C++.
Both, the encoder and the d...
Implementation for the Huffman Cod in Visual C++.
Both, the encoder and the decoder take as input a file and write the output into another file.-Implementation for the Huffman Cod in Visual C++.
Both, the encoder and the decoder take as input a file and write the output into another file.
- 2022-01-24 16:56:24下载
- 积分: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
-
.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
-
VB写的文件压缩算法,速度和压缩比都还可以。(利用了模拟指针)...
VB写的文件压缩算法,速度和压缩比都还可以。(利用了模拟指针)-This algorithm is written in VB,and the speed and compression rate are good overall!
- 2022-02-12 03:55:33下载
- 积分:1
-
经典的MP4编解码核心,可以建立跨
经典的MP4编解码核心库,可以跨平台编译使用。-classic MP4 codec core, you can build cross-platform use.
- 2022-12-10 12:55:03下载
- 积分:1
-
基于块方向的图像无损压缩代码,压缩包解压时不能有密码,不含res和DEBUG...
基于块方向的图像无损压缩代码,压缩包解压时不能有密码,不含res和DEBUG-Block-based direction of image lossless compression code, when extracting compressed package should not have a password, non-res and DEBUG
- 2022-02-01 23:00:22下载
- 积分:1
-
一个不错的视频压缩源码
一个不错的视频压缩源码-a good source of video compression
- 2022-06-19 02:57:11下载
- 积分:1