-
our operations, including operations Matlab calculator and several small procedu...
我们的作业,matlab 的作业 包括计算器以及几个小程序等,具体内容大家请自己看-our operations, including operations Matlab calculator and several small procedures, the specific content please themselves.
- 2022-09-25 21:25:08下载
- 积分:1
-
小波变换,是目前国内国际热门的研究领域。因为其是无损压缩。这里提供实现的源代码,供大家学习。...
小波变换,是目前国内国际热门的研究领域。因为其是无损压缩。这里提供实现的源代码,供大家学习。-Wavelet transform, are the current domestic and international popular fields of study. Because it is lossless compression. Here realize the source code for the U.S. study.
- 2022-05-13 18:26:10下载
- 积分:1
-
realized by the data compression RLC (RIc) process. The environment for the impl...
本程序实现了数据压缩中RLC(游程编码)过程。执行环境为 TC 3.0。-realized by the data compression RLC (RIc) process. The environment for the implementation of TC 3.0.
- 2022-01-23 11:24:10下载
- 积分:1
-
This is VC++ for an icon with the mouse after a hearing, you will be able to hav...
这是用VC++编的一个用鼠标经过一个图标时你就能听到有铃在响,-This is VC++ for an icon with the mouse after a hearing, you will be able to have a bell in the ring,
- 2022-03-13 09:40:33下载
- 积分:1
-
本代码为采用小波基进行图像压缩的代码程序,压缩率可以达到1/32。采用vc编写。...
本代码为采用小波基进行图像压缩的代码程序,压缩率可以达到1/32。采用vc编写。-code for the use of wavelet image compression code procedures, compression ratio can reach 1/32. Prepared using vc.
- 2022-08-17 00:59:34下载
- 积分: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
-
介绍一本学习嵌入式的比较好的一本书,出版社是清华大学,arm的具体内容介绍的还是比较详细的,...
介绍一本学习嵌入式的比较好的一本书,出版社是清华大学,arm的具体内容介绍的还是比较详细的,-introduced a learning embedded a fairly good book, the publishing house of the Tsinghua University, arm on the specific content or a more detailed,
- 2023-06-23 05:30:07下载
- 积分:1
-
文件压缩中的游程编码源程序。已经测试通过。对重复字符较多的文件压缩率较高。...
文件压缩中的游程编码源程序。已经测试通过。对重复字符较多的文件压缩率较高。-File compression in the run-length coding source. Have the test. More characters for the duplicate file compression is higher.
- 2022-02-24 18:06:26下载
- 积分:1
-
用STL实现哈夫曼编码,如果STL学会不去读它。
用stl 实现的哈夫曼编码,要是没学过stl 的就不要看了。-with stl achieve Huffman coding, if stl learned not to read it.
- 2022-05-26 16:47:45下载
- 积分:1
-
vc环境下的利用IJL压缩库进行BMP
vc环境下的利用IJL压缩库进行BMP->JPG的压缩转化-vc environment IJL compression library for the use of BMP-
- 2022-02-26 18:16:12下载
- 积分:1