CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 大数 阶乘 链表 实现

搜索资源列表

  1. factorial

    0下载:
  2. 用链表实现的大数阶乘,可以计算n万的阶乘,不过3万以上,时间就很长了。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.09mb
    • 提供者:裴国东
  1. bignum

    0下载:
  2. 使用链表实现大数的阶乘运算,如10000!的计算,速度还可以-BigNum
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:397.06kb
    • 提供者:历历
  1. factorial_list

    0下载:
  2. 实现大数阶乘(大于20以上的数)链表描述-Achieve the factorial of large numbers (more than 20 more than a few) list descr iption
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:545.4kb
    • 提供者:彭少坤
  1. Factorial_Cal

    0下载:
  2. 用链表实现的大数阶乘。可以计算大数的阶乘。-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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:281kb
    • 提供者:S.V.Lover
  1. jiecheng

    0下载:
  2. vc6下实现的基于双链表的大数阶乘算法,详细实现了双链表-vc6 doublelinktable
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:519.45kb
    • 提供者:郑学兵
  1. factorial

    0下载:
  2. C++ 链表实现大数阶乘 C++ 链表实现大数阶乘-C++ The linked list of tarsus factorial
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8.27kb
    • 提供者:badi
  1. sashujiecheng

    1下载:
  2. 用链表实现的大数阶乘,效率并不是很高,但是应该对初学者很有帮助。这是我们的实习作业,希望能够给人以参考-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
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:276.88kb
    • 提供者:yinquanchao
  1. bignumber

    0下载:
  2. 大数阶乘,实现了计算较大数的阶乘运算,结合了链表结构-big number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:555.2kb
    • 提供者:pizicaidan
  1. DaShuJieCheng

    0下载:
  2. 1 实现大数阶乘 2 数据结构与算法 3 链表实现-1 realization of large numbers factorial 2 Data Structures and Algorithms 3 linked list implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:14.45kb
    • 提供者:
  1. 123

    0下载:
  2. 用链表实现的大数阶乘,此程序可以计算出很大的数的阶乘而不出现崩溃现象-Linked list to implement the factorial of large numbers, this program can calculate the factorial of a large number of not collapse phenomenon
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2.28mb
    • 提供者:辛亚超
  1. dashujiecheng

    0下载:
  2. 利用链表类或者标准STL实现任意大数阶乘的精确计算,并在屏幕上显示出来-The linked list class or standard STL implementation of any accurate calculation of the factorial of large numbers, and displayed on the screen
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:643byte
    • 提供者:说了再见
  1. multiply

    0下载:
  2. 大数阶乘 本代码是用c++编写以类来实现的,采用链表的形式-Factorial of large numbers of the code written using c++ to class, using a linked list in the form of
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:951byte
    • 提供者:wyt
  1. Factorial

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:236.04kb
    • 提供者:lianglingli
  1. Factorial-of-large-numbers

    0下载:
  2. 基于链表的大数阶乘,使用自己的链表实现,可以计算10W的阶乘-Based on the list of the factorial of large numbers, to use their own lists to achieve, you can calculate the factorial 10W
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:972.29kb
    • 提供者:云说
  1. dashujiecheng

    0下载:
  2. C++语言,利用数据结构中的链表实现大数阶乘-c++ data structure
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2.25kb
    • 提供者:sunshanai
  1. Normal-Algorithm

    0下载:
  2. 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.19mb
    • 提供者:刘楠
搜珍网 www.dssz.com