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

搜索资源列表

  1. multiply

    0下载:
  2. 计算阶乘的程序 在红旗linux桌面6.0(linux内核版本2.6.23.1-4),gcc版本4.2.1条件下成功运行,计算结果正确。-Procedures for calculating the factorial of the red flag linux desktop 6.0 (linux kernel version 2.6.23.1-4), gcc version 4.2.1 running under the conditions of success to calculat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1063
    • 提供者:朱赫
  1. multiplydouble

    0下载:
  2. 计算阶乘的程序。 在内核为2.6.23.1-4的红旗LINUX下成功运行,结果正确。 特点:有效位数精确到最低位(即乘法结果有几位有效数字有几位)。-Factorial calculation procedures. Kernel 2.6.23.1-4 in the red for the successful running LINUX, the results correctly. Characteristics: the median effective precisely to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1324
    • 提供者:朱赫
  1. bignum

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

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

    0下载:
  2. ADS1.2集成开发环境,实现n项阶乘和1!+2!+3!+-ARM实现
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:17688
    • 提供者:陈亮
  1. calculate

    0下载:
  2. 基于QT做的一个计算器,能够进行加减乘除、阶乘等运算外,还有部分三角函数的运算-To do a QT-based calculator capable of addition, subtraction, factorials and other operations, there are some trigonometric computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3255875
    • 提供者:李金宝
  1. conv

    0下载:
  2. 实现n阶乘的汇编实现 在view:memory(address:0x1000)可查看结果 默认n为5-N factorial assembler implementation View: memory (address: 0x1000) can view the results Default n is 5
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:40830
    • 提供者:安森送
  1. MALAJ

    0下载:
  2. 简单计算器包括双目运算和单目运算功能。双目运算符包含基本的四则运算及乘幂功能,单目运算符包含正余弦,阶乘,对数,开方,倒数等运算。可对输入任意操作数,包括小数和整数及正数和负数进行以上的所有运算并能连续运算。出现错误会给出相应提示,同时包含清除,退格,退出功能以及有与所有按钮相对应的菜单项-Simple calculator includes a binary operator and a unary function. Binocular operator contains four basi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:486985
    • 提供者:赵子龙
  1. dasujie

    0下载:
  2. 大数阶乘算法,能算很大 的数的阶乘,太神奇了,但就是不知道有什么用?-Large numbers factorial algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1676
    • 提供者:lemoin
  1. Large-integer-factorial

    0下载:
  2. 本实例实现了一个计算大整数阶乘的程序。通常使用递归来计算一个整数的阶乘。但是, 因为ii.算本身能够表示的最大整数是有限的,所以能够计算的阶乘整数要受到限制。本程序使 用数组来存储结果,因而很好地解决了这个问题,只要有足够大的数组就能计.任意大的整数0-Examples of the realization of a to calculate large integer factorial program. Usually use recursion to calculate the facto
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:754
    • 提供者:hxk
  1. The-factorial-of-large-numbers

    0下载:
  2. 对大数进行阶乘,使用C++编程,能够快速计算出很大的数值。-The factorial of the number, the use of C++ programming
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:293325
    • 提供者:谢新
  1. Factorial-sum

    0下载:
  2. 这是一个求解从一到一百阶乘和的公式,里面还有粒子群优化算法程序。 -This is a solution from one to one hundred factorial and formulas, there is also a particle swarm optimization algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:1384
    • 提供者:周洋
  1. Calculator

    0下载:
  2. 简单的计算器代码,可以计算对数指数开放乘方幂运算和阶乘-easy calculator
  3. 所属分类:Driver develop

    • 发布日期:2017-05-02
    • 文件大小:786432
    • 提供者:liqin
  1. piriul

    0下载:
  2. C#做的一个阶乘计算器,很有意思的,算法作业,虎弄老师的,-C# do a factorial calculator, very interesting, algorithm, tiger teacher,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:Gqbvjelle
  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
    • 提供者:徐永康
搜珍网 www.dssz.com