资源列表

« 1 2 ... .64 .65 .66 .67 .68 769.70 .71 .72 .73 .74 ... 1306 »

[压缩解压Compress

说明:程序:将重复的子数列折叠起来。就是连续重复数据的压缩,编码原理的程序。如:12 23 34 45 34 45 34 45 88 78 79 88 78 79 99压缩成为12 23 0xFE 3 34 45 0xFD 0xFE 2 88 78 79 0xFD 99。其中0xFE表示重复数列的开始,紧跟后面的数3是重复次数,后面的0xFD表示结束。-Procedures: a subset of the duplicate series
<郝祥根> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压WindowsFormsApplication1

说明:将黑色转化成白色,谢谢各位使用,祝你性情愉快-Will be transformed into black and white, thank you to use
<魏玲> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压simplex

说明:simplex method programming source code-simplex method programming source code
<ghanshyam> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压huffman(VC)

说明:控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
<魏罡> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压HUFF_SC.ZIP

说明:HUFF_SC.ZIP => HUFFMAN Source code.ZIP-HUFF_SC.ZIP => HUFFMAN Source code.ZIP
<Manh> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压opnSSL

说明:This open SSL programming tutorial, please try it by yourself-This is open SSL programming tutorial, please try it by yourself
<danu> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压DES-suan-fa-yan-shi

说明:此程序为DES的算法演示程序,希望对很多人都有帮助,多多下载!-This program demo program for the DES algorithm, in the hope a lot of people have helped, a lot to download!
<dawei> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压huffman-0.1

说明:this zip file contains source code for huffman algoritm in c language
<ankursatriani> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压YH_SogouRank

说明:升级说明:查询历史优化,多个重复记录只显示一个 ! 主要功能: 1、类似Google PR,Sogou也有自己的Rank值。本工具即用来查询Rank值; 2、DIV+CSS模板方便修改; 3、免费、开源程序。 配置参数设置技巧:调整查询历史周期,默认24小时,可编辑Textclass.php第310行。-Upgrade Descr iption: Query optimization histor
<申诚勋> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压1Huffman1

说明:数据压缩技术是一项重要实用的信息技术。信息时代的到来,信息量迅速增长,使得数据压缩也显得越来越重要。-Data compression technology is an important practical information technology. The information age, the amount of information rapidly, make the data compression is also b
<杜秋国> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压STB_Gif

说明:VC++下C语言实现的GIF图片解析,虽然不能显示,但是将Gif各帧保存为BMP图片格式,对学习Gif解析很有帮助!-VC++ under the C language of the GIF image parsing, though not shown, but the fr a me will be saved as BMP Gif image format, useful for learning Gif Analysis!
<lixiaolong> 在 2024-11-19 上传 | 大小:38kb | 下载:0

[压缩解压huffman-C

说明:基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that impl
<> 在 2024-11-19 上传 | 大小:38kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 769.70 .71 .72 .73 .74 ... 1306 »

源码中国 www.ymcn.org