搜索资源列表
一个计算阶乘的程序
- 一个计算阶乘的程序,输入范围一内的所有的数的阶乘都可以显示!但还有些小问题请高手指点!-A program to count factorial, inputing all the number in range one,then the result of it may show! But there are some questions inviting the master-hand finger out.
天文数的阶乘
- 我编写了一个“天文数字计算”程序突破了这一限制,可以把数字的长度扩充到无穷多位。除了能做加、减、乘、除、求模等基本运算外还可以做阶乘、乘方、开平方等运算。 例如:10000! = ?、(2002^2000)%9999 = 9394、2002的平方根的小数点后第10000位是4。 下面这个程序只是我用编写的“天文数字计算”里的一个计算。 因为在程序代码中使用了中文,所以这个程序如果不在中文DOS下运行,可能
n的阶乘
- 应用c++开发的n的阶乘的程序-application development n factorial procedure
factorial
- 一般来说,任何大于0的正整数n的阶乘等于n与(n-1)的阶乘的积,即n!=n(n-1)!。用(n-1)!的值来表示n!的值其表达式就是一种递归调用,因为一个阶乘的值是以另一个阶乘的值为基础的。 此程序是采用递归调用求正数n的阶乘的程序
9_7jiechen
- vc++编写的一个求大数阶乘的程序 闪点在于边界的处理上
num
- 大整数阶乘新思路,实现了大整数阶乘的程序
算10000以内数阶乘的C语言程序
- 算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
计算10000以内的阶乘
- 计算10000以内的阶乘,计算阶乘的程序-calculation 10,000 within the factorial calculated factorial procedure
n的阶乘
- 应用c++开发的n的阶乘的程序-application development n factorial procedure
算10000以内数阶乘的C语言程序
- 算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
计算10000以内的阶乘
- 计算10000以内的阶乘,计算阶乘的程序-calculation 10,000 within the factorial calculated factorial procedure
一个计算阶乘的程序
- 一个计算阶乘的程序,输入范围一内的所有的数的阶乘都可以显示!但还有些小问题请高手指点!-A program to count factorial, inputing all the number in range one,then the result of it may show! But there are some questions inviting the master-hand finger out.
factorial
- 一般来说,任何大于0的正整数n的阶乘等于n与(n-1)的阶乘的积,即n!=n(n-1)!。用(n-1)!的值来表示n!的值其表达式就是一种递归调用,因为一个阶乘的值是以另一个阶乘的值为基础的。 此程序是采用递归调用求正数n的阶乘的程序 -In general, any positive integer greater than 0, the factorial n equal to n and (n-1) of the fact
9_7jiechen
- vc++编写的一个求大数阶乘的程序 闪点在于边界的处理上-vc++ prepared a factorial of large numbers of procedures for the flash point is the boundary treatment on
n!
- 一个高效阶乘的程序,很简单的程序。大家交流哈!-An efficient factorial procedure, a very simple procedure. U.S. exchanges Kazakhstan!
multi
- 这是一个求大数阶乘的程序代码,里面还具体介绍了一些设计思想和存储方法-This is a factorial of large numbers for the program code, which also introduce a number of specific design ideas and storage methods
match1
- 这是一个在汇编语言中如何实现阶乘的小程序,可完成N!及另一个字符匹配问题的小程序 -This is a compilation of language in how to achieve small-factorial process, to be completed by N! And the other characters matching a small program
N!
- 用汇编语言写的,实现N的阶乘的程序,N范围在0到9 之间-Using assembly language written by the factorial N realize procedures, N range between 0-9
jiecheng
- 一个算200阶乘的程序,通过这个和程序可以学习大数的保存,也同时也可以稍改一下算出任意数的阶乘 -200 factorial, a numerical procedure, and procedures through which the preservation of large numbers can learn, but also at the same time can also slightly change the ca
阶乘计算
- python3.0x版本的一个阶乘计算程序,用于学习python基础(The python3.0x version of a factorial computing program for learning the python base)