Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multiply
Search - multiply - List
用java GUI写的计算器程序。程序安全,健壮。多输几个小数点也只记录一个,和Windows XP 里的计算器(标准型),功能上是一样的。2+3=5,“2+3***”结果为5,不会连乘。“5*6==180”会连乘,2+3*8=40,2+3***8=40,9/0=0不报错-java GUI with written procedures calculators. Safety procedures, robust. Lost more than a few decimal point only one record, and the Windows XP Lane Calculator (standard type), function is the same. 2 3 = 5, "2 3 ***" The results of the five, not continually multiply. "5 * 6 == 180" will continually multiply, 2 3 8 * 3 = 40,2 40,9 *** = 8 / 0 = 0 errors
Date : 2008-10-13 Size : 10.11kb User : leisuee

复数计算程序,实现复数的加,减乘除计算-program of calculate complex number,carry out the complex number s addition,subtract and multiply and divide.
Date : 2008-10-13 Size : 4.8kb User : 马鹏

DL : 0
(1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。
Date : 2008-10-13 Size : 7.63kb User : fangfei

一个计算器代码,能够进行连加连减连乘连除-a calculator code, is capable of reducing even the company continually multiply even among
Date : 2008-10-13 Size : 121.36kb User : 王斌

复数计算程序,实现复数的加,减乘除计算-program of calculate complex number,carry out the complex number s addition,subtract and multiply and divide.
Date : 2025-12-28 Size : 5kb User : 马鹏

一个计算器代码,能够进行连加连减连乘连除-a calculator code, is capable of reducing even the company continually multiply even among
Date : 2025-12-28 Size : 121kb User : 王斌

用java GUI写的计算器程序。程序安全,健壮。多输几个小数点也只记录一个,和Windows XP 里的计算器(标准型),功能上是一样的。2+3=5,“2+3***”结果为5,不会连乘。“5*6==180”会连乘,2+3*8=40,2+3***8=40,9/0=0不报错-java GUI with written procedures calculators. Safety procedures, robust. Lost more than a few decimal point only one record, and the Windows XP Lane Calculator (standard type), function is the same. 2 3 = 5, "2 3***" The results of the five, not continually multiply. "5* 6 == 180" will continually multiply, 2 3 8* 3 = 40,2 40,9*** = 8/0 = 0 errors
Date : 2025-12-28 Size : 10kb User : leisuee

通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。-GUI interface design through JAVA calculator program, the user can take part in the importation of the mouse followed by the numerical calculation for add, subtract, multiply, divide, such as mixed computing, which the basis of the standard calculator operation. When choosing a scientific calculator, you can realize sin, cos, tan, ln, x ^ y, x ^ 2, x ^ 3, pi, n!, Mod and hexadecimal In addition to the outside can also delete the import, empty the results, and one in addition to X, X percentage of the metric system is octal, binary mutual conversion.
Date : 2025-12-28 Size : 7kb User : gggfhv

DL : 0
实现浮点数加,减,乘,除,求余,自加,自减等基本算术运算-The realization of floating-point add, subtract, multiply, divide, and more than that, since Canada, since by the basic arithmetic operations
Date : 2025-12-28 Size : 2kb User : 罗双红

如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因 -The following functions: 1, binary, octal, decimal and hexadecimal numbers add, subtract, multiply, divide, involution, such as simple calculation modulus 2, scientific computing functions, including the (Anti-) sinusoidal, (anti-) cosine, (Anti-) tangent, (anti-) Cotangent, prescribing, index function computing 3, to the angle of curvature of two ways to achieve the above-mentioned part of function 4, with the history of computing and memory function 5, on the incorrect expression can point out its wrong reasons
Date : 2025-12-28 Size : 150kb User : jakie

DL : 0
设计GUI界面的计算器程序,实现基本的数 值加、减、乘、除运算功能。-Calculator GUI interface design process, the realization of the basic values add, subtract, multiply, with the exception of computing functions.
Date : 2025-12-28 Size : 3kb User : willy

计算器 一个实现简单的加,减,乘,除等功能的简单程序源码-Calculator A simple add, subtract, multiply, with the exception of features such as simple procedures for source
Date : 2025-12-28 Size : 1kb User : guo

一个计算器软件: 功能要求:必须实现加、减、乘、除、开根号、取余数等运算,要能支持连续运算 -A calculator software: functional requirements: the need to achieve add, subtract, multiply, divide, open the root number, check the balance, such as computing, to be able to support the continuous operation
Date : 2025-12-28 Size : 2kb User : tw

在Java中实现数字的加、减、乘、除等运算。-In Java to achieve the number of add, subtract, multiply, divide, such as computing.
Date : 2025-12-28 Size : 45kb User : 许诺

DL : 0
设计GUI界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除混合运算。 -Calculator GUI interface design process, the user can enter through the mouse in order to participate in the calculation of the value, add, subtract, multiply, with the exception of hybrid computing.
Date : 2025-12-28 Size : 1kb User : 孙超

DL : 0
一个简单的java应用程序,为简单的计算器。实现了计算器的加,减,乘,除,求余,三角等基本运算-A simple java application, for a simple calculator. Realize the calculator add, subtract, multiply, divide, and Yu, triangular and other basic computing
Date : 2025-12-28 Size : 2kb User : 梅杰

DL : 0
(1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m)以及toString()等内容。-(1) design and preparation on behalf of Matrix Class Matrix. Including the ranks of such matrices int rows and the number of variables int cols, matrix data array double data [][], constructor Matrix (), Matrix (int rows, int cols), Matrix (int rows, int cols, double data [] []), to obtain the value of a certain element method getData (int row, int col), set the value of a certain element method setData (int row, int col, double value), the product of two matrices calculation method multiply (Matrix m) as well as the toString () and so on.
Date : 2025-12-28 Size : 7kb User : fangfei

一个简单的模仿 window 计算器的java程序 可以进行加,减,乘,除等简单运算-Window to imitate a simple calculator java program can add, subtract, multiply, with the exception of simple computing
Date : 2025-12-28 Size : 12kb User : zhangzhijun

This java program multiply two matrices. Before multiplication matrices are checked whether they can be multiplied or not.
Date : 2025-12-28 Size : 1kb User : Mohamed

nine Multiply nine.zip-nine Multiply nine.zip
Date : 2025-12-28 Size : 10kb User : Bella
« 12 3 4 5 6 7 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.