搜索资源列表
大数的运算
- 大数运算的实现,包括加减乘除,四种运算,用个个函数实现各个功能,便于使用.-the realization of large numbers, including arithmetic, four operators, with each function to achieve all the functional and user-friendly.
实验6 稀疏矩阵
- 利用三元组存储大规模稀疏矩阵并实现矩阵加减乘的运算。输入要求:三元组方式。运行环境C-mass sparse matrix storage and achieve matrix modified by the operator. Entry requirements : Triples way. C Runtime Environment
大数计算器
- 能进行150位以内的大整数的加减乘除模乘方等运算-conduct within 150 of the large integer arithmetic operations such as modulus involution
20051225091743_FengShu
- 一个小程序,可以方便地进行分数的加减乘除各种运算。-a small program can be convenient for the scores of all arithmetic operations.
labviewjsq
- 自己上虚拟仪器课程编写的计算器程序,实现简单的加减,剩除.开发环境中没找到相应的填写.环境应该是:labview-their courses on virtual instruments prepared by the calculator program, simple addition and subtraction, the residual. Development environment can not find the corresponding fill. The environm
SimpleCalculator
- 一个简易计算器,实现加减乘除四则运算,支持括号。-a simple calculators, achieving four arithmetic operations and support brackets.
321002100020
- 加减运算 毕业设计 文档加代码-Subtraction increase graduation design document code
XIUGAI2
- 计算器实现数字的加.减.乘.除等基本运算功能-increases. Cut. X. In addition to the basic computing
ExpressEx
- 利用堆栈进行表达式的计算,表达式可以是加减成除,做的不太复杂,有兴趣的可以进行扩展一下
biaodashiqiuzhi
- 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。用C语言实现
Module=99ReversibilityCounter
- 设计功能及要求 设计M=99的十进制加/减可逆计数器 (1)接通电源时电路能自启动; (2)手动分别实现加、减计数和自动实现加减可逆计数; (3)用数码管显示计数数值。 (4)给定元件:74LS192、74LS00、74LS76、74LS48及LED。
DateTime
- 一个时间处理的类,可以到时间进行加减,自动处理润年
saa
- 多项式的加减乘法的链表实现的程序在C++中
JiSuanQi
- 实现计算器的加减乘除,小数点或负数的处理都可以实现
zhang
- 计算器 计算 加.减.乘.除 运行界面简单易懂 可以轻松的学会怎么编写
calc
- DOS下简易计算器,能进行简单的加减乘除计算。使用简单。 使用TC编译
zuixinchengxu
- 图形化计算器 可实现加减乘除功能 可实现小数功能-graphic calculator can achieve the arithmetic function can be realized decimal function
小型计算器
- 小型加减乘除计算器-small arithmetic calculators
matrix
- 用c++的一个矩阵类,可以计算加减乘除,逆
Calc
- 使用LabVIEW编写的一个计算器程序。 计算器能完成的运算: 加减乘除,求平方,求立方,求自然对数,求以10为底的对数,求阶乘求正弦余弦正切值,符号取反 能完成的操作:角度与弧度的切换,退格,清零 缺点:由于显示使用的是数值类型,所以无法实现小数输入;只能进行十进制的计算,不支持其它进制,统计功能未实现