-
实现多序列连续播放功能!对于视频编解码很有用途。
实现多序列连续播放功能!对于视频编解码很有用途。-Multiple sequence realize continuous playback! For the very purpose video codec.
- 2022-02-26 09:38:50下载
- 积分:1
-
想学好计算方法吗?那你一定要看这个rar
想学好计算方法吗?那你一定要看这个rar-Method of calculation do you want to learn? Then you have to look at the rar
- 2022-12-08 11:45:04下载
- 积分:1
-
MATLAB Lecture.zip
MATLAB Lecture.zip
- 2022-03-07 05:02:18下载
- 积分:1
-
vc Based on the dialog h. 263 decoder and display the document. 263 documents in...
vc下基于对话框的h。263文件解码并显示。263文件在目录下,为output。263,共90祯,解码后显示(176*144格式)。-vc Based on the dialog h. 263 decoder and display the document. 263 documents in the directory, for the output. 263, a total of 90 Qizhen, decoding revealed (176* 144 format).
- 2022-10-28 04:00:03下载
- 积分:1
-
采用VB+ACCESS编写的学生档案管理系统,
采用VB+ACCESS编写的学生档案管理系统,-VB+ ACCESS prepared using student records management system,
- 2022-02-12 02:11:42下载
- 积分: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
-
我自己编的图像求熵的程序。运行经过了优化。
我自己编的图像求熵的程序。运行经过了优化。-I own image for entropy procedure. After running the optimization.
- 2022-02-10 09:24:31下载
- 积分:1
-
字典编码的一种,属于LZW方法,压缩效果好,已经编译成功
字典编码的一种,属于LZW方法,压缩效果好,已经编译成功-A kind of dictionary coding are LZW method, compression effects, and has been compiled successfully
- 2022-07-10 21:27:16下载
- 积分:1
-
Marvell8686 source code
Marvell8686 source code
- 2022-08-07 02:27:54下载
- 积分: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