搜索资源列表
javajisuan
- JAVA做的计算器能倒数 加法减法等等 希望能通过 -Java calculators can do the countdown, etc. We can also hope that through Thank you
javabianchengrumenAddition
- 一个用JAVA编写的加法程序,能读取用户输入的两个整形数据并求其和。-a prepared with the addition of Java procedures, the user can read the data and two plastic and for its.
p42222
- 创建一个复数类,定义属性:实部、虚部。定义方法:复数加法、复数减法、复数乘法、求实部,求虚部,将复数输出,判断两个复数相等。通过一个类举例验证这些方法。-create a plural categories, defined attributes : real and imaginary parts. Definition : plural addition, the plural subtraction, multiplication complex, realistic Ministry f
Polynomial
- 用JAVA写的多项式加法,用链表实现-written with Java polynomial addition, the use of chain to achieve
Duo--xiang_shi
- Java是最优秀的高级编程语言之一,多项式的加法运算,体现了链表数据结构的优势.-Java is the best one of the high-level programming language, polynomial multiplications. Listless embodies the advantages of the data structure.
calc24
- 一个高效的计算24点的程序 可以选择是否交换运算参数顺序(不同顺序的加法或乘法) 可以选择是否根据运算符号的前后关系确定是否添加括号 可以选择随机产生四个数字 自动排除重复的计算表达式
TFMath
- 非常简单的计算器,用三个单行文本和一个 按钮,可以计算加法。
simpleadderofjava
- java实现的简单的整型的加法器,该计算器具有加法功能,包含两个输入框用于输入两个浮点数,一个输出框用于输出计算结果,一个按钮,当鼠标点击按钮时,在输出框输出计算结果
Complex
- 复数类,成员变量包括实部和虚部,成员方法包括实现复数加法减法,比较,转换成字符串等运算或操作
Mcalculator
- 用java实现浮点数加减乘除四则混合运算,矩阵加法,减法,与数乘,与数除,两个矩阵相乘,转置,逆阵,产生单位阵,操作数与变量的转换,操作数取反,栈的一些基本操作。-achieve float with the arithmetic four mixed computing, matrix addition, subtraction, multiplication, with the exception of a few, two matrix multiplication, to home, a
exe_add
- 加法练习,程序会随机给出两个两位数,在规定时间内进行作答,如果回答错误,或者是时间到达,认为回答错误,累计十次计算后,给予结果
a-quadratic-polynomial-addition
- 使用链表实现一元二次多项式的加法,学校的一个课程设计,仅供参考-Use the list to achieve a quadratic polynomial addition
lizi
- MVC实现的一个简单加法例子,数据库采用MYSQL,非常适合初学者学习-MVC implementation of a simple addition example, the database using MYSQL, very suitable for beginners to learn
ComplexNumber
- java小实验,实现复数的加法,减法,乘法运算,命令行界面-Plurality of addition, subtraction, multiplication
java2
- 设计一个处理复数运算的类,该类中至少有两个成员方法: 复数加法和复数减法运算。 在上述类中添加两个静态方法:求一个复数的模和求一个复 数的复角。 -Design a complex operation processing class in at least two members of the methods: complex addition and complex subtraction. Adding the above two static class method:
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
jiafa
- 有界面的用于程序加法 输入数字按按钮直接求和-Interface has input adder used for the procedure press the button directly figure sum
java
- 简单的计算功能,有加法,减法,乘法,除法的功能-Simple calculation, there are addition, subtraction, multiplication, division of functions
javajisuanqi
- 基于java的计算器..AWT的图形界面,具有加法,减法,乘法,除法等计算功能-Java-based calculator .. AWT graphical interface, with addition, subtraction, multiplication, division and other computing functions!!!
AplusB
- 使用java语言实现了大数加法的功能,大致思路即将输入数据转化为数组,然后按位运算再进行求和。(Java language is used to implement the addition of large numbers. The general idea is that the input data will be transformed into an array, and then it will be calculated by bit operation.)