-
一种基于图像压缩的算术编码C++程序,程序有说明,可执行。...
一种基于图像压缩的算术编码C++程序,程序有说明,可执行。-Image compression based on arithmetic coding C++ programs, the program has made it clear, executable.
- 2022-08-19 21:51:23下载
- 积分:1
-
VC源码,包括编码的整个过程的JPEG压缩的学习价值…
图像压缩算法的VC源码,包括了jpeg的压缩编码全过程,很有学习价值。-VC source, including the jpeg compression coding entire process is learning value.
- 2022-01-23 10:33:46下载
- 积分: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
-
Can be in the status bar with the mouse in real
可以在状态栏中随鼠标移动实时显示出设备坐标和逻辑坐标-Can be in the status bar with the mouse in real-time equipment shows that the coordinates and logical coordinates
- 2022-10-24 08:50:03下载
- 积分:1
-
行程编码,JPEG压缩编码(基本系统)
行程编码,JPEG压缩编码(基本系统)-itinerary encoding, JPEG compression coding (basic system)
- 2022-10-12 15:15:03下载
- 积分:1
-
图书馆管理系统设计与开发
图书馆管理系统设计与开发-Library Management System Design and Development
- 2022-03-07 00:26:22下载
- 积分:1
-
自适应算术编码的框架,可以直接用来直接开发,用C语言编写的...
自适应算术编码的框架,可以直接用来直接开发,用C语言编写的-adaptive arithmetic coding framework that can be directly used to direct development, using the C language
- 2023-02-09 17:50:04下载
- 积分:1
-
本代码为采用小波基进行图像压缩的代码程序,压缩率可以达到1/32。采用vc编写。...
本代码为采用小波基进行图像压缩的代码程序,压缩率可以达到1/32。采用vc编写。-code for the use of wavelet image compression code procedures, compression ratio can reach 1/32. Prepared using vc.
- 2022-08-17 00:59:34下载
- 积分:1
-
EES Binder v1.0
EES Binder v1.0 -EES Binder v1.0
- 2022-03-22 11:14:05下载
- 积分:1
-
用JAVA语言实现的压缩解压Zip文件
用JAVA语言实现的压缩解压Zip文件-using the Java language extracting Zip file compression
- 2023-01-15 05:40:03下载
- 积分:1