搜索资源列表
大数计算器
- 能进行150位以内的大整数的加减乘除模乘方等运算-conduct within 150 of the large integer arithmetic operations such as modulus involution
BigCalcXP2.0
- 从事数学计算或是软件开发的人,都会遇到这样一个问题。如果两个极大整数做各种运算,经常会因为数据太大导致溢出,而无法得到正确结果。大整数计算器正好为您解决此方面的烦恼。它理论上是支持无限位数的10进制和16进制整数的各种运算,当然这主要还是取决于使用者的机器运算速度。程序本身没有豪华界面,因为作为一个数学计算类的软件,那只会过多地占用系统资源,就运算速度来说有害无益。希望它能给您帮助!-mathematical calculation o
BigNumberCounter
- 大整数计算器,数据结构里一个很著名的算法,文本计算,也是同学编的。-large integer calculators, data structure, a well-known algorithm, text, as well as classmates series.
大整数数阶乘1111
- 用C#写的一个计算大整数阶乘的计算器,可以计算1000以上的大整数阶乘,只要你的CPU够快!呵呵。-C# write a factorial large integer calculation of the calculator, can be calculated more than in the 1000 round factorial, as long as your CPU fast enough! Ha ha.
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11
大整数数阶乘1111
- 用C#写的一个计算大整数阶乘的计算器,可以计算1000以上的大整数阶乘,只要你的CPU够快!呵呵。-C# write a factorial large integer calculation of the calculator, can be calculated more than in the 1000 round factorial, as long as your CPU fast enough! Ha ha.
大数计算器
- 能进行150位以内的大整数的加减乘除模乘方等运算-conduct within 150 of the large integer arithmetic operations such as modulus involution
BigCalcXP2.0
- 从事数学计算或是软件开发的人,都会遇到这样一个问题。如果两个极大整数做各种运算,经常会因为数据太大导致溢出,而无法得到正确结果。大整数计算器正好为您解决此方面的烦恼。它理论上是支持无限位数的10进制和16进制整数的各种运算,当然这主要还是取决于使用者的机器运算速度。程序本身没有豪华界面,因为作为一个数学计算类的软件,那只会过多地占用系统资源,就运算速度来说有害无益。希望它能给您帮助!-mathematical calculation o
BigNumberCounter
- 大整数计算器,数据结构里一个很著名的算法,文本计算,也是同学编的。-large integer calculators, data structure, a well-known algorithm, text, as well as classmates series.
dingtofu
- 小数在计算机内有两种表现形式定点数和浮点数。在定点机中,由于小数点的位置固定不变,以此当机器处理的数不是纯小数或纯整数的时候,必须乘上一个比例因子,否则会产生“溢出”。而实际上计算机处理的数不一定是纯小数或纯整数,而且有些数据的数值范围相差很大,不能直接用定点小数或定点整数表示,必须用浮点数来表示。浮点数的表示精度要比定点数高的多。要求用定点运算来仿真浮点运算,用定点数运算的思想去实现浮点数的运算。-Decimals in the co
BigCalculator_src
- java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
Big_Num
- 大整数阶乘的计算器,能计算上万的阶乘,不过速度有点慢-Large integer factorial calculator that can calculate the factorial of thousands, but a bit slow
caculator
- java 编写的可进行大整数运算的计算器-a canculator wrote by java
1234567
- 一般的计算器计算位数是有限的,无法实现大整数的计算,此程序实现大整数的加减乘除-Large integer calculations to achieve
calculatorx_vivitue
- MFC源码 开发工具:VC++6.0 编程语言:C++ 主程序代码:1300+行 运算精度:小数点后17位。显示框最大显示字符数21个 计算器功能说明: 1)完成计算器基本运算功能 2)二进制◆八进制◆十进制◆十六进制 相互转换 3)支持角度与弧度显示 4) 完成三角函数+反三角函数、对数、指数运算、取余、倒数与开方运算 5)计算n!.扩展整数n为双精度数
calculator
- 乘法大整数计算器,采用数据结构,C++编写-Large integer multiplication calculator, the use of data structures, C++ writing
BigInteger
- 一个支持大整数加减乘除运算的计算器,能显示运算时间和生成随机数,用c++编写,采用对话框窗口。-A support for large integer multiplication and division addition and subtraction calculator can show computation time and generates random numbers, written using c++, using
Calculator(c)
- C计算器,支持+、-、*、/、^、!、(、) 数学函数 sin cos tan cot sign ln log sinh cosh tanh coth等 支持正负 支持*的省略 支持弧度角度转化 支持大整数的加减 支持设置精度 支持常数PI和E 支持文件储存-C calculator supports+,-,*, /, ^,!, (,) Mathe
gongcheng
- 实现实数、复数、各种进制下的科学计算 大整数计算 线性代数计算 多项式求复数根的计算 多功能计算器-For all real Numbers, complex, in base of scientific computing Large integer calculation Linear algebra calculation The calculation of roots of polynomials
Signed-large-integer-calculator
- 带符号的MFC大整数计算器,能进行简单运算,而且能进行带符号的大整数运算-MFC large unsigned integer calculator that can perform simple arithmetic, but also to carry out a large unsigned integer arithmetic