搜索资源列表

  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-20
    • 文件大小: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-20
    • 文件大小:1024
    • 提供者:tumbler
  1. 9_7jiechen

    0下载:
  2. vc++编写的一个求大数阶乘的程序 闪点在于边界的处理上-vc++ prepared a factorial of large numbers of procedures for the flash point is the boundary treatment on
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:shijie
  1. bignumcaculate

    0下载:
  2. 大数运算的设计与实现,大数加,减,乘,除,阶乘,幂,排列组合,进制转换-Computation of large numbers of design and realization of large numbers add, subtract, multiply, divide, factorial, power, permutation and combination, hexadecimal conversion
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2213888
    • 提供者:谢新强
  1. n!

    0下载:
  2. 一个高效阶乘的程序,很简单的程序。大家交流哈!-An efficient factorial procedure, a very simple procedure. U.S. exchanges Kazakhstan!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Ken
  1. liti

    0下载:
  2. 几个例子 周长及面积 阶乘 使用内联函数计算1至100的所有整数的平方 计算倍数 输入姓名,然后在屏幕输出问候信息 -A few examples of the use of perimeter and area of factorial function inline 1-100 all integer multiples of the square of the calculation input name,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:袁军
  1. multi

    0下载:
  2. 这是一个求大数阶乘的程序代码,里面还具体介绍了一些设计思想和存储方法-This is a factorial of large numbers for the program code, which also introduce a number of specific design ideas and storage methods
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:jgwang
  1. BigInteger_factorial

    0下载:
  2. 计算大数阶乘 采用java中的BigInteger类,短时间内计算大数阶乘-Calculation of factorial of large numbers using java in the BigInteger class, a short period of time calculating the factorial of large numbers
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xiaoyihao
  1. match1

    0下载:
  2. 这是一个在汇编语言中如何实现阶乘的小程序,可完成N!及另一个字符匹配问题的小程序 -This is a compilation of language in how to achieve small-factorial process, to be completed by N! And the other characters matching a small program
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:楼敏炫
  1. N!

    1下载:
  2. 用汇编语言写的,实现N的阶乘的程序,N范围在0到9 之间-Using assembly language written by the factorial N realize procedures, N range between 0-9
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:mhb
  1. jiecheng

    0下载:
  2. 一个算200阶乘的程序,通过这个和程序可以学习大数的保存,也同时也可以稍改一下算出任意数的阶乘 -200 factorial, a numerical procedure, and procedures through which the preservation of large numbers can learn, but also at the same time can also slightly change the ca
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:245760
    • 提供者:zhangyun
  1. qiujiecheng

    0下载:
  2. 通过汇编语言设计一个小程序来求一个数的阶乘-Through assembly language to design a procedure to seek a small number of factorial
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:姚某
  1. FactorialOfNandSumOfTheseFactorial

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

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:夏天
  1. Calculator

    0下载:
  2. 本计算器一个MFC可视化程序,我用的是CDialog。这是一个高精度的计算器,不是一个简单加减乘除的计算器,有一定的 算法难度。能算超大型数据的加减乘除,能做200以内的阶乘运算.能计算很高精度的实数幂运算。使用方法基本上是和普通计算器一样的-This calculator a MFC visualization procedures are used in my CDialog. This is a high-precision
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7882752
    • 提供者:钟玲
  1. big-figure-factorial

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

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

    0下载:
  2. 用汇编语言编写的一个程序实现了1-5中个数的阶乘。-Language used to compile a program to achieve a 1-5 in the number of the factorial.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lijian
  1. jiecheng

    0下载:
  2. 一个32位小的汇编语言程序,实现正数的阶乘功能-32 a small assembly language program to achieve positive factorial function
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. jiecheng

    0下载:
  2. 输入一数字 计算从1到这个数字的阶乘的和-Enter a figure calculated from the 1 to the number and the factorial
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1012736
    • 提供者:陈樊
  1. shell

    0下载:
  2. 利用shell进行编程,包括简单的阶乘,排序-shell
  3. 所属分类:Shell编程

    • 发布日期:2024-05-20
    • 文件大小:70656
    • 提供者:冯小春
  1. factorial_list

    0下载:
  2. 实现大数阶乘(大于20以上的数)链表描述-Achieve the factorial of large numbers (more than 20 more than a few) list descr iption
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:558080
    • 提供者:彭少坤
« 1 2 34 5 6 7 8 9 10 ... 43 »

源码中国 www.ymcn.org