搜索资源列表
QueryTextLanguageSystemInCSharp
- 本系统支持文本的单个单词查询和多个单词的逻辑综合查询。可以使用逻辑运算符进行与,或,非的逻辑运算,可以判断括号优先级。具体使用说明见压缩包里的说明文件-version of the system to support a single word queries and the number of words logic synthesis inquiries. Can be used for logic Operators with, or, in the non-logic operation
TREEBINA
- 计算器程序。 能够显示计算优先级的二叉树。 可以任意加括号。 可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。 运行于TC2.0。要求正确配置图形驱动程序。-calculator program. Calculated to demonstrate the priority of binary tree. Can be arbitrary bracketed. Can be _ * /% Operational and sin, cos, tan
suan_shu_biao_da_shi_qiu_zhi
- 1, 表达式一般由操作数(operand),运算符(operator)和界限符(delimiter)组成。操作数可以有常数,变量或者标识符。运算符分为算术运算符,关系运算符和逻辑运算符。基本界限符有左右括号和表达式结束符号。为了程序简单,仅讨论简单算术表达式的求值问题。这种表达式只含加,减,乘,除和四则运算符,括号以及结束符‘#’。 2, 算法基本思想: 建立两个栈:一个是操作数栈(Stack_nd),用以寄存操作数或运算结果;另一个是运算符栈(Stack_tr)
VC计算器
- VC计算器 功能 1、完成了实验要求的所有内容 2、可以连续输入运算,对于输入的表达式能够按算符优先级进行处理。如输入2+3*2时,输出为8,而不是10 3、可以处理含括号的表达式 4、十六进制、八进制、二进制可以双字、单字和字节三种长度进行处理 5、科学计数法表示,当输入值或者计算结果超过10^16时会自动以科学计数法表示 6、增加了科学计算器的一些设施,如退格键,清空与归零键,求阶乘,π,求Ln,求双曲函数等 7、可以使用键盘快捷键 8、错误提示 使用 1、Sin、Cos、Tan、Log、M
java
- 编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。 假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。 示例:括号内是说明 -Programming: programming a simple calculator four operations: from the keyboard to enter a fou
jiandansuanshushide
- 五简单算术表达式的求值 要求: 1、 从键盘输入一个表达式:如(2-(4*5-2))/5=。 2、 操作数仅为一位整数1,2,3,…,9 3、 支持+ - * / ()等符号。 4、 支持运算符的优先级。 5、 支持括号的嵌套。 -Five simple arithmetic expression evaluation requirements: 1, from the keyboard input an expression: If (2- (4* 5-2))
PaintingFunctionCurve
- 此程序能完成任意表达式(包括对:正弦:sinx 余弦: cosx 正切: tanx 余切: cotx 正割: secx 余割: cscx 反正弦: arcsinx 反余弦: arccosx 反正切: arctanx 反余切: arccotx 自然对数: lnx 常数 Л: pi或PI 常数 E: : e或E 变量 X: : x|X 等几乎所有三角函数以及所有算术操作符的支持)的图像显示. 用括号区分优先级. 例如像这样的表达式: y = x*2+lne*2+tanx*(1/2) +x^5
Calculator
- 本程序是用JAVA实现的计算器,包括优先级,包括括号等的功能。-This procedure is achieved using JAVA calculator, including the priority, including the brackets function.
FunctionCalculator
- 非常强大的函数计算器,能实现20多种函数运算,自动判定优先级,支持带括号的计算;可以存储10个常数;对于输入表达式中的语法错误,可以提示出错误发生的位置和错误类型;可以撤销操作(undo)和继续操作(redo)。-Very strong function of the calculator, to achieve more than 20 kinds of computing function to automatically determine the priority, to support
EvaluteExpression
- 表达式求值,包含乘方括号等优先级,该实验为数据结构课程实验-Expression evaluation, including involution brackets, etc. priority, the experimental test for data structure course
calc
- 小型计算器代码.设计一个小型计算器可进行加、减、乘、除、乘方、开方、括号运算。该计算器不是根据输入运算符的先后而从头算到尾而没有进行运算符的优先级的判定,而是先判断运算符的优先级的高低然后依次进行计算的。上述的几种运算,可以在一位或多位的浮点数间进行运行并且可以准确的计算出结果。 -Small calculator code. Design a mini-calculator can be add, subtract, multiply, divide, involution, administ
EasyCalulator
- 功能介绍:排除干扰,有括号,有优先级,能计算+-*/ 和取余 的计算-Function: eliminate interference with brackets, has priority, can be calculated+-*/and take more than of the calculated
calculator_by_kuffin.tar
- 我是个C语言的初学者,于是就用C写了个基于命令行的计算器程序,主要是利用“栈”来实现加减乘除及括号之间的优先级问题,程序还不完善,希望大家多提意见。-I am a C language for beginners, so he wrote a used C-based command line calculator program, mainly the use of " stack" to achieve the addition, subtraction and priority issu
C_S_JSQ
- 计算器 可以计算同时超过多个操作项 用括号区分优先级-Calculator can also exceed the number of action items prioritized in parentheses
caculator
- C语言编程实现一个计算器的编程··· 有界面,可连续进行加减乘除运算包括括号进行优先级选择。-C language programming of a calculator with interface programming, continuous addition and subtraction multiplication and division, including brackets for priority selection.
shuzhizhuanhuan
- 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of dat
CalculatorFinal
- 支持具有括号优先级的计算器程序源代码,编码平台vs2008,使用mfc编写的基于对话框的计算器。-Support has the priority of brackets calculator source code, coding platform vs2008, using MFC write dialog-based calculator.
scieCalculator
- 一个科学计算器,上学期的c#作业。能够实现加减乘除和三角运算等,能够分辨括号的优先级-A scientific calculator, last semester, c# jobs. Math and trigonometry, able to distinguish between the priority of the brackets
calculator(all)
- win32控制台程序,简易科学型计算器,支持加减乘除四则运算以及多层括号优先级运算,支持对输入的算式进行语法检查,报告错误位置,采用LR1文法进行匹配运算和语法检查。-win32 console program, simple scientific calculator, supports four arithmetic operations, and multi-brackets priority operations, support for input formula syntax che
calculator
- 实现简单计算器,允许加减乘除运算,带括号优先级,判断字符串输入是否有误(The realization of a simple calculator that allows operations with parentheses priority, add, subtract, multiply and divide, determine whether there is a mistake in the input string)