搜索资源列表
jsq
- 计算器广泛的应用在生活方面,计算器可以进行简单的四则运算(加、减、乘、除)。键入数字时,按下相应的数字键,如果按错可用(CB)键消去一次数值,再重新输入正确的数字, 接输入数字后,按下乘号将它变为乘数,在不输入被乘数的情况下直接按(=)键,就是该数字的二次方值。根号(sqrt)键默认是开二次方根,按下(+/-)键可改变数字的正负值。-Calculator widely used in life, a simple calculator can be the four fundamental op
ybndjl
- 模仿windowsxp的一个简单计算器。只实现了基本的四则运算和取反,取百分比,开根号,取倒数。以及连续运算。-Windowsxp imitate a simple calculator. Only achieve the basic arithmetic and inverted, to take a percentage, square root, take the reciprocal. And continuous operation.
caculator
- 用Visual C++ 编写的一个计算器程序。功能包括一般的四则运算、平方、立方、开根号及整数转换为二进制、八进制、十六进制等。-Visual C++ to write a calculator program. Features include four operations in general, quadratic, cubic, square root and the integer is converted to binary, octal, hexadecimal.
dll-computer
- 用动态连接库实现的vc计算机小程序,其中包括加减乘除取余,开根号等-use dynamic dll to implement the program about computer application
calculator
- 计算器,能够实现类似XP下计算器的功能,加减乘除开根号一系列功能-Calculator, calculator functions like XP Math square root of a series of functions
calculator
- 一个小的计算器程序,比windows自带的多了开根号和立方、反正切、正切、余切功能,适合工程使用-A small calculator program than windows comes with a square root and cubic arc tangent, tangent, cotangent functions for engineering use
MyDlg
- 本程序是通过面向对象的最重要的特点“类”来设计出来的,其功能是实现简单计算器相关运算。包括实现数据的加、减、乘、除以及求倒数和开根号等一些计算功能;计算器的设计是以日常生活中常用计算器为原型设计的,可以实现小数的输入输出和清零功能。-This procedure is out of the " class" of the most important features of object-oriented design, and its function is to achie
Calculator
- 袖珍计算器,能简单实现加减乘除,乘方,开根号等基础功能-Pocket calculator, can simply realize arithmetic, involution, roots and other basic functions
calculate127
- 大学时写的js计算器程序能进行简单加减乘除,和科学运算:(开根号,次幂,log……)-Js college calculator program written in simple addition and subtraction to multiplication and division, and scientific computing: (roots and the power, log ... ...)
计算器
- 实现加减乘除以及开根号的简易运算,用float定义数据,程序内部没有检测数据溢出。(To achieve and open radical operation suggestions add, subtract, multiply and divide)