-
LZW算法的C语言实现!能够实现对原始数据的压缩!
LZW算法的C语言实现!能够实现对原始数据的压缩!-LZW algorithm realize the C language! To achieve compression of the original data!
- 2023-05-23 19:25:03下载
- 积分:1
-
请使用此代码作为在我区所有项目(工作环境…
Please, use this MATLAB code as environment for all projects in the ME area (Worked with .mat format)
- 2022-07-19 11:55:49下载
- 积分:1
-
recognizedemo.zip recognizedemo.zip
recognizedemo.zip recognizedemo.zip
- 2022-05-15 01:35:08下载
- 积分:1
-
自20世纪70年代以来,盛开的过滤器作为一个空间高效利用紧凑的数据圣..
自70年代被Bloom提出以来,Bloom Filters作为一种空间高效利用的紧凑数据结构,其不但能够对一个数据集合进行压缩表示而且能够支持集合的成员关系判断,在网络领域得到广泛应用。-since the 1970s Bloom, Bloom Filters as a space efficient use of compact data structure, not only its right to a data set can be compressed and expressed support for the pool membership judgment, in the network area has been extensively applied.
- 2023-01-02 21:50: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
-
这是从网络加载SWF
this is a swf from net load
- 2022-01-25 20:23:59下载
- 积分:1
-
mp3 of the classic compression source code.
mp3的经典 压缩 和 解压缩 源码。-mp3 of the classic compression source code.
- 2022-10-05 17:05:03下载
- 积分:1
-
ajax+jsp打造的Blog源码,运行环境:eclipse+tomcat5.5
ajax+jsp打造的Blog源码,运行环境:eclipse+tomcat5.5-ajax+ jsp to create the Blog-source, operating environment: eclipse+ tomcat5.5
- 2022-06-16 02:48:47下载
- 积分:1
-
自适应算术编码的框架,可以直接用来直接开发,用C语言编写的...
自适应算术编码的框架,可以直接用来直接开发,用C语言编写的-adaptive arithmetic coding framework that can be directly used to direct development, using the C language
- 2023-02-09 17:50:04下载
- 积分:1
-
加密、压缩
加密、压缩-The Examples of Encrypt and Compression
- 2023-02-04 02:35:04下载
- 积分:1