搜索资源列表
HighMul_M
- N的阶乘计算-高精度乘法,每个数据单元存4位,每次计算4位而非一位,比一般一位为单元的高精度算法约快4倍
n!
- 这是一个计算大数据阶乘的源程序代码, 其中还设计到应用了STL语言的一些内容。
Arrayqiuzhi
- c/c++程序计算N!(0<N<10000)的精确值,并返回统计它的位数。主要功能是计算阶乘。-c/c calculated N! (0lt; Nlt; 10,000), the precise value, and return to the statistical median. Its main function is calculated factorial.
HighMul_M
- N的阶乘计算-高精度乘法,每个数据单元存4位,每次计算4位而非一位,比一般一位为单元的高精度算法约快4倍-Calculation of the factorial N- High-precision multiplication, each data unit 4 deposit for each calculation of four instead of one, than a high-precision algorithm fo
dianzizhong
- 是电子钟设计,是微机原理课程设计里的,看看吧符合就顶一下-Electronic bell design, is the principle of curriculum design in computer and look at it on the top line with what
n!
- 这是一个计算大数据阶乘的源程序代码, 其中还设计到应用了STL语言的一些内容。-This is a calculation of factorial of large data source code, which also designed the STL to the application of some elements of language.
1
- 此程序是微机与接口技术的课程设计源程序 ,闰年计算,代码转换,BCD码相乘,写文件,打字计时练习,计算N的阶乘,打印接口,音乐演奏-This procedure are computer technology and interface design curriculum source, a leap year, the code conversion, BCD Code multiplied, writing paper, typ
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
n!
- 计算前n项的阶乘的累加和, n为用户输入的正整数-sun+=n!
n!
- 计算前n项数的阶乘的累加和,n为用户输入的正整数-sum+=n!
jisuanjiecheng
- 函数的功能:计算正整数n的阶乘n!。 * n! =n*(n-1)*(n-2)*…*1 * 函数参数: n,表示所要计算阶乘的正整数,要求n满足: * 0 < n < 100 * 函数的返回值:如果输入参数不正确,返回-1, * 否则返回计算n! 得到结果-Function features: calculating a positive integer n the factorial n!.* N! =
factorial
- 组合数学里面计算n的阶乘后面有几个0,并对结果进行校验-compute how many zeros in the endwhen you compute an int number
N!
- 计算n!,使用数组模拟,以100000为进位标准,减少内存消耗,实现较大数字的的阶乘-Calculate n! . Use array to simulate the factorial of a big number. In order to save the memory, we use 100000 as the principle of the number s carry.
Desktop
- 这是一个用来计算n的阶乘的代码,程序简单易懂。-this is a program what ask you to calculate n!
factorial-of-n-
- 利用汇编语言充分利用内存空间,能计算8000以内的阶乘-Factorial of use of assembly language to take full advantage of the memory space can be calculated within 8000
N!
- 利用数组计算一万以内的阶乘。当你需要计算大数时非常有用。-The use of an array to calculate the factorial of less than ten thousand. Very useful when you need to calculate large numbers.
runnian
- N的阶乘的计算,判断年份是否为闰年等几个有用的小程序代码。-N factorial calculation to determine the year is a leap year, and several other useful little program code.
n!
- 计算一个数的阶乘。只要你输进一个数,就可以计算出这个数的阶乘是多少。-Calculate factorial of a number. As long as you input a number, you can calculate the factorial of this number is the number.
dicetest
- 基于matlab环境利用递归函数计算n的阶乘-use matlab to caculate N!
JieCheng
- 编写程序,计算n的阶乘(n!),设n=10-Write a program, calculate the factorial n (n!), set n = 10