搜索资源列表

  1. 100!

    1下载:
  2. 100阶乘的数组存储算法-100 factorial array storage algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:何丢
  1. 算10000以内数阶乘的C语言程序

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:盛可帕
  1. Factorial

    0下载:
  2. BigInteger使用方法,求到50的阶乘-The BigInteger use, seeking a 50 factorial
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:8192
    • 提供者:hereok
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:200704
    • 提供者:刘华
  1. bigdata

    0下载:
  2. 实现不超过100的数的阶乘!用数组实现打出的存储,与去放!-not achieve more than 100 the number of factorial! Making use of the array to achieve the storage, and up to!
  3. 所属分类:书籍源码

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:李强
  1. factorial

    0下载:
  2. 用链表实现的大数阶乘,可以计算n万的阶乘,不过3万以上,时间就很长了。-List realize with the factorial of large numbers, can calculate the factorial of n million, but more than 30,000, time is very long.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1221632
    • 提供者:裴国东
  1. factorial

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

    • 发布日期:2024-05-03
    • 文件大小:11264
    • 提供者:王伟
  1. factorial

    0下载:
  2. 利用数组实现大数阶乘,初始数组设为long int,长度35000,可以实现8000以内任意数的阶乘,可以修改数组长度,改变所计算数的范围。用c实现,vc6.0环境下测试通过-Realize the use of an array of factorial of large numbers, the initial array as long int, the length of 35000, you can realize arbit
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:tumbler
  1. factorial

    0下载:
  2. 阶乘的C++实现方法,包含了好几种实现方法,包括循环法、递归等-Factorial of the C++ Realization method, contains several methods, including the cycle of law, such as recursive
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:陈军
  1. factorial

    0下载:
  2. 该程序用来计算任何一个自然数的阶乘,并且可形象化显示其输出-The procedure used to calculate any factorial of a natural number, and could visualize the show its output
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-03
    • 文件大小:688128
    • 提供者:吴学艳
  1. C++N!suanfa

    0下载:
  2. 用VC6.0编译出的求阶乘算法(0---10000)标准C 语言控制台应用程序 -Using VC6.0 compiler seek out factorial algorithm (0-10000) standard C language console application
  3. 所属分类:并行运算

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:郭俊
  1. factorial

    0下载:
  2. 用matlab编的一个程序用于求一个数的阶乘-Matlab made with a procedure for seeking a number of factorial
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:温秋玲
  1. Factorial

    0下载:
  2. 实现求一个数N的阶乘,输入一个数检查是否合格,然后将其阶乘的结果输出-To achieve for the factorial of a number of N, type a number to check eligibility, and then output the results of factorial
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-03
    • 文件大小:13312
    • 提供者:解云峰
  1. big-figure-factorial

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:姜北樵
  1. factorial

    0下载:
  2. 超高精度算阶乘(快速) ,很快的哦,几行的代码-Ultra-high-precision factorial operator (fast) (
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:_free_
  1. 1_Factorial

    0下载:
  2. 计算10000的阶乘,结果存储在out.txt中。 如果算更大的数,注意更改数组大小。-10000 calculated the factorial, the result is stored in the in out.txt. If a greater number of operators, pay attention to changes in the size of the array.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-03
    • 文件大小:8192
    • 提供者:卡米力江
  1. Factorial

    0下载:
  2. 该程序是用来计算一个正整数的阶乘,并且在一个对话框里显示最后的结果。-The program is used to calculate the factorial of a positive integer, and a dialog box shows the final results.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:阎贺
  1. factorial

    0下载:
  2. verilog code for factorial algorithm
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-03
    • 文件大小:20480
    • 提供者:swapna
  1. factorial

    0下载:
  2. 计算任意的数的阶乘,要求:运用if else if结构和for结构。(Calculate the factorial of any number, requirements: the use of if, else, if structure and for structure.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:nature boy
  1. Factorial.tar

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

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:hagh
« 12 3 4 5 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org