搜索资源列表
dashujiecheng
- 该源代码利用计算机模拟乘法竖式 计算阶乘 将每位数子保存在用new分配的一长字符数组里 在本人的机子上可计算30000!的精确值 用时近60秒-the source code used a computer simulation multiplication calculation factorial shaft will be preserved for each digit used in the distribution of a new long arrays of characte
hugeint00
- 此程序用于大整数运算,定义了类,运算符重载等。可以用。还有阶乘输出 -procedure for large integer arithmetic, the definition of the category, such as Operator. Can use. There factorial output
fac_bignum1
- 计算大数阶乘,可以在1秒内计算出10000以上的整数阶乘-calculated factorial majority, in a calculated within seconds above 10,000 integer factorial
multiply(LJ)
- 用链表求300的阶乘,并且返回链表节点的个数.-used for the factorial 300, and returned to the linked list node number.
factorialxxxyy
- 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
factorial
- 用链表实现的大数阶乘,可以计算n万的阶乘,不过3万以上,时间就很长了。
计算10000以内的阶乘
- 计算10000以内的阶乘,计算阶乘的程序-calculation 10,000 within the factorial calculated factorial procedure
factorial
- Programms that computes the factorial of large numbers.
last
- n!不为0的最后一位,可以输出千万级别的阶乘最后一位-n! not the last one is 0, you can output level factorial million last
Factorial
- 数据结构实习题目,经过调试,可以运行大数阶乘。-Internship topic data structure, after debugging, you can run the factorial of large numbers.
factsort
- Factorial & Bubble sort of number
linematrix
- Linear matrix and factorial of number
BigNum_List_factorial
- 数据结构中一个基于链表的大数阶乘,每节点存储3位数据-Data structure a linked list-based factorial of large numbers, each node in the data storage 3
Factorial
- 大数阶乘,数据结构与算法作业,VC++,-Factorial of large numbers
factorial-of-big-number
- 大整数的高精度幂,用数组实现,高精度算法的经典程序- factorial of a big int number,
Factorial-.cpp
- 通过C语言求出在整数范围内的所有的阶乘和数,并输出这些阶乘和数-Factorial find the factorial of the C language and data, and output
factorial
- 计算10以内的阶乘的程序,用VC编辑,能跑-The procedure for the calculation of the factorial, VC editor, run
Large-integer-factorial
- 采用visualC++实现大整数阶乘算法,适合参加ACM和蓝桥杯的同志学习-Learn from Comrade large integer factorial algorithm visualC++ suitable to participate in the ACM and Blue Bridge Cup
Factorial
- C++ 实现大数阶乘的算法,运用C++的链表(list<>)模板为数据结构的阶乘的实现,算法是基于乘法进位,有注释和一附图,帮助大家理解。-C++ implementation of large numbers factorial algorithm, using C++ linked list (list <>) templates for implementation of the factorial structure of the data, the algori
Factorial-of-large-numbers
- 基于链表的大数阶乘,使用自己的链表实现,可以计算10W的阶乘-Based on the list of the factorial of large numbers, to use their own lists to achieve, you can calculate the factorial 10W