搜索资源列表
vc511678900355
- 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
BigNumFactorial
- 一个简单的计算N!程序,我们C++的实验,可以计算三位数以上的数阶乘,效率还不错-a simple calculation N! The process, we Experimental C can be calculated over a number of triple-digit factorial. efficiency also good
multiBigNumber
- 数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
TheFactorialOfBigNumber
- 求一个较大数的阶乘!例如100!将超过long的表示范围,本程序将告诉你一种简单而有效的方法。-for a larger number of factorial! Say 100! Will be over the long said, the procedure will tell you a simple and effective method.
caljiecheng
- 计算阶乘的算法,方法采用逆序计算的数据结构,效率很高。-factorial algorithm calculation, calculation methods used Reverse the data structure, high efficiency.
jiecheng1-20000
- 可对任意的1-20000的数做阶乘。简单方便-be right arbitrary number 1-20000 do the factorial. Easy
cbig
- 大数的阶乘 算法 初学者容易犯数据类型的范围溢出问题 初学者值得仔细研究-majority of the factorial algorithm beginners easily commit scope of the types of data overflow problems beginners deserves careful study
dashu
- 可以用来计算大数的阶乘
classicPro
- 一些经典程序,跳马问题,求最大最小素数,高精度阶乘等。
C4
- 特殊函数 1.г函数、贝塔函数、阶乘及二项式系数 2.不完全г函数、误差函数 3.不完全贝塔函数
big
- 可以计算大数的阶乘,速度非常快 用C语言实现,可以直接编译运行
factorial
- 阶乘的C++实现方法,包含了好几种实现方法,包括循环法、递归等
num
- 大整数阶乘新思路,实现了大整数阶乘的程序
n
- vc++ 求n的阶乘 采用递归调用,并对错误进行相应的提示
tempTry
- 100的阶乘,大家主要看思想,编译实现通过
n!
- 一个高效阶乘的程序,很简单的程序。大家交流哈!
factorial
- 该程序用来计算任何一个自然数的阶乘,并且可形象化显示其输出
liti
- 几个例子 周长及面积 阶乘 使用内联函数计算1至100的所有整数的平方 计算倍数 输入姓名,然后在屏幕输出问候信息
HighMul_M
- N的阶乘计算-高精度乘法,每个数据单元存4位,每次计算4位而非一位,比一般一位为单元的高精度算法约快4倍
大数阶乘
- 大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-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 improved using Chain store results!
