搜索资源列表
天文数的阶乘
- 我编写了一个“天文数字计算”程序突破了这一限制,可以把数字的长度扩充到无穷多位。除了能做加、减、乘、除、求模等基本运算外还可以做阶乘、乘方、开平方等运算。 例如:10000! = ?、(2002^2000)%9999 = 9394、2002的平方根的小数点后第10000位是4。 下面这个程序只是我用编写的“天文数字计算”里的一个计算。 因为在程序代码中使用了中文,所以这个程序如果不在中文DOS下运行,可能会出现乱码,但不影响程序的计算结果。 注:因为D
CSharpprogram
- 包括打印九九表,冒泡排序,求质数,递归求阶乘等算法
jiecheng
- 着是求N的阶乘的程序.输入N的值就行了.经过测试没有错误
jsq
- 部分函数: 处理n! 计算显示数值的阶乘 处理Exp,可用于显示科学计数法 处理x^y 处理sin,反正弦,双曲正弦,反双曲正弦,cos,tan函数,为什么使用了例如sin函数 与正确结果不一样 处理dms函数(将显示的数值转换为“度-分-秒”格式;Inv+dms把度-分-秒转换为10进制) 处理(FE)——打开或者关闭科学计数法,10^32总是以指数显示 取模,(余数) 计算机逻辑与,在运算之前截断小数部分 计算机逻辑或,
大整数数阶乘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.
Form叮叮咚咚叮叮咚咚叮叮咚咚1
- C#做的一个阶乘计算器,很有意思的。算法作业。虎弄老师的。-C# do a factorial calculators, very interesting. Algorithm operations. Tigers get a teacher. Oh
S7_1
- 求n的阶乘,可以用来练习和学习,可以用来用于数学计算n的阶乘-N for the factorial and can be used to practice and learning math can be used for the calculation of the factorial n
C1
- 九九乘法表,阶乘相加,判断某天使该年的第几天!-Multiplication table, factorial sum, determining whether a first days of the year Angel!
jisuanqi
- 在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer
jisuanqichengxuoo
- 在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer
jiecheng
- 很好用的阶乘的运用 c语言的示例 好好学习一下-Good use of the factorial example of the use of c learn about the language
leijiaqiuhe
- 很好用的阶乘求和的运用 c语言的示例 好好学习一下-A good sum with the use of the factorial example c learn about the language
dashujiecheng
- 利用链表类或者标准STL实现任意大数阶乘的精确计算,并在屏幕上显示出来-The linked list class or standard STL implementation of any accurate calculation of the factorial of large numbers, and displayed on the screen
zuoye_HugeInteger
- 重载运算符 求100的阶乘 求超过int范围的大整数-huge number
CSharp
- C#的学习源码,包括传值调用与引用调用、递归求阶乘、方法重载等的学习-Learning C# source code, including a call-by call by reference, recursive factorial method overloading learning
Cpp1
- 求5的阶乘,从而得出其结果。C语言简单又实用-Find the factorial of 5, to arrive at the results. C language is simple and practical
factoricail-problem
- 求阶乘问题。输入一个正整数n,输出n!。-Factorial problem. Enter a positive integer n, output n!
C-language-program
- 用C语言编写程序,其中包括阶乘、连乘,for循环- C language program
n!
- 计算一个数的阶乘。只要你输进一个数,就可以计算出这个数的阶乘是多少。-Calculate factorial of a number. As long as you input a number, you can calculate the factorial of this number is the number.
factorial
- C#语言进行的阶乘,包括对溢出的处理和改正以及一些注释的方法-Factorial C# language, including overflow handling and correction as well as some of the annotated method
