搜索资源列表

  1. 比较大的数的阶乘

    0下载:
  2. 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现-many people may have thought about the need to achieve some fairly large number of factorial. But C is the standard data types storage space is too smal
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-06-29
    • 文件大小:1741
    • 提供者:张毅
  1. BigNumFactorial

    0下载:
  2. 一个简单的计算N!程序,我们C++的实验,可以计算三位数以上的数阶乘,效率还不错-a simple calculation N! The process, we Experimental C can be calculated over a number of triple-digit factorial. efficiency also good
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9635
    • 提供者:黄晓恒
  1. hugeint00

    0下载:
  2. 此程序用于大整数运算,定义了类,运算符重载等。可以用。还有阶乘输出 -procedure for large integer arithmetic, the definition of the category, such as Operator. Can use. There factorial output
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3180
    • 提供者:xz
  1. jiecheng1

    0下载:
  2. 计算阶乘小程序,并且把结果写到输入的文件中-factorial small calculation procedures, and writes the results to the importation of the paper
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:gaozilai
  1. n的阶乘

    0下载:
  2. 应用c++开发的n的阶乘的程序-application development n factorial procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1897
    • 提供者:林进
  1. jiecheng

    0下载:
  2. 实现阶乘运算! 非常好用-achieve factorial Operational! Very handy
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1395
    • 提供者:伊凡
  1. stairs

    0下载:
  2. 一个用数组的方法解决大数、巨数的阶乘结果越界问题的算法.-an array of methods used to solve large numbers, the huge number of cross-border issues results factorial algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1059
    • 提供者:ghostfish
  1. 16-bit数的偶数奇偶校验

    0下载:
  2. 16-bit数的偶数奇偶校验及阶乘运算,用verilog写-16-bit number of even parity and factorial computation, written using Verilog
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1475
    • 提供者:杨艳
  1. multiBigNumber

    0下载:
  2. 数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:jimmy212
  1. my_factorial

    0下载:
  2. 只要你的计算机存贮得下,它就能够运行!它就能够给你满意的答案!!它就是改进后的也阶乘函数my_factorial()-as long as you store in the computer, it can run! It can give you a satisfactory answer! ! It is also improved the factorial function my_factorial ()
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1606
    • 提供者:秦征
  1. supcode_6035

    0下载:
  2. 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:33989
    • 提供者:lq
  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. TheFactorialOfBigNumber

    0下载:
  2. 求一个较大数的阶乘!例如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.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8613
    • 提供者:王肖晨
  1. caljiecheng

    0下载:
  2. 计算阶乘的算法,方法采用逆序计算的数据结构,效率很高。-factorial algorithm calculation, calculation methods used Reverse the data structure, high efficiency.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1983
    • 提供者:bodiz2002
  1. lianbiaodashujiecheng

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

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

    0下载:
  2. 用链表求300的阶乘,并且返回链表节点的个数.-used for the factorial 300, and returned to the linked list node number.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6366
    • 提供者:李小跳
  1. jiecheng1-20000

    0下载:
  2. 可对任意的1-20000的数做阶乘。简单方便-be right arbitrary number 1-20000 do the factorial. Easy
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1153
    • 提供者:王权
  1. cbig

    0下载:
  2. 大数的阶乘 算法 初学者容易犯数据类型的范围溢出问题 初学者值得仔细研究-majority of the factorial algorithm beginners easily commit scope of the types of data overflow problems beginners deserves careful study
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1024
    • 提供者:范俊友
  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 2 3 4 5 6 78 9 10 11 12 ... 38 »

源码中国 www.ymcn.org