搜索资源列表
AI_GA_matlab
- 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
arith_encode
- 一个我自己整理打包好的自适应二进制算术编码程序,编码对象为文本文档,可以是任意数据,一般对预测或变换残差数据进行编码。输入输出均为文件。可以直接将文件加入到自己的工程中使用
h.264
- 上下文自适 应二进制算术编码(CABAC),-Context-based Adaptive Binary Arithmetic Coding (CABAC)
多值自适应算术编码
- 多值自适应算数编码,改进了传统算术编码硬件实现上的局限,将输出结果由小数改进为二进制比特流。能够实现对文本的压缩,若对图像进行压缩需要少许改变,或者将图像数据写入文本即可。
AC_Encoding
- 程序为一种二进制算术编码程序,其概率模型为JBIG采用的编码模型,。-Procedures as a binary arithmetic coding procedures, the probability model used for JBIG coding model.
suanshubianma
- 算术编码是将累积分布函数的区间(0,1)分成许多互不重叠的小区间,每个信源符号对应于各个小区间,每个小区间的长度等于这个信源符号的概率分布值,在此小区间内取一点,取该点二进制小数点后l位作为这个信源符号的码字。把这基本思想运用到信源符号序列中来,能计算出信源符号序列的累积分布函数,使每个符号序列对应于累积分布函数上的不同区间,在此区间上取一点,将其二进制小数点后l位作为这符号序列的码字,只要这些区间不重叠,编的的码即为算术编码。-Arithmetic coding is the cumulati
ForWin32
- 一种高性能的算术编码方法。对二进制文件有很好的压缩性能。-A high-performance arithmetic coding method. Binary file has a very good compression performance.
cpp2
- 简单的压缩编码——算术编码,可实现基于算术编码原理的二进制压缩-AC Coding
bc
- c语言实现的简单二进制算术编码器 数据压缩作业~-c language of the simple binary arithmetic encoder data compression job ~
Arithmeticcoding
- 信息论课程中的算术编码程序,可以实现二进制信源的编码-Information theory courses in arithmetic coding process can achieve binary source coding
djview-4.7.tar
- DjVu源码。DjVu是一种计算机文件格式,主要用于存储扫描的图像。这种格式的特色包括图像分层、渐进载入、算术编码、对二进制图像进行有损压缩,从而以较小的空间,存放高质量的可读图像。-DjVu source. DjVu is a computer file format, primarily used to store scanned images. This format features include layered images, progressive loading, arithme
a
- 自适应算术编码,可计算输入为数字时的二进制码-Computable input adaptive arithmetic coding, the digital binary code
biterar
- 利用C++语言来实现二进制编码。编码方式我们知道有很多,其中无损编码中哈夫曼编码和二进制算术编码是最有代表性的,这个程序利用C++来展示二进制算术编码的本质-The C++ language to implement a binary encoding. Encoding we know there are many, including lossless coding Huffman coding and binary arithmetic coding is most representat
cabac
- h.264视频压缩标准中基于内容的自适应二进制算术编码(CABAC)算法的C程序实现-h.264 video compression standard content-based adaptive binary arithmetic coding (CABAC) algorithm in C program
Binary_arithmetic_coding
- 二进制算术编码,采用小数压缩方法对文本文件进行压缩解压-Binary arithmetic coding compression method is fractional text file compression decompression
Arithmetic-coding
- 算术编码,实现对任意长度的二进制输出序列的编码-Arithmetic coding, to achieve arbitrary length coding sequence of binary output
Lychee02120012
- 二进制算术编码与解码 打包成终端应用程序 有源码 java编写-Arithmetic coding binary & decoding with being packaged into .exe file java including source code
ArithmeticCoding
- C语言环境,二进制算术编码,实现对文本的压缩-C language environment, binary arithmetic coding to achieve compression of the text
dy
- 本程序是在Microsoft Visual C++ 2010版本上编写的,用C语言编写,通过算术算法的编码思想,实现将输入的源代码通过算术编码转化为二进制编码,并输出 (1)本程序仅限于输入的源代码为0-9这十个数字构成的,可以是这十个符号中的任意个符号构成, (2)程序运行时需要输入要编码的原代码,源代码的个数不能超过十个 (3)输入完毕后即可显示经过编码后的二进制数-This procedure is written in Microsoft Visual C++ 2010 ve
算术编码matlab
- 从整个符号序列出发,根据各信源序列的概率将信源序列映射到[0,1) 区间上,然后选取区间内的一点(也就是一个二进制的小数)来表示信源序列。(From the entire sequence of symbols, the source sequence is mapped to the interval [0,1] according to the probability of each source sequence, and then a point (that is, a binary f