-
this is a huffman tr
this is a huffman tr-huffman tree
- 2022-04-12 07:17:34下载
- 积分:1
-
数据传输压缩,大家可以看一下,希望对大家有帮助。
数据传输时进行压缩,大家可以参考一下,希望对你们有所帮助的.-data transmission compression, we can take a look, and I hope to have your help.
- 2022-05-25 01:38:01下载
- 积分:1
-
mac子层协议实现及其源代码说明新手学习好资料
mac子层协议实现及其源代码说明新手学习好资料-mac sub-layer protocol implementation and its source code shows a good novice learning information
- 2023-08-02 15:35:03下载
- 积分:1
-
文本压缩算法及代码,采用huffman编码压缩,压缩率较高
文本压缩算法及代码,采用huffman编码压缩,压缩率较高-text compression algorithms and code, using Huffman coding compression, high compression rate
- 2023-02-08 10:10:04下载
- 积分:1
-
本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换...
本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换-the source of VC 6.0, showing a bitmap BMP, and achieve a rapid 8* 8 block of DCT and IDCT transform
- 2022-09-07 03:40:03下载
- 积分:1
-
全搜索矢量量化码本的大小
full search vector quantizers with codebooks of sizes -full search vector quantizers with codebooks of sizes
- 2023-01-24 10:20:04下载
- 积分:1
-
可转债数据库,构造了可转换债券的数据库
可转债数据库,构造了可转换债券的数据库-convertible bonds database, the structure of convertible bonds database
- 2023-03-10 04:10:03下载
- 积分:1
-
著名的压缩代码的最新版
著名的压缩代码的最新版-famous compression code to the latest version
- 2022-02-25 03:07:07下载
- 积分: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
-
用Visual C++开发的Huffman文件压缩算法的源代码
用Visual C++开发的Huffman文件压缩算法的源代码-Visual C development of the Huffman compression algorithm source code
- 2022-02-02 13:21:16下载
- 积分:1