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

搜索资源列表

  1. 实习设计袁红利03060218

    0下载:
  2. C语言的的windons下大数阶乘实现,运行良好.感觉很不错,相反啊独特.需要的可以打开开看,主要运用乘法思想的原理编写而成-C language of the majority of factorial windons under achieving, well-functioning. The feeling is very good, contrary ah unique. The need to be opened opened, the main use of the principl
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:9745
    • 提供者:袁红
  1. fac_bignum1

    0下载:
  2. 计算大数阶乘,可以在1秒内计算出10000以上的整数阶乘-calculated factorial majority, in a calculated within seconds above 10,000 integer factorial
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1291
    • 提供者:李龙机
  1. lianbiaodashujiecheng

    0下载:
  2. 这是用C++编的用链表求大数阶乘,-This the C series for the use of large numbers factorial chain,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7097
    • 提供者:冷雪
  1. factorialxxxyy

    0下载:
  2. 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6417
    • 提供者:刘华
  1. HugeCalc

    0下载:
  2. 这是一个应用软件,用于处理大数,里面包含一些小的实用的软件,如生成 素数 ,大数阶乘.-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.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1784202
    • 提供者:周炳华
  1. factorial

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

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

    0下载:
  2. 利用数组实现大数阶乘,初始数组设为long int,长度35000,可以实现8000以内任意数的阶乘,可以修改数组长度,改变所计算数的范围。用c实现,vc6.0环境下测试通过
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1233
    • 提供者:tumbler
  1. CLearn

    0下载:
  2. ASCII:运行后会显示一个完整的Ascii码表。 医院体检录入:运行后有菜单选择录入新数据,还是查看现有数据,录入时有对输入数据的校验,保证录入的正确。 计算大数阶乘:采用非常优秀的递归算法,轻松算出大数的阶乘. 飞机大战:控制一个飞机打屏幕上的飞机,涉及到各种键控技术,同时也是一种分时处理的技术。 模拟电子琴:通过按数字键发出不同高低的音调。一个控制发声的小程序。 模拟霓虹灯:一个可以模拟霓虹灯效果的小程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74931
    • 提供者:高世鹏
  1. 9_7jiechen

    0下载:
  2. vc++编写的一个求大数阶乘的程序 闪点在于边界的处理上
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1149
    • 提供者:shijie
  1. N_FACTORIAL

    1下载:
  2. 这是一个计算大数阶乘的算法. ** 主要是通过链表来保存结果的每一位数。 ** 这样就不会有像long或int类型时,数太大而导致溢出的情况
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7305
    • 提供者:lotus
  1. multi

    0下载:
  2. 这是一个求大数阶乘的程序代码,里面还具体介绍了一些设计思想和存储方法
  3. 所属分类:文件操作

    • 发布日期:2014-01-19
    • 文件大小:5699
    • 提供者:jgwang
  1. BigInteger_factorial

    0下载:
  2. 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1159
    • 提供者:xiaoyihao
  1. 大数阶乘算法

    0下载:
  2. 程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1510
    • 提供者:骆子丞
  1. 大数阶乘

    0下载:
  2. 大数阶乘,能计算超大数的阶乘,算法简单易懂,采用数组存储计算结果!本算法也可以改进采用链表存储结果!-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!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9016
    • 提供者:小蒙
  1. 阶乘,乘方,排列,组合

    0下载:
  2. 这是一个用数组模拟大数运算的一个例子,主要是求“组合数”,“阶乘”,“排列数”,“乘方”。-This is a simulation of large numbers of arrays use an example of the operation is mainly to "combinations", "factorial", "with a few", "involution."
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1161
    • 提供者:hzq
  1. big-figure-factorial

    0下载:
  2. 求解大数阶乘程序,速度快,具有统计位数功能-Procedures for solving factorial of large numbers, speed and function with median statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:594
    • 提供者:姜北樵
  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
    • 文件大小:558490
    • 提供者:彭少坤
  1. (法雷 ,大数阶乘)

    0下载:
  2. 法雷序列和大数阶乘基于c++的实现,并储存到文件中(Farey sequence and the factorial of large numbers)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:78848
    • 提供者:飒沓的
  1. 大数阶乘

    0下载:
  2. 能计算大数的阶乘,而且计算的比较方便。。。。(It can calculate the factorial of large number, and it is more convenient to calculate.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:41984
    • 提供者:徐永康
  1. 阶乘

    0下载:
  2. 可以计算10000以内的阶乘,并自动识别用户输入的命令(You can calculate the factorial within 10000, and automatically identify the commands that the user enters.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:panda2018
« 12 3 4 5 6 »
搜珍网 www.dssz.com