CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 阶乘

搜索资源列表

  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下运行,可能会出现乱码,但不影响程序的计算结果。 注:因为D
  3. 所属分类:C#编程

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

    0下载:
  2. 程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-a process has begun to request the initialization of a number of factorial procedure can only be run, to changes in the source code for a small change can be
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1510
    • 提供者:骆子丞
  1. 大整数数阶乘1111

    0下载:
  2. 用C#写的一个计算大整数阶乘的计算器,可以计算1000以上的大整数阶乘,只要你的CPU够快!呵呵。-C# write a factorial large integer calculation of the calculator, can be calculated more than in the 1000 round factorial, as long as your CPU fast enough! Ha ha.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:83055
    • 提供者:张亚宾
  1. 两个数阶乘相加

    0下载:
  2. 1\两个数阶乘相加 2、两个数阶乘相减 3、两个数阶乘相乘 4、两个数阶乘相除 5、一个数的阶乘表达方式 6、利用阶乘算E的数值-1.add fact 2.subtract fact 3、multi fact 4.divise fact 5.show the fact 6.canculate e
  3. 所属分类:其他小程序

    • 发布日期:2017-03-29
    • 文件大小:1022
    • 提供者:oky
  1. MyAplication

    0下载:
  2. 一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:113342
    • 提供者:站长
  1. Calculator

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

    • 发布日期:2017-05-24
    • 文件大小:7882988
    • 提供者:钟玲
  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
    • 文件大小:594
    • 提供者:姜北樵
  1. jiecheng

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

    • 发布日期:2017-05-01
    • 文件大小:1012714
    • 提供者:陈樊
  1. shell

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

    • 发布日期:2017-04-08
    • 文件大小:70635
    • 提供者:冯小春
  1. factorial_list

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

    • 发布日期:2017-03-31
    • 文件大小:558490
    • 提供者:彭少坤
  1. OJ18.1

    0下载:
  2. 因子分解阶乘版的算法实现,题目来源于飞燕算法论坛-Factorization factorial version of the algorithm, the title comes from the delphinium algorithm Forum
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:569
    • 提供者:jack
  1. 阶乘

    0下载:
  2. 计算20以内的阶乘,只用了输入输出两个函数(Calculate the factorial within 20)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:36864
    • 提供者:小熊喝牛
  1. (法雷 ,大数阶乘)

    0下载:
  2. 法雷序列和大数阶乘基于c++的实现,并储存到文件中(Farey sequence and the factorial of large numbers)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:78848
    • 提供者:飒沓的
  1. 递归方法求阶乘字符串反转c#

    0下载:
  2. 递归方法求阶乘字符串反转c#实现。递归有时间是很有用的,如果能灵活操作,那更是妙不可言。
  3. 所属分类:Windows编程

  1. 偏最小二乘回归的线性与非线性方法(书.王惠文)

    0下载:
  2. 偏最小二乘回归的线性与非线性方法,王惠文著。讲了偏最小二乘通径回归模型和递阶偏最小二乘回归模型。(Partial Least Squares Regression Linear and Nonlinear Methods, by Wang Huiwen. The partial least square path regression model and the hierarchical partial least-squares regression model are introduced.
  3. 所属分类:其他

  1. 阶乘计算

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

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:theisness
  1. 阶乘

    0下载:
  2. 可以计算10000以内的阶乘,并自动识别用户输入的命令(You can calculate the factorial within 10000, and automatically identify the commands that the user enters.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:panda2018
  1. 1000以内阶乘

    0下载:
  2. 此算法可以计算1000以内任何数的阶乘,解决了大数据难以储存的问题(This algorithm can calculate the factorial of any number within 1000, and solve the problem that the large data is hard to store.)
  3. 所属分类:其他小程序

    • 发布日期:2018-04-21
    • 文件大小:3602432
    • 提供者:Cover attano
  1. 阶乘

    0下载:
  2. 利用C语言,实现阶乘的功能,比较简单,对做实验的学生较有用(Using the C language to realize the function of the factorial.This is relatively simple and useful for students who do experiments.)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com