-
pvml源代码,提供下载,共同学习,共同进步
pvml源代码,提供下载,共同学习,共同进步-pvml source code, available for download, a common learning and common progress
- 2022-08-02 12:35:37下载
- 积分:1
-
有关拓扑排序的问题
有关拓扑排序的问题-the topological sorting problem
- 2022-06-26 14:47:14下载
- 积分:1
-
GNU system development based on the syntax of compressed Iz77 learning lz77 Comp...
GNU 系统开发的基于Iz77语法的压缩 学习lz77压缩算法 -GNU system development based on the syntax of compressed Iz77 learning lz77 Compression Algorithm
- 2022-02-25 02:51:10下载
- 积分:1
-
achieve dancing robot
跳舞机器人的实现-achieve dancing robot
- 2023-06-14 17:00:02下载
- 积分: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
-
jpeg解码程序,把图片的编码变成.c文件,方便各位学习开发。...
jpeg解码程序,把图片的编码变成.c文件,方便各位学习开发。-jpeg decoding process, the coding into the picture. c files to facilitate the development of all learning.
- 2022-05-24 09:33:51下载
- 积分:1
-
每一步的LZSS算法发送一个字符或<;位置,冷…
In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps character "e" appears more frequently than "x", and a pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adap
- 2022-07-08 14:12:34下载
- 积分:1
-
linux系统下实现数据压缩的小波方法,以能量保持率作为标准进行压缩处理。...
linux系统下实现数据压缩的小波方法,以能量保持率作为标准进行压缩处理。-under the wavelet data compression methods to maintain the rate of energy as a standard compressed.
- 2022-03-11 10:25:56下载
- 积分:1
-
RAR的解压缩算法,非常经典,可以用于嵌入式系统中,rar文件解压缩...
RAR的解压缩算法,非常经典,可以用于嵌入式系统中,rar文件解压缩-RAR compression algorithm of the solution, very classic, can be used in embedded systems, rar files
- 2022-05-24 06:46:25下载
- 积分:1
-
我在网上找的很不错的资料,如果以后想从事这方面的研究看看还是必须的,...
我在网上找的很不错的资料,如果以后想从事这方面的研究看看还是必须的,-I was online looking for a very good information, and if the future wish to engage in research in this area to see if it is still necessary, thank you
- 2022-11-09 15:40:03下载
- 积分:1