搜索资源列表
-
0下载:
单独的ezw编解码,编码结果为符号。可采用本人以上载的通用的算术编码,进行熵编码-separate ezw codec, encoding results of symbols. I use the above set of common arithmetic coding, entropy coding
-
-
3下载:
常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
-
-
0下载:
对BMP进行的熵编码图象压缩,包括哈夫曼编码、算术编码、游程编码.-BMP for the entropy coding of image compression, including Huffman coding, arithmetic coding, run-length encoding.
-
-
0下载:
算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。
算术编码的过程如下:
(1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC
为字符分配区间的低端。
(2)根据有限的信源估算出各元素的概率。
(3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expresse
-
-
0下载:
实现算术编码的功能,完成对字符的压缩和解压缩,可以实现编码和译码-Arithmetic coding to achieve the functions of characters to complete the compression and decompression, encoding and decoding can be achieved
-
-
1下载:
可以实现图像霍夫曼编码,香家费诺编码,算术编码,游程编码,位平面编码,预测编码,在编码过程中会显示被压缩图像的各个参数(压缩比,码长,信噪比等),并有图像恢复功能.-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
-
-
0下载:
算术编码方法是将被编码的一则消息或符号串(序列)表示成0和1之间的一个间隔(Interval),即对一串符号直接编码成[0,1]区间上的一个浮点小数。符号序列越长,编码表示它的间隔越小,表示这一间隔所需的位数就越多。信源中的符号序列仍然要根据某种模式生成概率的大小来减少间隔。可能出现的符号概率要比不太可能出现的符号减少范围小,因此,只正加较少的比特位。-Arithmetic coding method is to be a coded message or symbol strings (seq
-
-
0下载:
huffman arithmetic encoding and decoding
-
-
1下载:
该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
-
-
0下载:
Arithmetic coding: encoding and decoding.
Note: change the file path for the compressing picture before running.
-
-
1下载:
利用java编程实现算术编码字母编码的编码与译码-Arithmetic coding using java programming code encoding and decoding letters
-
-
0下载:
算术编码是一个现代的方法比霍夫曼更有效。-Arithmetic coding is a more effective modern methods Bihuofuman
-
-
0下载:
此程序能实现信息论中信源的编码和解码,采用的是固定算术编码方法。-This process can realize encoding and decoding of information theory CITIC source, using fixed arithmetic coding method.
-
-
0下载:
matlab中应用算数编码进行图像压缩,比较在对不同大小的像素组压缩时的性能。-Arithmetic coding for image in matlab
Compare the diffence while encode different size of pixels block
-
-
0下载:
利用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
-
-
0下载:
Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code. When a string is conv
-
-
0下载:
图像压缩中基本的统计编码方式
LZW编码
算术编码以及哈弗曼编码
-Basic statistical image compression encoding LZW coding arithmetic coding and Huffman coding
-
-
0下载:
完整的算数编码和解码,十分好用,拿来和大家分享-Complete arithmetic encoding and decoding, very easy to use, and we used to share
-
-
0下载:
算数编码(arithmeric coding)的实现。目前手动输入可实现编码和译码,从文件读取方式输入还在开发。-Arithmeric coding implementation. Current manual input can be achieved encoding and decoding, the file to read the way in the development of the input.
-
-
1下载:
一种算术编码器,可以快速实现压缩,在matlab中具体命令如:!ArithCoder -e -t bits Idata.dat enIdata.dat 其中Idata.dat 为需要压缩的,enIdata.dat 为编码后的-An arithmetic encoder, can quickly achieve compression, in the MATLAB specific commands such as:!-e-t bits Idata.dat ArithCoder enIdata.d
-