CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - lossless

搜索资源列表

  1. dpcm

    0下载:
  2. Lossless image compression plays a very important role in image processing. However, it develops very slowly and it is difficult to improve the efficiency of compression, since complete information and high fidelity are demanded. The lossless compres
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:15609
    • 提供者:rupesh
  1. encode_decode

    0下载:
  2. 对一个文件的内容进行有失真处理,然后对处理后的文件进行无失真编码和译码。对理解编码理论还有帮助!-The contents of a file handle with distortion, then the processed file lossless coding and decoding. Coding theory in understanding there is help!
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3837
    • 提供者:李思明
  1. HuffmanCode

    0下载:
  2. Huffman 编码是第一个实用的无损压缩编码技术,经过了多年的不断改进,已经形成了系统的理论和方法。目前主要有两种类型的Huffman编码方式,即静态Huffman编码和动态Huffman编码。Huffman编码有着广泛的应用,但是不再是压缩算法的全部,而是被当作最终的编码方法。-Huffman coding is the first practical lossless compression coding technology, after years of continuous impr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:4427
    • 提供者:杜秋国
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. xiangnong

    0下载:
  2. 正确实现的算术编码算法压缩能力Shannond定理描述的理论极限,是目前已知的压缩能力最强的无损压缩算法。-Correct implementation of arithmetic coding compression algorithm described Shannond theoretical limit theorems, is the strongest known lossless compression algorithms.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1948
    • 提供者:某某人
  1. Coding

    0下载:
  2. 行程编码和预测编码,均已调试成功,预测编码为一维无损预测编码。-Length encoding and predictive coding, debugging have been successful, predictive coding is one-dimensional lossless predictive coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:180937
    • 提供者:luffy
  1. lzw

    0下载:
  2. 用c++编写的,实现基于lzw算法的数据压缩算法,此算法是无损压缩的经典算法!-Prepared using c++ to achieve data compression algorithm based on lzw algorithm, this algorithm is a classical algorithm for lossless compression!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:4607
    • 提供者:yanyang
  1. Ecma-222

    0下载:
  2. Adaptive Lossless Compression Algorithm
  3. 所属分类:Wavelet

    • 发布日期:2017-04-24
    • 文件大小:61377
    • 提供者:yyudin
  1. bcl-1.2.0

    0下载:
  2. RLE又叫Run Length Encoding,是一个针对无损压缩的非常简单的算法。它用重复字节和重复的次数来简单描述来代替重复的字节。尽管简单并且对于通常的压缩非常低效,但它有的时候却非常有用(例如,JPEG就使用它)。 RLE可以使用很多不同的方法。基本压缩库中详细实现的方式是非常有效的一个。一个特殊的标记字节用来指示重复节的开始,而不是对于重复非重复节都coding run。因此非重复节可以有任意长度而不被控制字节打断,除非指定的标记字节出现在非重复节(顶多以两个字节来编码)的稀有情况下
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:105790
    • 提供者:choi
  1. huffmam_coding

    0下载:
  2. In computer science and information theory, Huffman coding is an entropy encoding algorithm used for lossless data compression
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3844
    • 提供者:hazhiriq200
  1. Lossless_Compression_Method_for_Bayer_Image_and_FP

    0下载:
  2. 描述Bayer图像无损压缩的一种先进算法及其如何在FPGA上实现-Descr iption Bayer Image is an advanced lossless compression algorithms in the FPGA to achieve and how
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:227517
    • 提供者:hunter
  1. ee

    0下载:
  2. Huffman Coding是一种无损压缩编码方式,以哈夫曼树—即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。-Huffman Coding is a lossless compression method to Huffman tree- that is the optimal tree, weighted path length of the smallest binary tree, often used in data compression.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:861
    • 提供者:张雷
  1. matlab_uniform_plane

    0下载:
  2. 均匀平面波在无损耗媒质中传播时,平面波的电场与磁场的振幅之比等于媒质的本征阻抗,在理想介质中,阻抗为一正实数。因为电场、磁场方向始终不变,根据它们的值,利用MATLAB提供的实现动态轨迹.-Uniform plane wave propagation in the lossless medium, the plane wave of electric and magnetic fields is equal to the ratio of the amplitude of the intrins
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2678
    • 提供者:xinxin
  1. Dictionarycode

    0下载:
  2. 词典编码编码程序源代码,无损压缩编码的一种-Dictionary coding source code encoding, a lossless compression
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-01
    • 文件大小:7656
    • 提供者:Jerrica
  1. Extrans

    0下载:
  2. 把EXCEL文档转换成无损的BMP图片,CSharp调用OFFICE组件的VBA函数,借助剪贴板来完成-EXCEL documents translat to lossless BMP picture, using CSharp OFFICE EXCEL VBA function , and the clipboard to format.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:314980
    • 提供者:cavaj
  1. Gouzao_Bianma

    1下载:
  2. 本程序用matlab编写。实现图像的构造编码。压缩包中的PPT介绍构造编码。一个编码程序,一个解码程序。本程序是无损压缩,编码后可压缩掉30 以上。附有图片。程序有必要的注释。-This program written by matlab. The structure of image coding. PPT introduced compressed package structure encoding. A coding process, a decoding program. This p
  3. 所属分类:matlab例程

    • 发布日期:2017-02-20
    • 文件大小:341827
    • 提供者:zhrmsl
  1. jjm

    0下载:
  2. 用Verilog实现的crc16编码器,可以实现任意长度帧的发送信息的crc无失真编码-Implemented with Verilog crc16 encoder can send frames of any length lossless coding of information crc
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:199831
    • 提供者:陆翔
  1. wg_008

    0下载:
  2. The quasi-TEM structure : it can be regarded lossless, when the conductivity of the semiconductor substrate is decreased. However, high conductivity values are preferred in the monolithic integrated circuit technology.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:350528
    • 提供者:MISA
  1. JPEG-LS.pdf

    0下载:
  2. Evaluation of JPEG-LS, the New Lossless and Controlled-Lossy Still Image Compression Standard,for Compression of High-Resolution Elevation Data
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:188233
    • 提供者:naresh
  1. entropy-encoding

    0下载:
  2. 视频信号熵编码源程序 熵编码法是一种进行无损数据压缩的技术,在这个技术中一段文字中的每个字母被一段不同长度的比特(Bit)所代替。与此相对的是LZ77或者LZ78等数据压缩方法,在这些方法中原文的一段字母列被其它字母取代。 每个字母按照其出现的可能性所获得的最佳比特数取决于熵。 本程序不仅提供源程序,还提供相应的实例。-Entropy coding the video signal source for entropy coding method is a lossless data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:286868
    • 提供者:安慰安防
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com