-
g722的压缩和解压缩源码
g722的压缩和解压缩源码-compression FOSS
- 2022-12-23 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
-
实现Huffman编码统计压缩算法,并对自定义文件进行压缩和解压。实现了vc界面,不错的程序。...
实现Huffman编码统计压缩算法,并对自定义文件进行压缩和解压。实现了vc界面,不错的程序。-achieve statistical compression algorithm, as well as from the definition files for compression and decompression. To achieve the vc interface, good procedures.
- 2022-11-06 11:05:03下载
- 积分:1
-
鉴于网上公布的x264调用较为复杂,使很多新手不适,我特意将其进行了简单的封装,并提供了 lib 和 测试程序,该程序已经通过编译,修改 宽高及文件路径等即可运...
鉴于网上公布的x264调用较为复杂,使很多新手不适,我特意将其进行了简单的封装,并提供了 lib 和 测试程序,该程序已经通过编译,修改 宽高及文件路径等即可运行-In view of online publication called the x264 is more complicated, does not make a lot of novice, I made it for a simple package, and provides a lib and test procedures, the procedures have been adopted by the compiler, modify the path wide and so high and documents can be run
- 2022-06-16 03:02:25下载
- 积分:1
-
TI的CCS开发环境,H.263的压缩解压缩环回演示代码
TI的CCS开发环境,H.263的压缩解压缩环回演示代码-TI
- 2022-07-17 18:18:56下载
- 积分:1
-
H.264 video compression standard part of the Transform algorithm
视频压缩标准H264的变换部分的算法实现-H.264 video compression standard part of the Transform algorithm
- 2023-05-08 00:10:02下载
- 积分:1
-
for tree traversal sequence were used method is the use of non
求树的中序遍历,运用的方法是用非递归的算法来做的.-for tree traversal sequence were used method is the use of non- recursive algorithm very consistent.
- 2022-08-26 11:53:55下载
- 积分:1
-
C++编的用rle编码压缩文件的程序,包括解压
C++编的用rle编码压缩文件的程序,包括解压-C series with eps, Coding document procedures, including extracting
- 2022-07-21 19:54:44下载
- 积分:1
-
可用的基于小波的spiht算法,可以自己设定小波分解基数,做成人机交互界面,直观
可用的基于小波的spiht算法,可以自己设定小波分解基数,做成人机交互界面,直观-Available to the SPIHT algorithm based on wavelet, wavelet decomposition can be set for the base, resulting in human-computer interaction interface, intuitive
- 2022-02-25 11:59:14下载
- 积分:1
-
Of school teachers, personnel management, reasonable arrangements for personnel,...
对学校的老师,人员进行管理,合理的安排人员,使学校人员秩序合理-Of school teachers, personnel management, reasonable arrangements for personnel, so that school personnel order a reasonable
- 2023-06-08 15:20:03下载
- 积分:1