搜索资源列表
factorial
- 用链表实现的大数阶乘,可以计算n万的阶乘,不过3万以上,时间就很长了。
bignum
- 使用链表实现大数的阶乘运算,如10000!的计算,速度还可以-BigNum
factorial_list
- 实现大数阶乘(大于20以上的数)链表描述-Achieve the factorial of large numbers (more than 20 more than a few) list descr iption
Factorial_Cal
- 用链表实现的大数阶乘。可以计算大数的阶乘。-It a programe that uses linked list to calculate the factorial of a large number,which can be very long,or cannot be calculated by int or double.
jiecheng
- vc6下实现的基于双链表的大数阶乘算法,详细实现了双链表-vc6 doublelinktable
factorial
- C++ 链表实现大数阶乘 C++ 链表实现大数阶乘-C++ The linked list of tarsus factorial
sashujiecheng
- 用链表实现的大数阶乘,效率并不是很高,但是应该对初学者很有帮助。这是我们的实习作业,希望能够给人以参考-Factorial of large numbers with the list to achieve efficiency is not very high, but should be helpful for beginners. This is our practical work, hoping to give a reference
bignumber
- 大数阶乘,实现了计算较大数的阶乘运算,结合了链表结构-big number
DaShuJieCheng
- 1 实现大数阶乘 2 数据结构与算法 3 链表实现-1 realization of large numbers factorial 2 Data Structures and Algorithms 3 linked list implementation
123
- 用链表实现的大数阶乘,此程序可以计算出很大的数的阶乘而不出现崩溃现象-Linked list to implement the factorial of large numbers, this program can calculate the factorial of a large number of not collapse phenomenon
dashujiecheng
- 利用链表类或者标准STL实现任意大数阶乘的精确计算,并在屏幕上显示出来-The linked list class or standard STL implementation of any accurate calculation of the factorial of large numbers, and displayed on the screen
multiply
- 大数阶乘 本代码是用c++编写以类来实现的,采用链表的形式-Factorial of large numbers of the code written using c++ to class, using a linked list in the form of
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
dashujiecheng
- C++语言,利用数据结构中的链表实现大数阶乘-c++ data structure
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
