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

搜索资源列表

  1. factorial

    0下载:
  2. Programms that computes the factorial of large numbers.
  3. 所属分类:数据结构常用算法

  1. factorial

    0下载:
  2. 编写一个大整数类,实现输入正整数的阶乘计算。压缩包里包括factorial.h和factorial.c-Preparation of a large integer class, enter a positive integer factorial calculation. To compression the bag including factorial.h and factorial.cpp
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:843byte
    • 提供者:赵瑾
  1. Factorial

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

    • 发布日期:2017-11-04
    • 文件大小:8.49kb
    • 提供者:hereok
  1. factorial

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

    • 发布日期:2017-03-29
    • 文件大小:586byte
    • 提供者:温秋玲
  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. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:13.41kb
    • 提供者:解云峰
  1. big-figure-factorial

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

    • 发布日期:2017-04-10
    • 文件大小:594byte
    • 提供者:姜北樵
  1. factorial

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

    • 发布日期:2017-04-02
    • 文件大小:792byte
    • 提供者:_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. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:7.55kb
    • 提供者:卡米力江
  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. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1.24kb
    • 提供者:阎贺
  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. this program calculate factorial
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2.13kb
    • 提供者:hamidamir
  1. Factorial

    0下载:
  2. 一个计算阶乘的小算法,用vs2008写的-A calculation of a small factorial algorithm, written using vs2008
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:853byte
    • 提供者:尤小米
  1. factorial(recursion)

    0下载:
  2. factorial recursion written in java copy to netbeans or any ide and it will run
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1.33kb
    • 提供者:zaza
  1. 1000

    0下载:
  2. 用java语言编写的关于1000阶乘的程序,每行后面都有注释。-Using java language on the 1000 factorial process, each line of the back has a comment.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:1014byte
    • 提供者:Bobo
  1. Java-code-factorial-and-combinaison

    0下载:
  2. simple Java code for factorial and combinaison (math)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:11.69kb
    • 提供者:abed
  1. Factorial

    0下载:
  2. 该程序借助Java实现了任意大小的实数的乘法,可对任意大小的实数进行加减乘除运算。该算法速度快,且没有错误.这里以计算100的阶乘作为示例,来演示算法的高效及正确性。该算法已经优化,可以在一秒钟以内计算出100以内的阶乘。-The procedure asked for help of Java to carry out arbitrarily the multiplication of the real amount of size, can to arbitrarily the real a
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:874byte
    • 提供者:许陈晨
  1. Factorial

    0下载:
  2. This program is a factorial program that process a given number from the user. The result are the numbers or the factorial of the given number.
  3. 所属分类:Windows Develop

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

    0下载:
  2. verilog code for factorial algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:20.24kb
    • 提供者: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. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:1kb
    • 提供者:nature boy
  1. Factorial.tar

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

    • 发布日期:2018-01-01
    • 文件大小:3kb
    • 提供者:hagh
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com