搜索资源列表
-
1下载:
用C++实现的算术编码源程序,短小精练,是编码方式中效率很高的编码方式-C arithmetic coding to achieve the source, the short concise, which is the encoding efficiency of the coding
-
-
0下载:
this is a source code for data compression using Arithmatic coding
-
-
0下载:
信息论算数编码源代码,C语言简单言实现、-Arithmetic coding source code information theory.
-
-
0下载:
信息论课程中的算术编码程序,可以实现二进制信源的编码-Information theory courses in arithmetic coding process can achieve binary source coding
-
-
0下载:
ADI BF535 DSP MPEGG4的算术编码汇编优化源码
-The arithmetic coding ADI BF535 DSP MPEGG4 assembly optimized source
-
-
1下载:
本编译器主要有四部分功能:
1、词法分析
编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。
2、语法分析之递归下降分析
递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。
3、语法分析之LL(1)预测分析
此
-
-
1下载:
算术编码源代码,在VC下可编译直接执行,代码中,首先统计各个数据出现的频率,根据出现的概率进行编码,实现压缩功能。-Arithmetic coding source code can be compiled under the VC directly execute the code, the first statistical frequency of occurrence of each data, based on the probability of coding to achieve
-
-
0下载:
这是图像编码的源代码,包括霍夫曼编码,算数编码,游程编码等-This is the image coding source code, including Huffman coding, arithmetic coding, run-length coding, etc.
-
-
0下载:
本程序是在Microsoft Visual C++ 2010版本上编写的,用C语言编写,通过算术算法的编码思想,实现将输入的源代码通过算术编码转化为二进制编码,并输出
(1)本程序仅限于输入的源代码为0-9这十个数字构成的,可以是这十个符号中的任意个符号构成,
(2)程序运行时需要输入要编码的原代码,源代码的个数不能超过十个
(3)输入完毕后即可显示经过编码后的二进制数-This procedure is written in Microsoft Visual C++ 2010 ve
-