CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 阶乘

搜索资源列表

  1. 源文件.rar

    1下载:
  2. 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:35970
    • 提供者:
  1. dashujiecheng

    0下载:
  2. 该源代码利用计算机模拟乘法竖式 计算阶乘 将每位数子保存在用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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3496
    • 提供者:杨浩
  1. vc511678900355

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

    • 发布日期:2008-10-13
    • 文件大小:2704
    • 提供者:梁小姐
  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 small, it is virtually impossible
  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. 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. 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. 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. multiply(LJ)

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

    • 发布日期:2008-10-13
    • 文件大小:6366
    • 提供者:李小跳
  1. 算10000以内数阶乘的C语言程序

    0下载:
  2. 算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1264
    • 提供者:盛可帕
  1. 阶乘求和问题

    0下载:
  2. 阶乘求和问题 C++算法-factorial algorithm C
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:仁笑
  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. 计算10000以内的阶乘

    0下载:
  2. 计算10000以内的阶乘,计算阶乘的程序-calculation 10,000 within the factorial calculated factorial procedure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1212
    • 提供者:撒嗯
  1. “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等

    1下载:
  2. “神码”--重载运算符 高精度运算,加减乘除排列组合阶乘等
  3. 所属分类:STL

  1. FactorialOfNandSumOfTheseFactorial

    0下载:
  2. 计算一个整数的阶乘以及从1到整数你的阶乘的和-Calculation of the factorial as well as an integer from 1 to integer and factorial your
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:4459
    • 提供者:夏天
  1. 新建 Microsoft Word 文档

    0下载:
  2. C语言实现阶乘,可以是任意一个数的阶乘,当然要计算机能够存的下(C language implementation factorial)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:15360
    • 提供者:Mysoultime
  1. 自适应控制(有突变无阶次辨识)

    0下载:
  2. 带遗忘因子的递推最小二乘参数估计以及带有辅助变量的广义最小方差自校正控制算法及结果,源码可找我要(Recursive Least Squares Parameter Estimation with Forgetting Factor and Generalized Minimum Variance Self-Tuning Control Algorithm with Auxiliary Variables and Results)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-07
    • 文件大小:647168
    • 提供者:爱你千百回
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com