登录
首页 » C# » 081SharpZipLib

081SharpZipLib

于 2006-12-29 发布 文件大小:395KB
0 180
下载积分: 1 下载次数: 42

代码说明:

  C#写的ZIP压缩包,可以在线将文件压缩成为ZIP文件或数据流。(wrote ZIP compressed, online file compressed into ZIP files or data flow.)

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

发表评论

0 个回复

  • A-REMARK-ON-COMPRESSED-SENSING
    说明:  一篇关于压缩感知的经典文章,压缩感知(Compressed sensing,简称CS,也称为Compressive sampling)理论异于近代奈奎斯特采样定理,它指出:利用随机观测矩阵可以把一个稀疏或可压缩的高维信号投影到低维空间上,然后再利用这些少量的投影通过解一个优化问题就可以以高概率重构原始稀疏信号,并且证明了这样的随机投影包含了原始稀疏信号的足够信息。(A classic article on compressed sensing, compressive sensing (Compressed sensing, referred to as CS, also known as Compressive sampling) different from the modern theory of the Nyquist sampling theorem, which states: the use of a random measurement matrix can be sparse or compressible high-dimensional signal projected to low dimensional space, and then use a small amount of projection by solving an optimization problem to be sparse with high probability to reconstruct the original signal, and prove that random projection of the original sparse signal contains enough information.)
    2011-04-10 08:29:58下载
    积分: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
  • bnpts点云文件bunny
    bnpts点云文件 进过压缩处理 大约100000个点(bnpts)
    2010-11-01 10:57:16下载
    积分:1
  • jpeg2000_MATLAB
    说明:  雷刚萨斯JPEG2000源代码,可以直接运行,霍夫曼编码(Legansas JPEG2000 source code, can be run directly, Huffman code)
    2020-01-31 20:33:09下载
    积分:1
  • huffman
    这是关于huffman编码的算法,输入权值,自动给出编码(This is about huffman coding algorithm, the input weights automatically given coding)
    2013-07-31 17:45:00下载
    积分:1
  • zsccompress
    说明:  对流数据的压缩,主要针对二进制的数据代码进行各种长度宽度的压缩。(convection data compression, mainly with regard to the binary code of various length width of the compression.)
    2005-11-17 12:52:02下载
    积分:1
  • huffman
    Huffman编码,使用哈弗曼树生成前缀码,把输入的字符编码并把原字符解码(Huffman code and decode)
    2014-03-06 10:10:34下载
    积分:1
  • PhucDo_PhanLop
    Docuemtns,Hot Documents
    2009-12-26 14:25:16下载
    积分:1
  • WinRar密码破译
    破解WinRAR解密文件,适用Windows平台系统(Cracking WinRAR Decrypted Files)
    2020-06-19 16:00:02下载
    积分:1
  • Traversalalgo
    Codes". Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called "prefix-free codes") (that is, the bit string representing some particular symbol is never a prefix of the bit string representing any other symbol) that expresses the most common characters using shorter strings of bits than are used for less common source symbols. Huffman was able to design the most efficient compression method of this type: no other mapping of individual source symbols to unique strings of bits will produce a smaller average output size when the actual symbol frequencies agree with those used to create the code. A method was later found to do this in linear time if input probabilities (also known as weights) are sorted.
    2009-12-01 04:47:10下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载