CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Run Length Encoding

搜索资源列表

  1. rle-0.2.zip

    0下载:
  2. This archive contains simple and readable ANSI C implementations of run length encoding and decoding (RLE). ,This archive contains simple and readable ANSI C implementations of run length encoding and decoding (RLE).
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:26.33kb
    • 提供者:Han
  1. huffman

    0下载:
  2. 霍夫曼编码是经典的信源编码,与游程编码同为信道编码常用编码方式高效简单。-Huffman coding is the classic source coding, and run-length coding with channel coding used for the encoding easy and efficient.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:50.13kb
    • 提供者:周旋
  1. youchengbianma

    0下载:
  2. 信息论编码课程设计中自己做到的游程编码的代码,里面包含了哈弗曼的编码算法,希望对你有所帮助。-Information theory, curriculum design in their own code to do run-length coding code, which contains a Havermann encoding algorithm, hope this helps.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2.33kb
    • 提供者:曹波
  1. 11912927wavelet_transf

    0下载:
  2. 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1.67kb
    • 提供者:嘿度
  1. 115157689RLE

    0下载:
  2. 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.24kb
    • 提供者:嘿度
  1. RLETHU3

    0下载:
  2. run length encoding using C-C++ language
  3. 所属分类:.net

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:hue
  1. RLE

    0下载:
  2. Run length encoding program
  3. 所属分类:.net

    • 发布日期:2017-04-08
    • 文件大小:825byte
    • 提供者:Siva
  1. RLEcoding

    0下载:
  2. 本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:379.42kb
    • 提供者:韦一
  1. Huffman

    0下载:
  2. 实现任意二到九进制数的赫夫曼编码,通过选择不同的进制实现对应的编码。运行程序,选择进制数后,输入信源个数、信源符号和概率进行相应进制的编码。编码结束后,输出编码结果,并计算平均码长、信息率、编码效率并判断是否满足克拉夫特不等式和变长编码定理。-Arbitrary two to nine the number of Huffman binary encoding, by selecting the corresponding realization of the different binary
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:488.79kb
    • 提供者:李敏浩
  1. RLE

    0下载:
  2. Run Length Encoding Algorithm Sample written in C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.57kb
    • 提供者:KalEl
  1. run-length-encoding-RLE

    0下载:
  2. 基于C++的游程长度编码RLE,希望对大家提供帮助-Based on C++ run-length encoding RLE
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:23.71kb
    • 提供者:yaolisha
  1. RLE

    0下载:
  2. Run-length encoding (RLE) is a very simple form of data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the origi
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1021byte
    • 提供者:Premnath D
  1. codearecode

    0下载:
  2. huffman编码 游程压缩解压缩 香农编码 香农费诺编码-huffman encoding run-length compression decompression the Shannon coding Shannon Fenno coding
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:2.44mb
    • 提供者:star
  1. yc

    0下载:
  2. 游程编码程序,输入一个01序列,将它转换成游程编码-Runlength encoding procedure, the input of a 01 sequence, and convert it into the run-length coding
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:220kb
    • 提供者:林小夏
  1. xcbm

    0下载:
  2. 行程编码(Run-Length Encoding) 仅存储一个像素值以及具有相同颜色的像素数目的图象数据编码方式称为行程编码,或称游程编码,常用RLE(Run-Length Encoding)表示。该压缩编码技术相当直观和经济,运算也相当简单,因此解压缩速度很快。RLE压缩编码尤其适用于计算机生成的图形图像,对减少存储容量很有效果。 -Run-length encoding (RLE) is a very simple form of data compression in which
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:74.55kb
    • 提供者:孔珺
  1. youchengbianma

    0下载:
  2. 用c++实现的对游程编码的译码以及编码操作。对信息论一块的游程编码的理解具有一定参考价值。-C++ with the realization of run length coding decoding and encoding operation. For information on the run length encoding a piece of understanding has a certain reference value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:俞航
  1. bianma

    0下载:
  2. DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过-DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:189.21kb
    • 提供者:晚上
  1. code

    0下载:
  2. 基于c++的二元信息论编码,包括霍夫曼编码,费诺编码,游程编码及算术编码-C++ based binary information on the coding, including Huffman coding, coding, run-length encoding and arithmetic coding
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:4.57kb
    • 提供者:唐宇
  1. C-to-achieve-run-length-encoding

    0下载:
  2. 使用C语言实现游程编码的编码压缩与解压, 算法比较精悍!-Using C language run-length encoding compression coding and decompression algorithm is relatively lean!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:975byte
    • 提供者:刘飞
  1. RLE

    0下载:
  2. 对一定长度的数据进行压缩,采用游程编码,对连续重复的数据压缩率高。(For a certain length of data compression, using run length encoding of data, continuous repeated high compression rate.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1kb
    • 提供者:宁徛
搜珍网 www.dssz.com