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

搜索资源列表

  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
    • 文件大小:1022byte
    • 提供者:oky
  1. xitongbianshi

    0下载:
  2. 应用一般最小二乘法与递推式最小二乘法对二阶系统进行参数辨识-RLS
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:259.52kb
    • 提供者:恰克
  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. 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
    • 文件大小:110.69kb
    • 提供者:站长
  1. jiecheng

    0下载:
  2. 在VC++中利用数组来实现超大整数的阶乘-In VC++ Use the array to achieve super-integer factorial
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:5.36kb
    • 提供者:slcfn
  1. jiecheng

    0下载:
  2. 用c++实现的一个简单的算法小程序,是关于阶乘的计算的-With c++ Achieved a simple algorithm applet is on the factorial calculation of
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4.89kb
    • 提供者:liu
  1. jiecheng

    0下载:
  2. 用C语言编写的高精度阶乘的算法 可以算出n阶乘的完整结果-Using C language for high-precision factorial algorithm can calculate n factorial integrity of the results
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:904byte
    • 提供者:杨磊
  1. 2008.12.1

    0下载:
  2. 计算大数的阶乘,用的链表和数组的方法。 用于学习-Calculation of the factorial of large numbers, using the linked list and array method. For learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.53kb
    • 提供者:wuweihua
  1. vc

    1下载:
  2. 1) 具备十进制输入(0、1、2…8、9),扩展十六进制运算符(A、B…E、F),具备基本的运算功能,包括加法、减法、乘法、除法、取反,具备小数运算; 2) 三角函数运算,(反)正弦、(反)余弦、(反)正切、(反)余切; 3) 科学运算,包括乘方、取模、开方、指数、阶乘、对数、π和e,角度、弧度切换,二进制、八进制、十进制及十六进制数切换运算, 4) 具备历史计算的记忆功能 5) 用户操作非法或出错时,系统会显示提示; -1) with decimal input
  3. 所属分类:其他小程序

    • 发布日期:2013-01-12
    • 文件大小:69.62kb
    • 提供者:king
  1. jiecheng

    0下载:
  2. 计算某个数的阶乘,子函数,可直接调用,生成可执行文件-Calculation of a number of factorial, Functions direct call to generate an executable file
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6.77kb
    • 提供者:刘小米
  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
    • 文件大小:7.52mb
    • 提供者:钟玲
  1. jiecheng

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

    • 发布日期:2017-05-01
    • 文件大小:988.98kb
    • 提供者:陈樊
  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
    • 文件大小:545.4kb
    • 提供者:彭少坤
  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
    • 文件大小:569byte
    • 提供者:jack
  1. 阶乘

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

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

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

    • 发布日期:2018-01-01
    • 文件大小:77kb
    • 提供者:飒沓的
  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. 可以计算10000以内的阶乘,并自动识别用户输入的命令(You can calculate the factorial within 10000, and automatically identify the commands that the user enters.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者: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
    • 文件大小:3.44mb
    • 提供者: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 »
搜珍网 www.dssz.com