CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - coding theory

搜索资源列表

  1. 0240302314jiangwei13852910295

    0下载:
  2. 游程长度编码非常简单,编码、解码速度快,应用广泛。本文主要介绍了游程长度编码的原理和实现技术,对游程长度编码技术做了较为全面地研究。包括游程压缩模型、数据压缩、解压缩过程,并给出了流程图和相应的程序。 关键词:编码;解码;游程长度编码;压缩;解压缩。 -run-length coding is very simple, encoding, decoding speed, widespread use. This paper describes a run-length coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:377449
    • 提供者:蒋伟
  1. 产生哈夫曼编码的源代码

    0下载:
  2. 用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4417
    • 提供者:鲸鱼
  1. HM-4.1-dev-sao-alf

    0下载:
  2. HM-4.1-dev-sao-alf.rar 继264后的新一代编码原理hevc的官方代码。-HM-4.1-dev-sao-alf.rar, following the official code of 264 after a new generation of coding theory hevc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2026444
    • 提供者:Juliana
  1. HUffman

    1下载:
  2. 根据信源压缩编码——Huffman编码的原理,制作对英文文本进行压缩和解压缩的软件。要求软件有简单的用户界面,软件能够对运行的状态生成报告,分别是:字符频率统计报告、编码报告、压缩程度信息报告、码表存储空间报告。-According to source coding- Huffman coding theory, the production of English text compression and decompression software. Require a simple soft
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1826
    • 提供者:liu
  1. LZ77

    0下载:
  2. 模拟了LZ77编码的编码原理,采用固定窗口大小编码-Simulation of the LZ77 coding coding theory, the use of a fixed window size encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:787
    • 提供者:wangmou
  1. HPL-2004-76

    0下载:
  2. Introduction to Arithmetic Coding - Theory and Practice-Introduction to Arithmetic Coding- Theory and Practice
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-23
    • 文件大小:387939
    • 提供者:ViCToR_JuNioR
  1. hao

    0下载:
  2. 实现文件压缩编码,利用哈弗曼编码原理来进行对文件的压缩。-For file compression, using Havermann coding theory to carry out the file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2054726
    • 提供者:独青松
  1. Huffman

    0下载:
  2. 实现文件压缩编码,利用哈弗曼编码原理来进行对文件的压缩。-For file compression, using Havermann coding theory to carry out the file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:107645
    • 提供者:独青松
  1. Spatial_Audio_Coding

    0下载:
  2. 是Mpeg音频编解码标准制定机构,德国弗劳恩霍夫(Fronhofer)协会,关于MPEG标准中,关于BCC(Binaural Cue Coding)空间线索编码原理的几篇介绍论文。-Mpeg audio codec is the standard-setting bodies, the German Fraunhofer (Fronhofer) Association, on the MPEG standard, on the BCC (Binaural Cue Coding) space le
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3721772
    • 提供者:刘涛
  1. SUANSHU

    0下载:
  2. 本文由香农熵理论和统计编码的原理开始,逐步展开对基于算术编码的数据压缩的研究与应用的讨论:从算术编码的原理、产生条件、以及研究算术编码的目的意义等,到具体算术编码方案的分析比较以及其C++语言的实现方案-This Yuka agricultural entropy coding theory and statistical theory began to gradually expand the data based on arithmetic coding compression resear
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:49993
    • 提供者:杜秋国
  1. Hamming

    0下载:
  2. 用MATLAB实现Hamming码的编码和译码,并设计了友好的互动界面,是学习信息论与编码很好的例子。-Hamming code with MATLAB to achieve encoding and decoding, and a friendly interactive interface design, information theory and coding to learn a good example.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:7547
    • 提供者:孟斌
  1. Huffman

    0下载:
  2. 信息论huffman编码算法,控制台版-Information Theory huffman coding algorithm, the console version of ......
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2070334
    • 提供者:李东辉
  1. Huffman

    0下载:
  2. The eclipse source code for Huffman Coding Algorithm, which is a good way to understand the theory of huffman coding. It s very useful in data compress.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13463
    • 提供者:qinsimu
  1. Salomon--Motta--Handbook-of-Data-Compression--201

    0下载:
  2. Data compression is one of the most important fields and tools in modern computing. From archiving data, to CD-ROMs, and from coding theory to image analysis, many facets of modern computing rely upon data compression. This book provides a comprehens
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-31
    • 文件大小:13801325
    • 提供者:uxn
  1. Huffman

    0下载:
  2. 信息论与编码这门课程中哈夫曼编码理论对于通信工程的学生来说很重要,此程序代码可以验证编码方法的正确性。-Huffman coding theory information theory and coding of this course is very important for the students of communications engineering, this code can verify the correctness of the encoding method.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:7609
    • 提供者:王超
  1. ac

    0下载:
  2. 此程序能实现信息论中信源的编码和解码,采用的是固定算术编码方法。-This process can realize encoding and decoding of information theory CITIC source, using fixed arithmetic coding method.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:864
    • 提供者:hongna
  1. Huffman_matlab_with-note

    0下载:
  2. 哈夫曼编码的matlab实现,带注释。附带哈夫曼编码原理简介和流程图 哦-Matlab implementation of the Huffman encoding with the comment. Comes with Huffman coding theory, Introduction and Roadmap
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:285314
    • 提供者:
  1. fano

    0下载:
  2. 信息论编码程序中的费诺编码程序 感兴趣就抱走吧-Interested in coding procedures of Shannon information theory coding procedures taken away!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:260643
    • 提供者:吕口口
  1. Information-Theory-Programming

    0下载:
  2. 信息论中的香农编码、费诺编码、哈夫曼编码、信源熵的C语言实现。-C language source entropy the Shannon coding in information theory, Fenno coding, Huffman coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:1365656
    • 提供者:xuwan
  1. Project-2_HuffmanDecode

    0下载:
  2. 哈夫曼解码 (3) Huffman Decode,将压缩档译码,还原DaVinciCode.txt (达文西密码) 整个文本。 程序执行方法 : decoder.exe codebook compressed_file de_DavinciCode.txt-Huffman decoding (3) Huffman Decode, decode the compressed file, reducing DaVinciCode.txt (Da Vinci Code) throughout
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1222609
    • 提供者:wu chan mao
« 12 »
搜珍网 www.dssz.com