搜索资源列表

  1. 一个计算阶乘的程序

    0下载:
  2. 一个计算阶乘的程序,输入范围一内的所有的数的阶乘都可以显示!但还有些小问题请高手指点!-A program to count factorial, inputing all the number in range one,then the result of it may show! But there are some questions inviting the master-hand finger out.
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:6552
    • 提供者:王西
  1. 天文数的阶乘

    0下载:
  2. 我编写了一个“天文数字计算”程序突破了这一限制,可以把数字的长度扩充到无穷多位。除了能做加、减、乘、除、求模等基本运算外还可以做阶乘、乘方、开平方等运算。 例如:10000! = ?、(2002^2000)%9999 = 9394、2002的平方根的小数点后第10000位是4。 下面这个程序只是我用编写的“天文数字计算”里的一个计算。 因为在程序代码中使用了中文,所以这个程序如果不在中文DOS下运行,可能
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1507
    • 提供者:高天一
  1. n的阶乘

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:11611
    • 提供者:王伟
  1. 9_7jiechen

    0下载:
  2. vc++编写的一个求大数阶乘的程序 闪点在于边界的处理上
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1149
    • 提供者:shijie
  1. num

    0下载:
  2. 大整数阶乘新思路,实现了大整数阶乘的程序
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:923
    • 提供者:鱼大
  1. 算10000以内数阶乘的C语言程序

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

    • 发布日期:2008-10-13
    • 文件大小:1264
    • 提供者:盛可帕
  1. 计算10000以内的阶乘

    0下载:
  2. 计算10000以内的阶乘,计算阶乘的程序-calculation 10,000 within the factorial calculated factorial procedure
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1212
    • 提供者:撒嗯
  1. n的阶乘

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

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

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:盛可帕
  1. 计算10000以内的阶乘

    0下载:
  2. 计算10000以内的阶乘,计算阶乘的程序-calculation 10,000 within the factorial calculated factorial procedure
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:撒嗯
  1. 一个计算阶乘的程序

    0下载:
  2. 一个计算阶乘的程序,输入范围一内的所有的数的阶乘都可以显示!但还有些小问题请高手指点!-A program to count factorial, inputing all the number in range one,then the result of it may show! But there are some questions inviting the master-hand finger out.
  3. 所属分类:菜单

    • 发布日期:2024-05-03
    • 文件大小:246784
    • 提供者:王西
  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. 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-03
    • 文件大小:1024
    • 提供者:shijie
  1. n!

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:Ken
  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-03
    • 文件大小:6144
    • 提供者:jgwang
  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-03
    • 文件大小: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-03
    • 文件大小: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-03
    • 文件大小:245760
    • 提供者:zhangyun
  1. 阶乘计算

    0下载:
  2. python3.0x版本的一个阶乘计算程序,用于学习python基础(The python3.0x version of a factorial computing program for learning the python base)
  3. 所属分类:Windows编程

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

源码中国 www.ymcn.org