搜索资源列表

  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/图象编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:嘿度
  1. RLE_CODING_2METHODS

    0下载:
  2. helps to code using the lossless and lossy forms of rle coding. is specially helpful for fast algorithmic development. there are 2 codes provided.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Abhishek Sharma
  1. RLE

    0下载:
  2. implementation for rle algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:63488
    • 提供者:nebras
  1. rle

    0下载:
  2. Run length encoding using matlab language.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:hue
  1. DE2_NET

    0下载:
  2. document is waveform file testing for any RLE encoder
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:ren
  1. LZ77-LZ78-HUF-ARI-LZW-RLE

    0下载:
  2. 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:2478080
    • 提供者:左岸风景
  1. rlc_code

    0下载:
  2. 实现JPEG编码中的游程编码(RLE)的工程文件,能够直接运行,易读,其中temcode是读入的文件信号-JPEG coding to achieve run-length encoding (RLE) of the project file, can be run directly, easy to read, which is read the paper temcode signal
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:216064
    • 提供者:舒念
  1. huffman

    0下载:
  2. huffman编码 图像压缩 RLE编码 建立哈夫曼树及遍历哈夫曼树的MATLAB程序-huffman coding image compression coding to establish Huffman and RLE Huffman tree traversal MATLAB program
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:54272
    • 提供者:dawn
  1. rle

    1下载:
  2. rle source pour faire la decomresi et la compression de caratec-rle source pour faire la decomresi et la compression de caratec
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:pp
  1. DataCompression

    0下载:
  2. RLE压缩,解压缩,元阿米,可以运行哦-RLE compression, decompression, Un Ami, you can run Oh! ! ! !
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:lele
  1. bcl-1.2.0

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

    • 发布日期:2024-05-19
    • 文件大小:105472
    • 提供者:choi
  1. RLE

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Siva
  1. Rle

    0下载:
  2. 基于RLE算法编写的一个压缩程序,该程序对计算机生成的图像有很好的压缩效果。-RLE algorithm based on the preparation of a compression program, the program on the computer-generated images have very good compression.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:lhb
  1. RLE

    0下载:
  2. 游程编码示例,可以有效进行游程编码,属熵编码的一种,希望对大家有用。-RLE example, you can effectively run length encoding, entropy coding is a kind of hope for all of us.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:tianxia
  1. rle

    0下载:
  2. rle algoritm on borland c++ 3.1-rle algoritm on borland c++ 3.1
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:sylar156
  1. RLE

    0下载:
  2. rle code par la langue c
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:1google
  1. RLEcoding

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

    • 发布日期:2024-05-19
    • 文件大小:388096
    • 提供者:韦一
  1. dct2

    0下载:
  2. program matlab for encode jpeg picture using dct2, RLE, and huffman encoding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Ahmed
  1. RLE

    0下载:
  2. 这是自己用易语言写的RLE无损压缩,可以把单BMP或多个BMP压缩成一种格式-It is written in easy language they used RLE lossless compression, a single BMP can be compressed into one or more BMP format
  3. 所属分类:易语言编程

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:小刀
  1. 83_RLE_LZW_HAFFMAN

    0下载:
  2. algoritm RLE, LZW, Haffman
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:s1ndr0m
« 1 2 3 4 5 67 8 9 10 11 ... 18 »

源码中国 www.ymcn.org