搜索资源列表
Kxjsq
- 我自己编写的科学计算器,实现了大部分windows附带计算器的计算功能-I prepared a scientific calculator, achieved most of the windows fringe calculation function calculator
kexuejisuanqi
- 科学计算器源程序用javascr ipt编写,可实现各种基本运算,供大家参考!-scientific calculator program with javascr ipt prepared to attain basic computation. for your reference!
Calc_javaapplet
- 使用java编写的windows科学计算器applet版,功能已经相对完善,方便二次开发-prepared using java windows Scientific Calculator applet version, function has been relatively perfect facilitate secondary development
Calculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。
Calculator
- 用java编写的科学计算器,和大家一起分享。
XXjisuanqi
- 科学计算器,可进行除基本的运算外还可实现乘方开方及三角函数等运算
Compute2
- 计算器,实现了基本的计算功能,加减乘除,但是科学计算器还须有兴趣的人自己完成
java小型防真计算器
- 本“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等,以及C(清除)、AC(全部清零)、N(符号改变)、存储(M+、M-、MR)、平方根和百分比运算。关于科学计算本“计算器”暂不支持。-the "calculator" to be completed with the usual arbitrary use handheld calculators to complete the standard operation.
Ca
- 功能齐全的科学计算器,实现基本加减乘除,退格,和一些科学计算..希望给大家帮助-Full-featured scientific calculator, the realization of the basic addition and subtraction multiplication and division, backspace, and a number of scientific computing .. want to give you help
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.
Javacalculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换-Through JAVA calculator program designed GUI interface, users can turn
Jisuanqi
- 科学计算器,能计算带括号的加减乘除公式。使用JAVA语言编写,命令行模式运行!
Calculator
- java自己编写的一个计算器,包含退格,平方、开放等,但不是科学计算器。-java I have written a calculator, including the backspace, square, open, etc., but not scientific calculator.
Calculator
- JAVA开发的科学计算器,部分功能能和windows的计算机媲美-JAVA development of scientific calculator
Java_Caculator
- 模拟仿真科学计算器计算器,类似于真是计算器-Calculator Scientific Calculator Simulation
calculator
- 用java语言实现的科学计算器程序,此为设计文档-Java language with scientific calculator program, this is the design documents
tzx
- 科学计算器,可以试想四则运算,三角函数,幂运算等功能。-Scientific calculator, support for arithmetic, trigonometric functions, exponentiation functions
Calculator
- 一个通过Java代码实现的科学计算器。 用户可以通过输入一串数学表达式来获得他们想要的结果。功能效果类似于卡西欧计算器,所包含的运算符号包括加(+)、减(-)、乘(*)、除(/)以及次方(^)。 比如输入:"( 3 + 5 ) * 2 - 6 ^ 2",回车后会得到输出结果:"-20"。 输入不合法字符会报错,程序健壮度佳。 学习该代码有助于理解科学计算器、卡西欧计算器的运算实现原理。(A class that computes an ar
JAVA_Calculator
- 用eclipse-Java所编写的科学计算器。(A scientific calculator based on eclipse-Java.)
安卓科学计算器
- 安卓科学计算器源代码,小帮手便于开发,欢迎使用。