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

搜索资源列表

  1. 统计压缩算法

    0下载:
  2. 1. 实现任一种统计压缩算法(如:Shannon-Fano编码、Huffman编码、算术编码等),并对自定义文件进行压缩和解压,检验结果。 2. 采用C/C++编写程序 -1. The realization of a statistical compression algorithm (eg : Shannon-Fano coding, Huffman coding, arithmetic coding, etc.), as well as from the definition f
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13170
    • 提供者:陆俊
  1. arith-code

    0下载:
  2. 算术编码c程序实现-Program
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:22266
    • 提供者:
  1. moblie

    0下载:
  2. 自适应算术编码的框架,可以直接用来直接开发,用C语言编写的-adaptive arithmetic coding framework that can be directly used to direct development, using the C language
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4620
    • 提供者:张茜
  1. Arithmeticcoding

    0下载:
  2. 自己用C语言编写的一个算术编码的程序,很好用的。-own use of the C language an arithmetic coding procedures, very good use.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1417
    • 提供者:ffff
  1. arithmeticcoding

    0下载:
  2. 这是一个基于c++的算术编码源代码,请审核。谢谢 -This is a based on the arithmetic coding c source code, please review. Thank you
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:18135
    • 提供者:liuyu
  1. C.LZW

    0下载:
  2. lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4549
    • 提供者:季安
  1. fittingArithmeticCoding

    0下载:
  2. 自适应算术编码 C语言This package was adapted from the program in \"Arithmetic Coding for Data Compression\", by Ian H. Witten-adaptive arithmetic coding C language This package was adapted from t he program in "Arithmetic Coding for Data Compr ession &
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7004
    • 提供者:liuyong
  1. arith-ne

    0下载:
  2. 是算术编码界码的程序,用c语言编写的,和上一个算术编码的程序是对应的
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2209279
    • 提供者:洪伟
  1. c++

    0下载:
  2. 算术编码用c++的实现,包含简单介绍和变量说明。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1534
    • 提供者:吉吉
  1. arithmetic

    0下载:
  2. 算术编码的c实现 此算法将图像文件读入,通过算术编码进行压缩
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4559
    • 提供者:as364039051
  1. huffmancode

    0下载:
  2. 哈夫曼编码、游程编码、算术编码的Visual C++的源代码,欢迎下载
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:81003
    • 提供者:华容
  1. yasuochengxu

    0下载:
  2. 自己用c语言编的算术编码压缩程序 供大家参考学习
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1533
    • 提供者:lc
  1. suanshu(C)

    0下载:
  2. C语言编写的算术编码程序,资源真的很好,希望有帮助-C language arithmetic coding procedures, resources, really good, hope to help
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4719
    • 提供者:周红伟
  1. TestMQCoder

    0下载:
  2. JPEG里MQ算术编码测试程序 编解码器 C-MQ arithmetic coding in JPEG test procedure codec C
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:12083
    • 提供者:xhusan
  1. bianmayuanli

    0下载:
  2. 算术编码方法是将被编码的一则消息或符号串(序列)表示成0和1之间的一个间隔(Interval),即对一串符号直接编码成[0,1]区间上的一个浮点小数。符号序列越长,编码表示它的间隔越小,表示这一间隔所需的位数就越多。信源中的符号序列仍然要根据某种模式生成概率的大小来减少间隔。可能出现的符号概率要比不太可能出现的符号减少范围小,因此,只正加较少的比特位。-Arithmetic coding method is to be a coded message or symbol strings (seq
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:6539
    • 提供者:邱颖
  1. arith

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

    • 发布日期:2016-01-25
    • 文件大小:262421
    • 提供者:梁明飞
  1. AC

    0下载:
  2. 算术编码的算法实现,算算术编码是信息无损压缩的经典算法,在JPEG等标准中采用。-Arithmetic coding algorithm, arithmetic coding operator information of the classic algorithm for lossless compression, JPEG and other standards in use.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:237843
    • 提供者:robert
  1. suanshubianma

    1下载:
  2. 数据压缩 算术编码,用c++实现,已经运行成功,绝对OK-Arithmetic Coding data compression, using c++ to achieve, has been running successful, absolutely OK
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:825
    • 提供者:彬源
  1. ssbm

    0下载:
  2. 用C++实现简单的字符串的算数编码功能和译码功能。(The arithmetic coding and decoding functions of simple strings are realized with C++.)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-07
    • 文件大小:359424
    • 提供者:寒露frost
  1. C数值算法集

    1下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:6230016
    • 提供者:呵呵打
« 12 3 »
搜珍网 www.dssz.com