登录
首页 » C# » Zip

Zip

于 2013-06-24 发布 文件大小:755KB
0 138
下载积分: 1 下载次数: 2

代码说明:

  压缩的所有文件,解压缩的所有文件(zip unzip)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hufman
    哈夫曼文本压缩器,两个功能压缩文本文件和解压二进制文件。 内容为源代码,用编译器把源代码运行一遍,把需要压缩的txt文件放到和源代码同一个目录下,压缩名称输入 **.txt 压缩后的名称一定要写二进制格式的 例如 **.dat 只能解压用这个程序压缩后的文件。。 解压名 写 **.dat 解压后名称 **.txt(Huffman text compression, two text files compression and decompression functions binaries)
    2013-12-27 11:06:18下载
    积分:1
  • BWT
    BWT压缩方法描述,是一种被bzip2等数据压缩技术所使用的算法(The Burrows–Wheeler transform (BWT, also called block-sorting compression), is an algorithm used in data compression techniques such as bzip2.)
    2011-11-25 14:47:11下载
    积分:1
  • CS的一些重构算法
    压缩感知的所有重构算法,包括OMP,ROMP,SAMP,StoMP等等算法。(All reconstruction algorithms of compressed sensing include OMP, ROMP, SAMP, StoMP and so on.)
    2021-03-26 22:19:13下载
    积分:1
  • ArithmeticCode
    算术编码,利用算术编码进行数据压缩,用C语言实现,程序简单,已跑通(Arithmetic coding, the use of arithmetic coding for data compression, using C language, the procedure is simple, has run through)
    2013-05-22 14:46:52下载
    积分:1
  • windowshuffman
    哈弗曼编码 加窗口实现 对特定文件压缩效果更好 (Huffman coding plus window to achieve better results for a specific file compression)
    2014-06-05 13:42:44下载
    积分:1
  • codecs
    说明:  著名压缩算法的实现,能够实现各种基本功能,适合学习!(famous compression algorithm to achieve to achieve basic capabilities for learning!)
    2005-11-01 18:48:56下载
    积分:1
  • OpenGLdevelopment
    压缩包中包含了gl.h,glaux.h,glext.h,glui.h,glut.h等头文件以及对应的库文件。还有对应的配置方法。(Compression package contains gl.h, glaux.h, glext.h, glui.h, glut.h Header Files and corresponding library file. There are corresponding configuration.)
    2020-12-14 14:49:13下载
    积分:1
  • 基于遗传算法的BP神经网络优化算法
    说明:  基于遗传算法的BP神经网络优化算法,可对神经网络的层数和训练函数进行自定义控制,方便系统级开发,非常实用。(The BP neural network optimization algorithm based on genetic algorithm can customize the number of layers and training functions of the neural network, which is convenient for system-level development and very practical.)
    2020-12-14 19:59:14下载
    积分:1
  • 200430481
    赫夫曼编译码器: 用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 [基本要求]一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4)P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5)T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示出,同时将此字符形式的哈夫曼树写入文件TreePrint中。()
    2021-03-06 09:19:30下载
    积分:1
  • ImageCompressed
    利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大(The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR)
    2021-05-14 17:30:02下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载