搜索资源列表
lishanshuxue
- 1.这个计算器可用在离散数学的数理逻辑中,纯属工具,随意传播,由java语言实现,解压即可运行,需要按照java环境。可以去这里下载运行环境:http://www.skycn.com/soft/3116.html 2.这个计算器可以计算逻辑表达式的值、对应的真值表、主析取范式、主合取范式。 3.输入表达式时可以在表达式栏中输入,也可用相应的按钮输入,变元只能是PQRST。由于等价连接词无法识别,所以用等号代替,这也是一个无奈的选择。 4.计算前请选择变元个数(默认为3元)并对变元赋值。变元个数最
PostfixCalcular-java
- 这是一个简单的计算器,当输入一个完整的计算是之后进行计算,转换成后最表达式之后再进行计算得出结果。利用堆栈实现的。
PhraseAnalyzer
- 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
TuxYuns
- JAVA编写的小型计算器,GUI界面,实现了表达式运算,并有检错功能!- JAVA compilation smallcalculator ,GUI Frame, Has realized the expression operation, and has the error detection function .
calculatorPanel
- 利用java做的简单的计算器程序,能够实现混合四则运算表达式(可带括号)求值。-Use java to do a simple calculator program, to achieve mixed arithmetic expression (which can carry in parentheses) is evaluated.
Calculette
- 这是我在大学波尔多1类PROJET。我professieur Mr.Baudon创世这些代码给Java结构hashtree的例子。这是评估一个数值表达式,实现了类计算器。-This is to achieve a class calculator evaluating a numeric expression. Prefixed expressions are used to facilitate analysis: no priority no assoc
Java-source-code
- Java课程设计源程序,可以实现简单的数学表达式的求解,,也可以当做简单计算器来用。-Java curriculum design source code, can realize a simple mathematical expression of the solution, and also can be used as a simple calculator.
Calculator
- 一个通过Java代码实现的科学计算器。 用户可以通过输入一串数学表达式来获得他们想要的结果。功能效果类似于卡西欧计算器,所包含的运算符号包括加(+)、减(-)、乘(*)、除(/)以及次方(^)。 比如输入:"( 3 + 5 ) * 2 - 6 ^ 2",回车后会得到输出结果:"-20"。 输入不合法字符会报错,程序健壮度佳。 学习该代码有助于理解科学计算器、卡西欧计算器的运算实现原理。(A class that computes an ar
小型计算器和猜数游戏
- (1)实现一个小型计算器的功能,即输入一个表达式,然后从表达式中提取出两个数字和一个运算符,最后输出计算结果。 (2)猜数游戏((1) realize the function of a small calculator, that is, input an expression, then extract two numbers and an operator from the expression, and finally output the calculation result. (