搜索资源列表
jisuanqi
- java 简易计算器.除了可以进行科学运算外还可以进行日期的减法运算.
科学计算器
- 分科学计算器和简易计算器两种功能
简易科学计算器
- 一个由VC实现科学计算器程序,功能简单,程序也很浅显易懂,是VC初学者的好实例!-by a VC scientific calculator program, a simple function, the program is very simple words, VC is a good example of beginners!
calculator
- 这是一个简易计算器,可以实现基本计算功能,例如加,减,乘,除,以及一些简单的科学计算功能-This is a simple calculator, you can achieve the basic computing functions, such as add, subtract, multiply, divide, as well as some simple function of scientific computing. .
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.
MY
- 简易计算器设计,包含加减乘除等基本运算,以及一些复杂的科学运算。-Simple calculator design, including basic operations such as addition and subtraction multiplication and division, as well as some complex scientific computing.
Calculator
- 简易计算器 可供初级Java学习者参考,计算器科学计算部分未完成-Simple calculator for primary learners Java reference, calculator scientific computing part of the unfinished
TestCalculator
- 简易科学计算器,从最基本的加、减、乘、除,到基本数学函数处理,再到数的进制转换处理。-A simple scientific calculator, from the most basic addition, subtraction, multiplication, division, to the basic mathematical functions, to the number of hexadecimal conversion processing.
LCD-calculator-for-MCU
- 由单片机控制1602编写的简易计算器。由于单片机浮点数限制,可以计算6位数字算,大于这个长度,用科学计数法表示小数位精度后6位,大于6位按四舍五入。-failed to translate
CCalculatorjau
- Java课程设计代码。这是一个关于简易科学计算器的程序序。在JDK1.5上正常运行过。, -Java curriculum design code. This is a simple scientific calculator program sequence. In JDK1.5 normal operation. ,
calculator
- 用C#实现的简易计算器,可实现科学计算器,适合新手学习-C# implementation of a simple calculator, scientific calculator, suitable for novice learning
Caculator
- 自己完成的简易科学计算器~代码比较简洁易懂,适合初学者学习~-Own to complete a simple scientific calculator to code more concise and easy to understand, for beginners to learn to
calculator
- 简易科学计算器,采用控制台编程.支持各种运算符-Scientific calculator, using the console programming support various operators.
caculate
- 简易计算器,支持简单计算和科学计算,虽然简单,但适合初学者进行学习-Simple calculator, simple calculation and scientific computing, although simple, but for beginners to learn
Calculator
- 利用Microsoft Visual C++的MFC制作的一个简易科学计算器: (1)能够实现最基本的加、减、乘、除四则基本运算; (2)计算机界面设置有各种按键; (3)界面有清空按钮,方便用户计算使用; (4)另外此计算器具有开方、三角函数、自然对数、倒数等运算。 -Use Microsoft Visual C++ the MFC produced a simple scientific calculator: (1) to achieve the most basic
jisuanqi
- 一个简易的科学计算器,有四则运算,开方,等多项计算功能-A simple scientific calculator, there are four operations, prescribing, and many other computing functions
calculator
- 简易科学计算器 基本上能实现计算器的加减乘除、开方、取对数、阶乘等功能-Simple Scientific Calculator
WebRoot
- 里面的功能有:变色小游戏、添加人物、三级联动、 科学计算器、简易计算器等功能-Inside features include: color games, add characters, three linkage, scientific calculator, simple calculator functions
calculator---Copy
- 基于HTML的科学计算器,内含简易的表达式求梯度功能-HTML-based scientific calculator, containing simple expression uation gradient function
简易计算器
- 简易计算器只能+-×÷,不是科学计算器,不是什么都能算。