搜索资源列表
大数阶乘算法
- 程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-a process has begun to request the initialization of a number of factorial procedure can only be run, to changes in the source code for a small change can be
大数阶乘
- 大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-majority factorial, which calculates the number of super factorial, the algorithm is simple to understand and use storage arrays results! The algorithm also can be impro
阶乘,乘方,排列,组合
- 这是一个用数组模拟大数运算的一个例子,主要是求“组合数”,“阶乘”,“排列数”,“乘方”。-This is a simulation of large numbers of arrays use an example of the operation is mainly to "combinations", "factorial", "with a few", "in
大数阶乘算法
- 程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-a process has begun to request the initialization of a number of factorial procedure can only be run, to changes in the source code for a small change can be
大数阶乘
- 大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-majority factorial, which calculates the number of super factorial, the algorithm is simple to understand and use storage arrays results! The algorithm also can be impro
fac_bignum1
- 计算大数阶乘,可以在1秒内计算出10000以上的整数阶乘-calculated factorial majority, in a calculated within seconds above 10,000 integer factorial
lianbiaodashujiecheng
- 这是用C++编的用链表求大数阶乘,-This the C series for the use of large numbers factorial chain,
factorialxxxyy
- 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
HugeCalc
- 这是一个应用软件,用于处理大数,里面包含一些小的实用的软件,如生成 素数 ,大数阶乘.-This is a software application, for handling large numbers, which contains a small number of practical software, such as generating prime numbers, The majority of factorial.
JieChen
- 算十万的阶乘,对于计算机和程序员都是一个挑战,本源程序实现了求大数的阶乘,是用汇编写的,相对速度很快,算十万的阶乘在我赛扬2.4,内存256的神舟笔记本上,用了20多分钟.算出得数写在一个TXT文件下,十万的阶乘结果,用记事本打开,都要好一会儿.-Count of thousands of factorial, for computers and programmers is a challenge to realize the sou
frank
- 本程序可实现超大数阶乘,采用链表形式。通过此程序可让你对链表有较深刻的认识-This procedure enables large number of factorial, using list form. Through this program will allow you to list a more profound understanding of
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
9_7jiechen
- vc++编写的一个求大数阶乘的程序 闪点在于边界的处理上-vc++ prepared a factorial of large numbers of procedures for the flash point is the boundary treatment on
multi
- 这是一个求大数阶乘的程序代码,里面还具体介绍了一些设计思想和存储方法-This is a factorial of large numbers for the program code, which also introduce a number of specific design ideas and storage methods
BigInteger_factorial
- 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘-Calculation of factorial of large numbers using java in the BigInteger class, a short period of time calculating the factorial of large numbers
big-figure-factorial
- 求解大数阶乘程序,速度快,具有统计位数功能-Procedures for solving factorial of large numbers, speed and function with median statistics
factorial_list
- 实现大数阶乘(大于20以上的数)链表描述-Achieve the factorial of large numbers (more than 20 more than a few) list descr iption
(法雷 ,大数阶乘)
- 法雷序列和大数阶乘基于c++的实现,并储存到文件中(Farey sequence and the factorial of large numbers)
大数阶乘
- 能计算大数的阶乘,而且计算的比较方便。。。。(It can calculate the factorial of large number, and it is more convenient to calculate.)
阶乘
- 可以计算10000以内的阶乘,并自动识别用户输入的命令(You can calculate the factorial within 10000, and automatically identify the commands that the user enters.)