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

搜索资源列表

  1. Calculator

    0下载:
  2. 使用“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等。同时它还具有科学计算器的功能,比如对数运算和阶乘运算等。在精度方面还有待较强-Calculator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9821
    • 提供者:bingdu
  1. N!

    0下载:
  2. 计算N!: 编写计算N阶乘的程序,数值N由键盘输入,N的值要在0到65536之间(用一个16位的字表示),结果在显示器上显示。 -Calculation of N! : Preparation of N factorial process calculation, numerical N from keyboard input, N the value of 0-65536 in between (with a 16-bit word that), the results shown i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4361
    • 提供者:李丽
  1. chengxushejishiyan4

    0下载:
  2. 一、实验题目: 实验4 程序的形式化推导 二、实验内容: (1) 根据给定的问题,建立前置谓词和后置谓词。 (2) 根据条件语句的推导策略,建立程序中的条件语句。 (3) 构造循环不变式,确立界函数。 (4) 根据循环语句的推导策略,建立程序中的循环语句。 (5) 面向目标,退到出所要的程序。 三、实验目的 根据条件语句的推导策略和循环语句的推导策略,基于最弱前置条件的概念,用比较形式化的方法,从设计要求达到的目标一步步推导出程序。 四、实验要求: 运用
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:8144
    • 提供者:沈炯
  1. minijisuanqi

    0下载:
  2. 迷你计算器:该程序以一般的计算器为基础,实现了人们最常用的几个基本功能。它包括“加、减、乘、除、求余、求幂、求面积、阶乘等功能。”-Mini Calculator: The calculator program in general, based on the most common people to achieve several basic features. It includes " add, subtract, multiply, divide, and more, for
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:332076
    • 提供者:陈卫
  1. Factorial

    0下载:
  2. 该程序是用来计算一个正整数的阶乘,并且在一个对话框里显示最后的结果。-The program is used to calculate the factorial of a positive integer, and a dialog box shows the final results.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1272
    • 提供者:阎贺
  1. 1

    0下载:
  2. 任意一个字符串(字母和数字),在其中插一、题目:阶乘 源程序名    fact.??? (pas,c,cpp) 可执行文件名 fact.exe 输入文件名   fact.in 输出文件名 fact.out 阶乘的定义如下: N! = 1 * 2 * 3 * ... * N-1 * N 例如, 12! = 1*2*3*4*5*6*7*8*9*10*11*12 = 479001600 最右的非0位是6,后面有2个0。 写一个程序计算N!最右非0位和末尾的0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:9148
    • 提供者:哈密瓜
  1. scientificcalculator

    0下载:
  2. 包括加减乘除,正弦余弦,阶乘,二进制十进制十六进制八进制等科学计算器的算法-Including the addition and subtraction multiplication and division, sine cosine, factorial, hexadecimal decimal binary octal scientific calculator, such as the algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:14818
    • 提供者:刘小花
  1. JieCheng

    0下载:
  2. 通 过 两 种 不 同 的 方 法 求 阶 乘 。-Through two different methods for factorial.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:687
    • 提供者:李肇阳
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. matlab

    1下载:
  2. 几个matlab程序实例,阶乘,累加,冒泡排序等-Matlab several instances, factorial, cumulative, Bubble Sort, etc. .....
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2091
    • 提供者:华博
  1. jiecheng

    0下载:
  2. 公司面试时做的题目,求任意大数的阶乘,用链表保存结果的每一位,vc6下编译执行-Company when the subject of the interview, and the factorial of large numbers of arbitrary, and save the results list of every, vc6 compiler implementation under
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1491
    • 提供者:杨文海
  1. RecursiveTest

    0下载:
  2. 一个小例子,自定义递归存储过程,得到阶乘输出-customized recursive procedure,to get factoriral
  3. 所属分类:SQL Server

    • 发布日期:2017-04-10
    • 文件大小:1110
    • 提供者:史海波
  1. 1000Factorial

    0下载:
  2. 一个高效计算1000阶乘的通用的小程序,非常实用!-An efficient universal computing factorial of 1000 a small program, very useful!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:15584
    • 提供者:tangqing
  1. diguiqiujiecheng

    0下载:
  2. 用递归函数求阶乘,用VC++编的,已通过调试-Seeking to use a recursive function, factorial, using VC++ compiled, and has passed the commissioning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:102901
    • 提供者:曹国平
  1. mul

    0下载:
  2. 计算大数阶乘,用数组的方法来计算一个大数的阶乘,可以算几万的介乘-Calculate factorial of large numbers, using an array of methods to calculate a factorial of large numbers can be counted by tens of thousands of mediated
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:263999
    • 提供者:guan
  1. TheBeautyofProgramming_1

    0下载:
  2. 编程之美--微软技术面试心得: 1的数目 NIM(2)“拈”游戏分析 task manager 编程判断两个链表是否相交 让CPU占用率曲线听你指挥 不要被阶乘吓倒 等-The Beauty of Programming- Microsoft Technical Interview experience: a number of NIM (2) " twist" game analysis task manager program to determ
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2755144
    • 提供者:李俊峰
  1. jisuanqi

    0下载:
  2. 在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及长度、面积、质量、体积的单位换算。-In the top two operands box to enter the original value, will automatically display its four operational values, and computing the results of the square
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:12189
    • 提供者:maochengni
  1. mul

    0下载:
  2. 一般c++的Int型变量为4个字节,做数字比较大整数的阶乘会溢出,本程序利用数组实现大数字的阶乘且可以更改数组的长度-General c++ of the Int variable is 4 bytes, so the number will be relatively large factorial integer overflow, the process utilizes an array to achieve great numbers factorial and can change
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:456385
    • 提供者:gechengwei
  1. Factorial

    0下载:
  2. 一个计算阶乘的小算法,用vs2008写的-A calculation of a small factorial algorithm, written using vs2008
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:853
    • 提供者:尤小米
  1. gaojing

    0下载:
  2. 高精的加减法和以及阶乘!希望对高学习C的同学有帮助!-High-precision addition and subtraction method and, as well as factorial! Hope that students with high learning C help!
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1490
    • 提供者:nc
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 37 »
搜珍网 www.dssz.com