搜索资源列表
算数表达式解析器
- 算数表达式解析器,专门用于分析算数表达式的程序-count expression parser devoted to the analysis of the expression validated procedures
TemperatureChange
- 温度转换程序.这个程序将使用算数运算符将一个华氏温度转变成一个摄氏温度,然后再将一个摄氏温度转换为华氏温度,并将结果输出。-temperature conversion. This procedure will use arithmetic to a Fahrenheit temperature into a Celsius temperature, then pass a Celsius temperature conversion
亲密数
- 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为
算数Factors
- 输入一个整数,计算这个数的所有因子。利用的是穷举法。-an integer input to calculate the number of all factors. Use Act is exhaustive.
expression_request
- 计算表达式是实现课程设计语言的基本问题之一,也是栈的应用的一个典型例子。1)要求以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值。2)要求在屏幕的适当位置显示运算符栈,运算数栈,输入字符和主要操作的变化过程!3)要求最好有友好的功能和仿真界面,运算数可以是实数。
19854794biaodashisiyuanshi
- // 语法制导翻译器设计示范程序 // ----- 算数表达式四元式翻译(递归子程序法) // 要求:1. 读懂该程序,并上机调试成功; // 2. 运行该程序,输入源表达式(字母:表示变量,数字:表示常数。) // 3. 反复运行,考查输出的各种四元式的正确性。 // 4. 实验报告内容:表达式的属性翻译文法;递归子程序框图; // 运行结果的记录(输出的三元式不得少于10条!) -/ /
suanshubiaodashii
- 算数表达式求值程序,这个是我自己编的,很好用,应该处理有限的字符,最后要以“#”号结束符。-count expression evaluates procedures, this is my own series, useful, should address the limited character, Finally to "#" endings.
Calculate20060802
- VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等 -VC most cattle arithmetic expression math.h will integrate all functions are used together can be worked out including the arithmetic; (, Shogen, Yuxuan
android快乐独数
- android系统上的游戏,九格算数,快来独数,源码,android最新游戏
算数表达式解析器
- 算数表达式解析器,专门用于分析算数表达式的程序-count expression parser devoted to the analysis of the expression validated procedures
EX25
- 编制一个算术表达式求值的程序 1)以字符序列的形式从终端输入表达式,实现对运算表达式的求值。 (2)演示在求值中运算符栈,运算数栈、输入字符和主要操作的变化过程。 (3)设置运算符栈和运算数栈辅助分析算符优先关系。 (4)在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及 相应的运算。 (5)在识别出运算数的同时,要将其字符序列形式转换成整数形式。 -compiled an arithmetic
bianma
- 关于数字图像处理的编码,如变换编码,算数编码-Coding on digital image processing, such as transform coding, arithmetic coding
2
- 从键盘输入两个小于100的整数A和B,计算A与B两数的基本算数运算。需要注意的是:A和B的每一位数位上的数字由对应的英文单词给出。 系统要求: (1)系统由菜单做导航,给出输入数据功能、退出程序功能、数据输入功能并能够循环输入执行运算等。 (2)在数据运算输入功能菜单下分别给出A与B的相加运算、A与B的相乘运算、A与B的相减运算、A与B的相除运算、A与B的相除取于运算等功能。 (3)当A输入为zero,同时B输入为zero时自动
语法分析器
- 输入一个表达式,若此表达式是算数表达式,则输出right,否则输出ERROR.(Enter an expression, if the expression is the arithmetic expression, the output right, ERROR. otherwise.)
123
- 算数编码的代码实现,根据输入的信号个数与概率得到信号串的输出数字 根据输出数字进行解码(Code realization of arithmetic code. According to the number and probability of input signal, the output number of signal string is obtained and decoded according to the output
AC
- 使用java语言完成简单的静态算数编码,信号源为26个小写字母(Using java language to complete simple static arithmetic coding, the signal source is 26 lowercase letters)
算术编码实验
- 算数编码,包括: 对文件符号进行概率统计,生成编码表; 对文件进行压缩编码; 对文件进行解压缩,比较原始数据和解压后的数据之间是否有损耗。(Arithmetic coding, including: The probability statistics of the file symbols are carried out and the coding table is generated. Compress and enco
算数编码
- 这是我大学多媒体的一个作业,里面要求实现算数编码。具体请看文档(This is a job in my university multimedia, which requires arithmetic coding. Please see the document)
matlab算数运算和逻辑运算
- 实现基本的运算(算数运算和逻辑运算),例如:加法、减法、乘法、除法、开方等运算(Implementing basic operations (arithmetic and logic operations))