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

搜索资源列表

  1. n的阶乘

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

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

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

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

    0下载:
  2. 一般来说,任何大于0的正整数n的阶乘等于n与(n-1)的阶乘的积,即n!=n(n-1)!。用(n-1)!的值来表示n!的值其表达式就是一种递归调用,因为一个阶乘的值是以另一个阶乘的值为基础的。 此程序是采用递归调用求正数n的阶乘的程序
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11.34kb
    • 提供者:王伟
  1. Factorial

    0下载:
  2. 用来计算N!最后一位非0数字,有一定的数论原理包含其中
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:95.75kb
    • 提供者:白伟
  1. 大整数乘法

    0下载:
  2. n的阶乘.rar 可以求数的阶乘 是以递归算法为基础的 对学习算法设计与-n factorial. Rar can help factorial number of recursive algorithm is based on the learning algorithm design and
  3. 所属分类:其它

    • 发布日期:2014-01-21
    • 文件大小:5kb
    • 提供者:张微
  1. factorial

    0下载:
  2. 实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .............
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:229.73kb
    • 提供者:莫斯韦
  1. n

    0下载:
  2. 用于求阶乘的汇编语言编写的程序-Factorial for the assembly language for the preparation of the procedures ... ... ... ... ... ...
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:575byte
    • 提供者:zhangjinbo
  1. jiecheng

    0下载:
  2. 用C语言编写的高精度阶乘的算法 可以算出n阶乘的完整结果-Using C language for high-precision factorial algorithm can calculate n factorial integrity of the results
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:904byte
    • 提供者:杨磊
  1. njiechengyunsuan

    0下载:
  2. N阶乘的 运算。可实现 50一下数字的 N阶乘运算 。-N factorial arithmetic. Can be achieved about 50-digit N factorial computing.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-05
    • 文件大小:10.21kb
    • 提供者:qian
  1. 100

    0下载:
  2. 100!编写计算N阶乘的程序,数值N由键盘输入,N的值要在0到65536之间(用一个16位的字表示),结果在显示器上显示。-100! Preparation procedures for calculating N factorial, numerical N from keyboard input, N value to between 0-65536 (16 with a word that), the results displayed on the monitor.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:795byte
    • 提供者:huanghao
  1. N!

    0下载:
  2. 计算N!: 编写计算N阶乘的程序,数值N由键盘输入,N的值要在0到65536之间(用一个16位的字表示),结果在显示器上显示。 -Calculation of N! : Preparation of N factorial process calculation, numerical N from keyboard input, N the value of 0-65536 in between (with a 16-bit word that), the results shown i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4.26kb
    • 提供者:李丽
  1. 1

    0下载:
  2. 任意一个字符串(字母和数字),在其中插一、题目:阶乘 源程序名    fact.??? (pas,c,cpp) 可执行文件名 fact.exe 输入文件名   fact.in 输出文件名 fact.out 阶乘的定义如下: N! = 1 * 2 * 3 * ... * N-1 * N 例如, 12! = 1*2*3*4*5*6*7*8*9*10*11*12 = 479001600 最右的非0位是6,后面有2个0。 写一个程序计算N!最右非0位和末尾的0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:8.93kb
    • 提供者:哈密瓜
  1. factorial

    0下载:
  2. The factorial of a nonnegative integer n is written n! (pronounced “n factorial”) and is defined as follows: n! = n • (n - 1) • (n - 2) • ... • 1 (for values of n greater than or equal to 1) and n! = 1 (for n = 0). For e
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:639byte
    • 提供者:sillyp
  1. factorial

    0下载:
  2. 求任意一个自然数N的阶乘,返回值的大小,同时若有调用错误返回提示信息-Find any natural number N factorial, the size of the return value, while if an error return message calls
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:682byte
    • 提供者:deng
  1. seeking-algorithm-for-n!

    0下载:
  2. 一个对求n的阶乘的高精度算法,看了后会让你大开眼界-One pair of high-precision requirements of n factorial algorithm, you will after reading an eye-opener ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:42.07kb
    • 提供者:叶梓
  1. n

    0下载:
  2. 利用VC++計算N階乘 簡單又實用的範例-Examples of the use of VC++ calculate N factorial simple and practical
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:166.59kb
    • 提供者:Eden
  1. n

    0下载:
  2. labview 实现n的阶乘 思路清晰 适合初学者参考-labview clear ideas of n factorial reference for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.13kb
    • 提供者:铁皮青蛙
  1. factorial

    0下载:
  2. n:n 的阶乘 返回值:阶乘结果的位数 注意: 本程序直接输出n!的结果,需要返回结果请保留long a[] 需要math.h -n: n factorial Return value: the median factorial results Note: The results of this program directly output n!, You need to return the results, please retain long a [
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:45.88kb
    • 提供者:袁丽丽
  1. Factorial.tar

    0下载:
  2. This is a program that count factorial of big data.
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:3kb
    • 提供者:hagh
  1. n阶乘求和

    0下载:
  2. 使用c++实现的n阶乘求和的功能,在windows环境下运行。(The function of n factorial summation implemented by c++ is run in Windows environment.)
  3. 所属分类:

    • 发布日期:2018-05-01
    • 文件大小:14kb
    • 提供者:yangwenhan
« 12 3 4 5 »
搜珍网 www.dssz.com