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

搜索资源列表

  1. java

    0下载:
  2. 一个能实现计算器功能的Java程序,可以进行加、减、乘、除(另外可适当加上阶乘、正弦、余弦和指数)运算。-Calculator functions to achieve a Java program, you can add, subtract, multiply, divide (also may be appropriate with factorial, sine, cosine and index) calculation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5156
    • 提供者:feng
  1. demo

    0下载:
  2. 模拟我们乘法计算的方式,进行大数的阶乘计算,可以计算高达12000!的数字正确输出,但缺点是比较慢,因为是一位一位计算,优点是通用性强。-a code for factorial calculation up to 12000.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:828
    • 提供者:zxp
  1. demo2

    0下载:
  2. 模拟我们乘法计算的方式,进行大数的阶乘计算,可以计算高达12000!的数字正确输出,计算速度快。-a code for fast calculation of factorial up to 12000!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:zxp
  1. 87

    0下载:
  2. 本设计以STC89C516RD+单片机为控制运算器,以8*6矩阵键盘控制,以12864ZB液晶显示,以9V电池供电。 对于此计算器我用了38个键的矩阵键盘,10个数字键,1个小数点键,1个正负键,4个常用运算键,1个等号键,1个清零键,1个第二功能键,4个三角函数运算键,4个常用公式键,还有8个其它功能键。此计算器与常用计算器无很大差别,其中四则运算、阶乘、百分比、平方、立方、组合、乘方、倒数都可以精确到十位 ,其它运算因为调用到C语言函数库,为浮点型,有效位只有7位。 -The des
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:78183
    • 提供者:huangyanfeng
  1. 7.2_Communicate

    0下载:
  2. 选择“5的阶乘”、“10的阶乘”或“15的阶乘”单选按钮,单击“计算”按钮进行计算。-Communicate\debug\Communicate.exe程序
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:29145
    • 提供者:nicolas
  1. BigNumber

    0下载:
  2. 用间单的C++语言来计算阶乘,运用多个头文件-Between the sheets with the C++ language to calculate the factorial, using multiple header files
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:736580
    • 提供者:戴兵兵
  1. BigNum_List_factorial

    0下载:
  2. 数据结构中一个基于链表的大数阶乘,每节点存储3位数据-Data structure a linked list-based factorial of large numbers, each node in the data storage 3
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1516
    • 提供者:shadow
  1. caluter

    0下载:
  2. 数学运算包括加、减、乘、除等 复杂的拓展数学运算的实现 包括阶乘、相反数、三角函数、反三角函数、指数函数、对数函数、幂函数、开方、倒数等。其中三角、反三角函数包括用弧度计算和用角度计算。 -Mathematical operations including addition, subtraction, multiplication, division, etc. Complex mathematical operations to achieve development In
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3744870
    • 提供者:张振磊
  1. caulter

    0下载:
  2. 数学运算包括加、减、乘、除等 复杂的拓展数学运算的实现 包括阶乘、相反数、三角函数、反三角函数、指数函数、对数函数、幂函数、开方、倒数等。其中三角、反三角函数包括用弧度计算和用角度计算。 achieve development Including factorial, on the contrary the number of trigonometric functions, inverse trigonometric functions, exponential functio
  3. 所属分类:JavaScript

    • 发布日期:2017-05-15
    • 文件大小:3752202
    • 提供者:张振磊
  1. work

    0下载:
  2. delphi多线程变成范例,求无限大数阶乘方案,20100715提交,原创唐先生-delphi multithreading to become an example of the factorial of large numbers seeking unlimited options, 20,100,715 submit original Tang
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:227818
    • 提供者:我爱谁
  1. n!

    0下载:
  2. 阶乘结果超过long long 的精确算法-Results over long long factorial exact algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:刘俊
  1. ab

    0下载:
  2. 计算大数的阶乘,并输出结果的位数!计算范围为1至3-Calculate factorial of large numbers, and the output bits! Calculate the range of 1-3000
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:525
    • 提供者:夏博
  1. 100!

    0下载:
  2. 计算100的阶乘,有时候普通变量不能存储超过越界的值。这里就有越界的思想-Calculate factorial of 100, sometimes more than ordinary variable can not store the value of cross-border. Here are a cross-border thinking
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:681
    • 提供者:吴俊杰
  1. Factorial

    0下载:
  2. 微软面试题。这篇文章主要讨论大数的阶乘问题。-Microsoft surface questions. This article focuses on the large number of the factorial problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:219117
    • 提供者:陈风
  1. Factorial_algorithm_standard_C_language_code_for_c

    0下载:
  2. 阶乘算法标准C语言控制台经典代码Factorial algorithm standard C language code for the console classic-Factorial algorithm standard C language code for the console classic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1889
    • 提供者:ead
  1. C_language_programming_algorithm_factorial_classic

    0下载:
  2. C编程实现阶乘的C语言的算法经典代码C language programming algorithm factorial classic code-C of C language programming algorithm factorial classic code
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1918
    • 提供者:hjk
  1. java

    0下载:
  2. 计算器的设计与实现 设计一个能实现计算器功能的Java程序,可以进行加、减、乘、除(另外可适当加上阶乘、正弦、余弦和指数)运算。-Design and implementation of the calculator design a calculator function to achieve Java program, you can add, subtract, multiply, divide (also may be appropriate with factorial, sine
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:8847
    • 提供者:zhouping
  1. cpp

    0下载:
  2. 最基础的c++作业小程序,求和,阶乘,最大公约数-The most basic c++ program, such as the sum, factorial, greatest common divisor etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:22258
    • 提供者:jyy
  1. Factorial_Cal

    0下载:
  2. 用链表实现的大数阶乘。可以计算大数的阶乘。-It a programe that uses linked list to calculate the factorial of a large number,which can be very long,or cannot be calculated by int or double.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:287743
    • 提供者:S.V.Lover
  1. factorial

    0下载:
  2. 组合数学里面计算n的阶乘后面有几个0,并对结果进行校验-compute how many zeros in the endwhen you compute an int number
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:53271
    • 提供者:shiliang
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 37 »
搜珍网 www.dssz.com