搜索资源列表
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编写的科学计算器,和大家一起分享。
myCalculator
- 计算器 JAVA编写 图形界面,有一定的科学计算功能-calculator JAVA prepared graphical interface, the scientific computing capabilities
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.
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
- 使用“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等。同时它还具有科学计算器的功能,比如对数运算和阶乘运算等。在精度方面还有待较强-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.
bigWork
- 一个科学计算器,可以进行二进制,八进制,十六进制的运算-A scientific calculator, can be binary, octal, hexadecimal, computing
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
Java-source-code-calculator
- 小型科学计算器的Java源代码,供初学者学习使用!仅供参考!谢谢!-Small scientific calculator Java source code for beginners to learn to use! Reference purposes only! Thank you!
tzx
- 科学计算器,可以试想四则运算,三角函数,幂运算等功能。-Scientific calculator, support for arithmetic, trigonometric functions, exponentiation functions
Java-calculator
- 科学计算器 java源代码 实现科学计算的主要功能 实用 易懂-Scientific calculator java source code to achieve the main function of scientific computing practical and easy to understand
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.)