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

搜索资源列表

  1. 6-encryptionJPEG2000-by-chang-the-probability-stat

    0下载:
  2. 根据JPEG2000格式的特性,改变在其算术编码时采用的概率状态迁移表可达到加密图像的效果-According to the characteristics of JPEG2000 format change in its arithmetic coding used in the probability of state migration table can achieve the effect of encrypted image
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7229996
    • 提供者:fengye
  1. gamain

    1下载:
  2. 一个简单的遗传算法 采用实数编码、比例分配轮盘赌选择、杂交采用离散与算术双重杂交、一般性变异。-A simple genetic algorithm using real-coded, proportional allocation of roulette selection, hybrid discrete and numeracy double hybridization, general variation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-01
    • 文件大小:1751
    • 提供者:wangkang
  1. jpeg-6b

    0下载:
  2. IJG组织的JPEG压缩程序的源代码,这里的JPEG压缩程序仅限于灰度图像的压缩,比较简单。文中的算术编码的程序实现参考了Guido Vollbeding 为JPEG压缩编写的算术编码程序。-IJG organizations JPEG compression program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:697377
    • 提供者:
  1. VQ

    0下载:
  2. 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expresse
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:4645
    • 提供者:王曉明
  1. HFandMATH

    0下载:
  2. 里面包括: 哈夫曼编码,算术编码,行程编码,学生信息管理的线性链表等-Which include: Huffman coding, arithmetic coding, Run-Length Coding, student information management, such as a linear list
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:8044
    • 提供者:晶晶
  1. suanshu

    0下载:
  2. 算术编码源代码,开发工具是C++.没有运行程序,有TXT文件.可以复制后运行.-Arithmetic coding source code, development tools is the C++. Do not run the program, there are TXT file. Can be copied after the operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1080
    • 提供者:陈琳
  1. 1

    0下载:
  2. 用C++实现了算术编码 希望对大家有点帮助 第一次自己编程-With C++ Achieved arithmetic coding hope we are a bit to help the first time its own programming
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1008
    • 提供者:caocao
  1. arthcoder

    0下载:
  2. 实现算术编码的功能,完成对字符的压缩和解压缩,可以实现编码和译码-Arithmetic coding to achieve the functions of characters to complete the compression and decompression, encoding and decoding can be achieved
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1356
    • 提供者:liu
  1. datastructure

    0下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5592
    • 提供者:张欣
  1. mathcode

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1288
    • 提供者:vivi
  1. AC_Encoding

    0下载:
  2. 程序为一种二进制算术编码程序,其概率模型为JBIG采用的编码模型,。-Procedures as a binary arithmetic coding procedures, the probability model used for JBIG coding model.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2849
    • 提供者:孙红昭
  1. suanshubianma

    0下载:
  2. 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1215
    • 提供者:张继红
  1. ImageCoding

    1下载:
  2. 可以实现图像霍夫曼编码,香家费诺编码,算术编码,游程编码,位平面编码,预测编码,在编码过程中会显示被压缩图像的各个参数(压缩比,码长,信噪比等),并有图像恢复功能.-Huffman code can achieve images, Fenno House Shannon coding, arithmetic coding, run-length coding, bit plane coding, predictive coding, in the process of encoding comp
  3. 所属分类:压缩解压

    • 发布日期:2017-04-21
    • 文件大小:231681
    • 提供者:yangjianlei
  1. arithematiccoding

    0下载:
  2. 实现信息处理与编码理论中的算术编码,编码结果为01序列-Implementation of information processing and coding theory of arithmetic coding, coding sequence of results 01
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:942100
    • 提供者:王京
  1. FastHC

    0下载:
  2. 快速哈夫曼编码,压缩性能高于普通的算术编码。-Fast Huffman coding, compression performance than ordinary arithmetic coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:220564
    • 提供者:cristo
  1. ArithmeticCoding

    0下载:
  2. 算术编码熵编码Arithmetic Coding-Arithmetic Coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:刘晓丽
  1. suanshu1

    0下载:
  2. 用C++实现的算术编码源程序,短小精练,是编码方式中效率很高的编码方式。-Sorry,I can t speak english
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:731
    • 提供者:jimu
  1. yasuo

    0下载:
  2. 在c++下算术编码的实现 设定了6个字符可以自己设定他们的概率-In c++ under the arithmetic coding to achieve set of 6 characters can set their own probability of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:1266
    • 提供者:xuwenhua
  1. entropy_coding

    0下载:
  2. 熵编码的程序,包括哈弗曼编码,算术编码和游程编码。-Entropy coding of procedures, including Huffman coding, arithmetic coding and run-length coding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:287333
    • 提供者:steven
  1. arith

    0下载:
  2. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-26
    • 文件大小:262421
    • 提供者:梁明飞
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
搜珍网 www.dssz.com