搜索资源列表
Calculator
- 本程序是用java编写的类似与windows下的计算器程序!是继承于jpanel类编写而成的!实现了很多功能!-This procedure is written in Java similar with Windows of the calculator program! In jpanel class is inherited and compiled! Realized many function!
Calculator
- 一个JAVA写的功能完整的计算器,包括标准型和科学型,跟Windows带的几乎一样,是学习写计算器的一个帮助。-JAVA write a full-featured calculator, including the standard type and science-based, with almost identical to Windows belt, is learning to write a calculator to help.
calculator
- 计算器设计(运用词法分析&语法分析方法):1、为每种可能识别出来的合法单词创建一个类,类的属性包括该单词的各别码及值。 2、构建异常类,以实现计算器的容错性能。 3、构建一个词法分析类,用之提取单词。 4、构建表达式中各单词间的优先关系表。 5、构建一个语法分析类,对表达式进行规约。此类调用词法类获取单词,查询优先关系表进行规约操作。 6、构建一个计算类,调用语法分析类以实现计算。 7、构建一个GUI类,设计好操作界面,并内置计算类,以实现界面操作计算功能。 -Cal
calculator
- 利用Swing类库,实现一个简单的GUI计算器,能够实现整数加减乘除运算。-Swing class library to use to achieve a simple GUI calculator enables computing integer multiplication and division addition and subtraction.
JAVA-calculator
- JAVA计算器,NETBEANS开发。算法较容易理解。功能简单实用,适合初学者研究。-JAVA calculator, NETBEANS development. Algorithm easier to understand. Function is simple and practical study for beginners.
calculator
- JAVA课设做的计算器~有些简陋,但能用-JAVA class-based calculator to do ~ some rudimentary, but it can be
Cacl
- 简单的JAVA计算器,简单进行数学运算,用到AWT,swing界面类。这个计算器具有退格功能,就是输错了可以向前删除。-Simple JAVA calculator, a simple mathematical calculations, use AWT, swing interface class. The calculator has a backspace function, namely, the wrong that can be removed ahead.
calculator
- 程序主要包括两个类,Calculate和CalculatorFrame。其中Calculate类的功能是进行计算,它利用CalculatorFrame中的数据计算出结果,显示在界面上。CalculatorFrame 是初始化界面,以及响应用户的操作。另外还有一个是测试类Calculator类用于启动计算器。-Procedures will include two classes, Calculate and CalculatorFrame. Calculate the class in whic
jisuanji
- 用java编辑的 计算器类 源代码 希望有用的同学能做个参考 -Calculator class with java source code editor hopes the students can be a useful reference
Calculator
- 利用RCP开发的桌面级的应用程序,是一个四则计算器的程序,其开发过程是利用插件,开发迅速,快捷,方便。-RCP development using desktop-class applications, is a four calculator program, its development process is the use of plug-ins to develop rapid, efficient and convenient.
Calculator
- 计算器,四则运算计算器。分为组件类和控制类-Calculators, arithmetic calculators. Divided into the component class and control class
Calculator
- this the class of a calculator is a simple exercise but has basic principles of any application-this is the class of a calculator is a simple exercise but has basic principles of any application
Calculator
- 实现简单计算器的一些应用实例,可以作为java课堂小程序来实现,很实用的。-Some simple calculator application examples, can serve as a java applet class to achieve, it is practical.
Calculator
- class Calculator extends JFrame implements ActionListener
Calc.java
- Simple calculator cla-Simple calculator class
ch2
- java计算器(课设必备)基本功能 简单计算器程序-java calculator (class-based essential)
public-class-Calculator
- 1、目的和任务 运用所学知识,通过独立思考,用java实现简单的计算器,并从中得到锻炼,达到学以致用的目的。 2、计算器的基本功能 ①加法运算:用数字按钮和“+”按钮实现; ②减法运算:用数字按钮和“—”按钮实现; ③乘法运算:用数字按钮和“*”按钮实现; ④除法运算:用数字按钮和“/”按钮实现; -public class Calculator
java
- 编写计算器类,实现加法、减法操作,带有对话界面。-To prepare the calculator class to achieve the addition, subtraction, with dialogue interface.
JUnit_Test
- 使用JUnit测试计算器类,加法、减法、乘法、除法四个方法-use JUnit testing the Calculator class
Calculator
- 一个通过Java代码实现的科学计算器。 用户可以通过输入一串数学表达式来获得他们想要的结果。功能效果类似于卡西欧计算器,所包含的运算符号包括加(+)、减(-)、乘(*)、除(/)以及次方(^)。 比如输入:"( 3 + 5 ) * 2 - 6 ^ 2",回车后会得到输出结果:"-20"。 输入不合法字符会报错,程序健壮度佳。 学习该代码有助于理解科学计算器、卡西欧计算器的运算实现原理。(A class that computes an ar