搜索资源列表
算术表达式的计算
- 数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考.-data structure inside arithmetic expression calculation. One yuan is polynomial calculations. For reference purposes only.
算术表达式解析器
- 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expre
算术表达式求值
- 算术表达式求值源代码-arithmetic expression evaluates source code
算术表达式的语法分析器
- 算术表达式的语法分析器-arithmetic expression parser
算术码
- 算术码编码代码源程序-source code
算术编码的令一种实现
- 一个算术编码实现的过程,自己研究时使用,别人要是对我有什么意见欢迎E我-achieve an arithmetic coding process, the use of their own research, to others if I have any advice I welcome E
数据压缩_算术编码
- 本程序实现了数据压缩中“算术编码”的全过程。执行环境为 TC 3.0。-realized by the data compression "arithmetic coding" of the entire process. The environment for the implementation of TC 3.0.
算术表达式解析器
- 算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN\"-arithmetic expression parser. Rar support of the following variables and Math ABS, ATAN, COS, EXP, LN, ROUND, SIN, SQRT, SQR
算术编码
算术编码的VC源代码:二元信源算术编码的实现(针对<<编码理论>>P64 3.6
多值自适应算术编码
- 多值自适应算数编码,改进了传统算术编码硬件实现上的局限,将输出结果由小数改进为二进制比特流。能够实现对文本的压缩,若对图像进行压缩需要少许改变,或者将图像数据写入文本即可。
用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码
- 用C++实现huffman编码,算术编码,位平面编码,游程编码,预测编码,香农费诺编码,只需在对话框中选择功能就可以实现
算术编码
- 算术编码实现
C算术符号的优先级
- C算术符号的优先级
calculator
- 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替-Such has the follow
算术表达式解析器
- 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expre
算术表达式求值
- 算术表达式求值源代码-arithmetic expression evaluates source code
算术编码的令一种实现
- 一个算术编码实现的过程,自己研究时使用,别人要是对我有什么意见欢迎E我-achieve an arithmetic coding process, the use of their own research, to others if I have any advice I welcome E
算术表达式的词法分析和语法分析
- 算术表达式的词法分析和语法分析,编译原理的实验,希望能和大家探讨。-arithmetic expression of lexical analysis and parsing, translation theory test, and we hope to explore.
算术编码
- 算术编解码,32符号信源集合的算术编码与解码(Arithmetic Coding and decoding with VC++ in 31 signals)
算术编码代码
- 简单的算术编码python程序,新学的可能会用到,下载后自己复制过去用就行