-
采用小波零树的EZW压缩编码算法,matlab实现代码
采用小波零树的EZW压缩编码算法,matlab实现代码-This code adopted the zero tree to fulfill the algorithm in matlab.
- 2022-02-26 23:16:30下载
- 积分:1
-
内存测试软件,你需要找一排6
记忆测试软件,您需要连续找出6-8个相同图标的方块-Memory test software, you need to find a row 6-8 of the same icon in the box
- 2022-05-25 07:50:15下载
- 积分:1
-
一般的H.264播放器插件
h.264通用播放器,插件,转换工具等程序-General h.264 player, plug-ins, conversion tools, such as procedures
- 2023-04-10 16:35:04下载
- 积分:1
-
LZW algorithm for image compression, to be able to better image compression
本程序是LZW图象压缩算法,能够对图象较好地进行压缩-LZW algorithm for image compression, to be able to better image compression
- 2022-01-27 12:32:13下载
- 积分: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
-
.net常用经典源代码。十分好用!不用客气,尽管下载。
.net常用经典源代码。十分好用!不用客气,尽管下载。-. net source code used classic. Very easy to use! Do not mention it, although the download.
- 2023-07-19 05:10:03下载
- 积分:1
-
数据库课程设计
哈夫曼编码
试验报告 C++源码
数据库课程设计
哈夫曼编码
试验报告 C++源码-Database of curriculum design, test reports Huffman C++ Source
- 2022-04-19 22:41:50下载
- 积分:1
-
PPMz2 compression of the source
PPMz2压缩方式的源码-PPMz2 compression of the source
- 2023-05-02 03:55:03下载
- 积分:1
-
UnRar解压缩控件
UnRar Control for VB6,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一...
UnRar解压缩控件
UnRar Control for VB6,解压缩WinRar的控件,系统不用安装WinRar程序也可以解压缩Rar文件,包含一个VB6的例子程序。-Unrar unzip control UnRar Control for VB6, extracting WinRar control, the system need to install WinRar program can also extract the Rar file, contains a VB6 example of the procedure.
- 2022-06-14 09:35:52下载
- 积分:1
-
PPMd compression of the source
PPMd压缩方式的源码-PPMd compression of the source
- 2022-05-25 14:25:12下载
- 积分:1