-
ygCompare,一个压缩文件软件的源代码
ygCompare,一个压缩文件软件的源代码-ygCompare, a compressed file of software source code
- 2023-02-13 12:45:04下载
- 积分: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
-
OS实验源代码.rar
OS实验源代码.rar-OS source code. Rar
- 2022-05-23 02:32:12下载
- 积分:1
-
数据压缩的方法演示
数据压缩的方法演示-data compression method demonstration
- 2022-07-18 19:34:11下载
- 积分:1
-
absolutely first
绝对一流的压缩解压程序-absolutely first-rate codecs
- 2022-05-14 19:55:24下载
- 积分:1
-
用哈夫曼编码实现对文件的压缩
用哈夫曼编码实现对文件的压缩-Huffman coding used to achieve compression of the document
- 2022-03-18 06:17:07下载
- 积分:1
-
查看网络的好工具,可以查看POST数据,参数,Cookies等
查看网络的好工具,可以查看POST数据,参数,Cookies等-See a good tool for the network, you can view the POST data, parameters, Cookies, etc.
- 2022-08-14 07:12:43下载
- 积分:1
-
利用哈夫曼编码压缩)
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
-) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The
- 2022-02-27 02:39:35下载
- 积分:1
-
available only following a number ah
上载多少才可以下一个啊>-available only following a number ah
- 2022-07-21 15:21:21下载
- 积分:1
-
光栅式指示表检定仪应用程序
光栅式指示表检定仪应用程序-grating instructions Table Calibrator applications
- 2022-05-19 16:28:47下载
- 积分:1