-
Base64编码解码。
Base64 encode decode.
- 2022-02-20 07:51:12下载
- 积分:1
-
MPEG4解压缩算法
MPEG4解压缩算法-MPEG4 decompression algorithms
- 2022-07-20 23:39:26下载
- 积分:1
-
DPCM coding simulink simulation, very good very strong! ! !
DPCM编码的simulink仿真实现,很好很强大-DPCM coding simulink simulation, very good very strong! ! !
- 2022-03-24 02:58:54下载
- 积分:1
-
这是一个用子空间追求的例子
This 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"
In order to run this example you need to install all these m.files
in the same directory and type trialSP at the prompt.
Written by Igor Carron
http://nuit-blanche.blogspot.com
Creative Commons Licence with attribution- 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"
In order to run this example you need to install all these m.files
in the same directory and type trialSP at the prompt.
Written by Igor Carron
http://nuit-blanche.blogspot.com
Creative Commons Licence with attribution
- 2022-10-30 14:35:03下载
- 积分:1
-
ADI BLACKFIN BF533 procedures of the audio codec
ADI BLACKFIN BF533的音频编解码程序-ADI BLACKFIN BF533 procedures of the audio codec
- 2022-03-06 12:59:58下载
- 积分:1
-
strassen算法
visual studio 2008
strassen算法
visual studio 2008-strassen
- 2022-01-26 08:36:15下载
- 积分:1
-
压缩编码中的LZ77编码源代码
压缩编码中的LZ77编码源代码-Coding of LZ77 encoding source code
- 2022-06-15 00:50: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
-
将黑色转化成白色,谢谢各位使用,祝你性情愉快
将黑色转化成白色,谢谢各位使用,祝你性情愉快-Will be transformed into black and white, thank you to use
- 2022-07-27 06:58:07下载
- 积分:1
-
C_LZ.rar 一个C写的LZS压缩算法 C_LZ.rar 一个C写的LZS压缩算法
C_LZ.rar 一个C写的LZS压缩算法 C_LZ.rar 一个C写的LZS压缩算法-C_LZ.rar 一个C写的LZS压缩算法
- 2022-01-26 04:04:46下载
- 积分:1