搜索资源列表
jiajianchenchu
- 用vc编写的一个实现加,减,乘,除功能的小程序,初学着可以借鉴-vc prepared with a realization, plus or minus, multiplication and function of small programs, beginner to learn from
天文数的阶乘
- 我编写了一个“天文数字计算”程序突破了这一限制,可以把数字的长度扩充到无穷多位。除了能做加、减、乘、除、求模等基本运算外还可以做阶乘、乘方、开平方等运算。 例如:10000! = ?、(2002^2000)%9999 = 9394、2002的平方根的小数点后第10000位是4。 下面这个程序只是我用编写的“天文数字计算”里的一个计算。 因为在程序代码中使用了中文,所以这个程序如果不在中文DOS下运行,可能会出现乱码,但不影响程序的计算结果。 注:因为D
JSQ05055413
- C#编的一个简单计算器 实现了加、减、乘、除、求根、倒数、小数点、MR、MS、M+、MC等功能
2
- 复数的++++ ---- **** 加,减,乘,除
模拟WINDOWS计算器
- #制作了一个类似Windows中的计算器。本计算器的基本功能如下: 1实现了计算器的基本功能:加、减、乘、除 2实现开平方根 3实现清除屏幕 4实现了清除内存 5实现了对屏幕数据的复制和粘贴-# produced a similar Windows calculator. The basic functions of the calculator is as follows : a realization of the basic functions of the calculator : ad
3_2
- 主要实现计算机的一般功能,加,减,乘,除等,幂指数等-the funtion of accout
CalCulator
- 简易版计算器,可实现加、减、乘、除、开方、取余等简单功能。-Simple version of the calculator, can be add, subtract, multiply, divide, prescr iption, and so take more than a simple function.
lele
- 本代码使用了C++等开发环境,编程了一个可以实现加、减、乘、除等基本功能计算器。还加上图形界面,使得计算器更加完美。-This code uses the C++ and other development environments, programming can be achieved in an add, subtract, multiply, in addition to basic functions such as calculators. Is coupled with a gra
WindowsFormsApplication2
- 简易计算器,进行加、减、乘、除、平方和开放运算-Simple calculator, to add, subtract, multiply, divide, square and open computing
C-Calculator
- 用C#写的比较基础的windows Form 程序,该计算器实现了基础的数学运算,如加,减,乘,除等任务.主要是通过该程序学习vs.net的 编程环境,以及windows Form程序.主要针对初学者 -Comparison with C# to write the basis of windows Form procedures, the calculator to achieve a foundation for mathematical operations, such
calculator
- 实现了按照计算器的基本功能设计用于基本运算的计算器软件,实现实数间的加、减、乘、除,以及取倒数运算(另亦可添加平方、开方等运算)。-Implemented in accordance with the basic functions of calculators designed for basic operations calculator software, to achieve real number between the add, subtract, multiply, divide,
FiniteField
- 使用C#语言编写的,实现了在有限域上的运算。包括有限域内的加、减、乘、除、等。-Using the C# language on a finite filed. Including addition, subtraction multiplication and division and so on.
CSharp-Skyiv-BigInteger
- 一个实现了大数及其加、减、乘、除等各种操作的类-An implementation of the large number of addition, subtraction, multiplication, division and other operations of the class
[03]Calculator
- 可以实现简易计算器的加、减、乘、除、平方根、倒数等基本功能的计算。采用C#语言编写的windows窗体应用程序。-Simple calculator can add, subtract, multiply, divide, square root, reciprocal and other basic functions of the calculation. Written using C# windows forms application.
Calculator-Sourcecode
- 1、实现十进制下的四则运算(加、减、乘、除)和四则混合运算 2、实现十进制转化为二进制或十六进制 3、实现进行一些常用的函数运算(比如sin、cos、tan、cot、sqrt、ln等) 4、实现“(”,“)”符号的表达式的计算-1 decimal, under the four operations ( addition, subtraction, multiplication, addition) and four mixed computing 2, decimal conv
comptometer
- 利用C#语言基本实现计算器的简单功能:加、减、乘、除、三角函数等计算。-C# language, the basic realization of the simple functions of the calculator: add, subtract, multiply, in addition, trigonometric calculation.
dads
- 、十进制数的加、减、乘、除、乘方、取模等简单计算。 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算。 3、以角度、弧度两种方式实现上述部分函数 -Decimal plus, minus, multiply, power, modulo a simple calculation. 2, scientific computing functions, including the (anti-) sine (anti-) cosine, (ant
cal
- c#编写的简单计算器,加 减 乘 除 退格 清空。-Simple calculator
CSharp
- 编译环境:Microsoft Visual C++ 6.0 说明: 采用树形结构处理表达式,按优先级运算结果,一个加,减,乘,除或数值为一个节点-Compile environment: Microsoft Visual c++ 6.0 Descr iption: Expression of tree structure processing, according to the priority operations as a result, a plus, minu
WindowsFormsApplication1
- 实现简单计算器功能,可以实现加、减乘、除等功能-Implement a simple calculator function, can realize the function such as add, subtract multiply and divide