搜索资源列表
ComplexCalculator
- 使用NetBean开发的java简易复数计算器,支持复数的加法、减法、乘法、除法、根、模、自然对数、实幂指数、虚幂指数、正弦、余弦、正切的运算。设计了自己的复数类-NetBeans development of the use of the plural simple java calculator, support plural addition, subtraction, multiplication, division, roots, mold, natural logarithm, it
calculator
- 一个java 课程设计作业,简易计算器,希望有帮助-Java design a curriculum homework, simple calculator
Calculator.java
- Java课程设计代码。这是一个关于简易科学计算器的程序。在JDK1.5上正常运行过。-Curriculum design Java code. This is a simple scientific calculator on the procedure. In normal operation on JDK1.5 too.
Counter
- Java简易计算器。只有简单的界面。不过作为课程设计等式是可以的。-Simple Calculator Java. Only a simple interface. However, as the curriculum design equation is possible.
MY
- 简易计算器设计,包含加减乘除等基本运算,以及一些复杂的科学运算。-Simple calculator design, including basic operations such as addition and subtraction multiplication and division, as well as some complex scientific computing.
Tt9
- 设计一个简易计算器。在“操作数”标签右侧的两个文本框中输入操作数,当单击操作符+、-、*、÷按钮时,对两个操作数进行运算并将结果填入到“结果”标签的右侧文本框中-Design a simple calculator. In the " operand" tab on the right of the two operand text box, when you click the button operator+,-,*,÷ when performing operation
jiandianhuitu
- 1、 设计一个简易的计算器,可以进行简单的四则运算:加、减、乘、除等(限于十进制下) 程序要求: (1)接收终端输入的某种四则运算式,例如“2*(3+1)”,当用户敲回车时,即给出运算结果,显示为:“2*(3+1)=8” (2)运算符号定为:“+”,“-”,“*”,“/”。 -1, design a simple calculator that can perform simple arithmetic: addition, subtraction, multiplication
ExampleCh09_Caculate
- 简易计算器的源码,方便大家学习java界面设计-Simple calculator source code, facilitate learning java interface design
cal
- 一个Web程序设计,使用Javascr ipt语言,编写简易网页计算器。-Web programming using Javascr ipt language to write simple web calculator.
Javaqisuanqi
- java简易计算器设计,可以实现普通的数值运算-java simple calculator design, ordinary numerical computation
Caculator
- 简易计算器实现多目运算的加减乘除,运用了javaGUI界面设计-Simple Calculator multicast operation addition and subtraction multiplication and division, to use the javaGUI interface design
SimpleFactory
- java设计模式之简易工厂设计模式,实现简单的计算器功能。-java design patterns simple factory design pattern, to achieve a simple calculator function.
Calculater
- 设计一个简易的计算器,可以进行四则运算:加、减、乘、除等(限于十进制下) 要求: 1.操作符号定为:“+”,“-”,“*”,“/”,“(”,“)”等。(按国际惯例设计) 2.用户通过点击面板中的各种组件输入的表达式,应在上方文本框中显示。 3.当用户点击“=”时,文本框中之前的内容应清空,直接显示表达式运算结果。例如:输入表达式“3+2*(8-5)”之后按“=”,显示结果“9”。 4.具有菜单栏,内有相应的编辑“复制”、“粘贴”等菜单,提供相应的功能。 -Design a
jisuanqi
- 这是我的一个java小程序设计,完成了一个简易计算器的基本功能(This is my java small program designed to complete the basic function of a simple calculator)
myCalculator
- 一个简易的计算器 javafx 2.0, 使用fxml 设计gui。可以作为一个简单的学生作业(A stupid calculator, but it's still enough for a student assignment.)