搜索资源列表
multiply
- 计算阶乘的程序 在红旗linux桌面6.0(linux内核版本2.6.23.1-4),gcc版本4.2.1条件下成功运行,计算结果正确。-Procedures for calculating the factorial of the red flag linux desktop 6.0 (linux kernel version 2.6.23.1-4), gcc version 4.2.1 running under the conditions of success to calculat
multiplydouble
- 计算阶乘的程序。 在内核为2.6.23.1-4的红旗LINUX下成功运行,结果正确。 特点:有效位数精确到最低位(即乘法结果有几位有效数字有几位)。-Factorial calculation procedures. Kernel 2.6.23.1-4 in the red for the successful running LINUX, the results correctly. Characteristics: the median effective precisely to
reloj3d
- Un factorial desarrollado en netbeans
conv
- 实现n阶乘的汇编实现 在view:memory(address:0x1000)可查看结果 默认n为5-N factorial assembler implementation View: memory (address: 0x1000) can view the results Default n is 5
MALAJ
- 简单计算器包括双目运算和单目运算功能。双目运算符包含基本的四则运算及乘幂功能,单目运算符包含正余弦,阶乘,对数,开方,倒数等运算。可对输入任意操作数,包括小数和整数及正数和负数进行以上的所有运算并能连续运算。出现错误会给出相应提示,同时包含清除,退格,退出功能以及有与所有按钮相对应的菜单项-Simple calculator includes a binary operator and a unary function. Binocular operator contains four basi
dasujie
- 大数阶乘算法,能算很大 的数的阶乘,太神奇了,但就是不知道有什么用?-Large numbers factorial algorithm
Large-integer-factorial
- 本实例实现了一个计算大整数阶乘的程序。通常使用递归来计算一个整数的阶乘。但是, 因为ii.算本身能够表示的最大整数是有限的,所以能够计算的阶乘整数要受到限制。本程序使 用数组来存储结果,因而很好地解决了这个问题,只要有足够大的数组就能计.任意大的整数0-Examples of the realization of a to calculate large integer factorial program. Usually use recursion to calculate the facto
The-factorial-of-large-numbers
- 对大数进行阶乘,使用C++编程,能够快速计算出很大的数值。-The factorial of the number, the use of C++ programming
Factorial-sum
- 这是一个求解从一到一百阶乘和的公式,里面还有粒子群优化算法程序。 -This is a solution from one to one hundred factorial and formulas, there is also a particle swarm optimization algorithm.
mfac229
- BIG NUMBER FACTORIAL TOOLS
facto
- C plus program describes how to check factorial number in linux by using terminal Password is : -C plus plus program describes how to check factorial number in linux by using terminal Password is :
piriul
- C#做的一个阶乘计算器,很有意思的,算法作业,虎弄老师的,-C# do a factorial calculator, very interesting, algorithm, tiger teacher,
大数阶乘
- 能计算大数的阶乘,而且计算的比较方便。。。。(It can calculate the factorial of large number, and it is more convenient to calculate.)