搜索资源列表
lishanshuxue
- 1.这个计算器可用在离散数学的数理逻辑中,纯属工具,随意传播,由java语言实现,解压即可运行,需要按照java环境。可以去这里下载运行环境:http://www.skycn.com/soft/3116.html 2.这个计算器可以计算逻辑表达式的值、对应的真值表、主析取范式、主合取范式。 3.输入表达式时可以在表达式栏中输入,也可用相应的按钮输入,变元只能是PQRST。由于等价连接词无法识别,所以用等号代替,这也是一个无奈的选择。 4.计算前请选择变元个数(默认为3元)并对变元赋值。变元个数最
PostfixCalcular-java
- 这是一个简单的计算器,当输入一个完整的计算是之后进行计算,转换成后最表达式之后再进行计算得出结果。利用堆栈实现的。
src
- 基于算符优先关心的,基于表达式的计算器!
calculator
- 计算器设计(运用词法分析&语法分析方法):1、为每种可能识别出来的合法单词创建一个类,类的属性包括该单词的各别码及值。 2、构建异常类,以实现计算器的容错性能。 3、构建一个词法分析类,用之提取单词。 4、构建表达式中各单词间的优先关系表。 5、构建一个语法分析类,对表达式进行规约。此类调用词法类获取单词,查询优先关系表进行规约操作。 6、构建一个计算类,调用语法分析类以实现计算。 7、构建一个GUI类,设计好操作界面,并内置计算类,以实现界面操作计算功能。 -Cal
Cal
- 实验软装置(基于表达式的计算器ExprEval) 很不错的 有帮助于学习提高-Experimental soft device (based on expression calculator ExprEval) very good help in learning to improve
MyCalc
- 用Java编的一个小计算器,支持输入完整的表达式(只支持+-*/()),使用NetBeansIDE。-Java made with a small calculator, enter the full support of the expression (2B !-*/()), only supports the use of NetBeansIDE.
PhraseAnalyzer
- 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
calu
- 运用JAVA语言和数据结构制作的windows界面类型的表达式计算器!-The use of JAVA language and data structure produced by the expression of the type of windows interface calculator!
ExprEval
- Java编写的表达式计算器, 即可以像我们书写表达式那样直接输入计算表达式, 程序自动进行运算, 支持加减乘除幂运算以及判断表达式如A?B C, 程序包含完整的Document和测试运行环境-Java calculator prepared expressions that can be done as we write the expression directly into the calculation expression, the program automatically compu
Calculator
- Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)-Calculator:calculate some basic expression like polynomial and ect.
Calculator
- Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)or Sin(x)等等表达式-Calculator:calculate some basic expression like polynomial and ect.
cal
- 24点计算器,用于自动计算出给定4个数的所有24点表达式-24 point calculator
javajsq
- 简单的表达式计算器,注意是用JAVA做的。JAVA源程序代码。-Simple expression calculators, attention is to do with JAVA. JAVA source code.
Calculator
- 自己开发的简易计算器, 界面简洁,数学表达式分析实现。-Self-developed simple calculator
Calculator
- [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板
calculate
- 计算器 用java 编写的一个可以进行表达式运算的计算器,可以进行浮点型运算-calculate
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. (
javafx计算器
- 平台使用eclipse,通过javafx来实现简单计算器的相关功能,包括加减乘除、括号运算和表达式错误检测。(The use of Eclipse platform, through the JavaFX to realize the function of a simple calculator, including brackets, add, subtract, multiply and divide operation and expression error detection.)
jep
- JEP是Java expression parser的简称,即java表达式分析器,Jep是一个用来转换和计算数学表达式的java库。通过这个程序包,用户可以以字符串的形式输入一个、任意的公式,然后快速地计算出结果。Jep支持用户自定义变量、常量和函数。包括许多常用的数学函数和常。(Jep is a Java library for converting and calculating mathematical expressions. Through this package, the use