搜索资源列表
100!
- 100阶乘的数组存储算法-100 factorial array storage algorithm
算10000以内数阶乘的C语言程序
- 算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
Factorial
- BigInteger使用方法,求到50的阶乘-The BigInteger use, seeking a 50 factorial
factorialxxxyy
- 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
bigdata
- 实现不超过100的数的阶乘!用数组实现打出的存储,与去放!-not achieve more than 100 the number of factorial! Making use of the array to achieve the storage, and up to!
factorial
- 用链表实现的大数阶乘,可以计算n万的阶乘,不过3万以上,时间就很长了。-List realize with the factorial of large numbers, can calculate the factorial of n million, but more than 30,000, time is very long.
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
factorial
- 利用数组实现大数阶乘,初始数组设为long int,长度35000,可以实现8000以内任意数的阶乘,可以修改数组长度,改变所计算数的范围。用c实现,vc6.0环境下测试通过-Realize the use of an array of factorial of large numbers, the initial array as long int, the length of 35000, you can realize arbit
factorial
- 阶乘的C++实现方法,包含了好几种实现方法,包括循环法、递归等-Factorial of the C++ Realization method, contains several methods, including the cycle of law, such as recursive
factorial
- 该程序用来计算任何一个自然数的阶乘,并且可形象化显示其输出-The procedure used to calculate any factorial of a natural number, and could visualize the show its output
C++N!suanfa
- 用VC6.0编译出的求阶乘算法(0---10000)标准C 语言控制台应用程序 -Using VC6.0 compiler seek out factorial algorithm (0-10000) standard C language console application
factorial
- 用matlab编的一个程序用于求一个数的阶乘-Matlab made with a procedure for seeking a number of factorial
Factorial
- 实现求一个数N的阶乘,输入一个数检查是否合格,然后将其阶乘的结果输出-To achieve for the factorial of a number of N, type a number to check eligibility, and then output the results of factorial
big-figure-factorial
- 求解大数阶乘程序,速度快,具有统计位数功能-Procedures for solving factorial of large numbers, speed and function with median statistics
factorial
- 超高精度算阶乘(快速) ,很快的哦,几行的代码-Ultra-high-precision factorial operator (fast) (
1_Factorial
- 计算10000的阶乘,结果存储在out.txt中。 如果算更大的数,注意更改数组大小。-10000 calculated the factorial, the result is stored in the in out.txt. If a greater number of operators, pay attention to changes in the size of the array.
Factorial
- 该程序是用来计算一个正整数的阶乘,并且在一个对话框里显示最后的结果。-The program is used to calculate the factorial of a positive integer, and a dialog box shows the final results.
factorial
- verilog code for factorial algorithm
factorial
- 计算任意的数的阶乘,要求:运用if else if结构和for结构。(Calculate the factorial of any number, requirements: the use of if, else, if structure and for structure.)
Factorial.tar
- This is a program that count factorial of big data.