-
这是关于信源压缩编码里面比较经典的压缩编码算法
这是关于信源压缩编码里面比较经典的压缩编码算法-Huffman算法的代码!-This is on the inside source coding compare a classic Coding Algorithm-Huffman algorithm code!
- 2023-01-06 00:00:05下载
- 积分:1
-
视频压缩算法,适用于高压缩网络传输协议 ,在无线公网传输也很适用...
视频压缩算法,适用于高压缩网络传输协议 ,在无线公网传输也很适用-Video compression algorithm for high compression network transport protocol in the wireless public network transmission is also very applicable to
- 2023-05-18 07:55:04下载
- 积分:1
-
x.264源码,供有需要的人士共同研究,x264包含多种编解码器,和不同的测试环境...
x.264源码,供有需要的人士共同研究,x264包含多种编解码器,和不同的测试环境-x.264 source for those who need to study, x264 includes a wide range of codecs, and different test environment
- 2022-02-20 17:24:35下载
- 积分:1
-
msp430 IO_Operation
msp430 IO_Operation
- 2022-12-25 05:00:03下载
- 积分:1
-
非常著名的PE文件压缩引擎,希望对大家有所帮助!
非常著名的PE文件压缩引擎,希望对大家有所帮助!-PE is very well-known file compression engine, I hope all of you to help!
- 2022-02-21 08:25:42下载
- 积分: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
-
程序功能:模拟DCT编码解码过程,生成带“块效应”的图像
实验图片:lena.jpg(512*512)...
程序功能:模拟DCT编码解码过程,生成带“块效应”的图像
实验图片:lena.jpg(512*512)-Program features: Analog DCT codec process, generated with
- 2022-07-27 21:46:13下载
- 积分:1
-
compressive sensing 新版本MMA14
compressive sensing 新版本MMA14- This is an example using the Subspace Pursuit
Algorithm of Wei Dai and Olgica Milenkovic
"Subspace Pursuit for Compressive Sensing: Closing the
Gap Between Performance and Complexity"
and the Re-weighted algorithm of Rick Chartrand and Wotao Yin
"Iteratively Reweighted Algorithms for Compressive Sensing"
In order to run this example you need to install all these m.files
in the same directory and type trialSP2 at the prompt.
Written by Igor Carron
http://nuit-blanche.blogspot.com
Creative Commons Licence with attribution
- 2022-06-01 02:21:04下载
- 积分:1
-
A good electronic album to establish procedures for tools, well used, I hope eve...
一个不错的电子相册建立程序工具,很好用的,希望大家喜欢!-A good electronic album to establish procedures for tools, well used, I hope everyone likes!
- 2022-10-27 03:35:04下载
- 积分:1
-
压缩用的
压缩用的-Compression used
- 2022-06-17 03:38:52下载
- 积分:1