搜索资源列表
jc_c
- 实现阶乘算法,1000以内的数字都可以实现-factorial algorithm to achieve, within the 1000 figure can be achieved ..................................
大整数数阶乘1111
- 用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.
1000Factorial
- 一个高效计算1000阶乘的通用的小程序,非常实用!-An efficient universal computing factorial of 1000 a small program, very useful!
1000
- 用java语言编写的关于1000阶乘的程序,每行后面都有注释。-Using java language on the 1000 factorial process, each line of the back has a comment.
1000s--Factorial
- 输入不超过1000的正整数,输出n!=1X2X3....Xn的精确结果 1000!大约等于4*10^2567,因此可以用一个3000个元素的数组f保存,为了方便我们从低位起保存位数据,再倒序输出,即f[0]保存个位,其他类推 每次只需要模拟手算即可完成n!,输出时要忽略前导0-Enter a positive integer less than 1000, Output n! = 1X2X3 .... Xn accurate results 1000! Approximately equ
jiecheng
- 计算数学中的阶乘计算方法0-1000范围的数据都可以计算-Computational mathematics in the range 0-1000 factorial calculation data can be calculated
jiecheng
- 本java代码用于完成数学上的阶乘功能,最大阶乘数位1-The Java code used to complete mathematical factorial function, the biggest factorial digital 1000
jc
- 可以算到1000以上的阶乘,通过循环来进行计算-More than can be counted to the factorial of 1000, through the cycle to be calculated
scientific_calculator
- 使用说明: 1、该计算器对表达式的要求比较严格 2、该计算器默认采用弧度制,计算角度时则要转换:sin(π/6)=0.5 3、括号必须要匹配 4、注意像And这样的运算,前后数值需要括号:(1011)And(1000) 其他说明: Backspace :删除当前输入的最后一位。 CE :清除当前显示的表达式。 C :清除当前的计算,开始新的计算。 MC :清除存储器中的数据。 MR:调用存储器中的数据。 Mod求模(即整数相除求余数)
fact2
- 1000大数算法 C++程序上传1000 Factorial - CodeProject.files-1000 Factorial- CodeProject.files
DPHull
- 1000 Factorial - CodeProject.files-1000 Factorial- CodeProject.files
1000!
- 计算1000以内的阶乘,可能可以更大的,算了就知道-Calculation of less than 1000 factorial
Factorial
- 以较高的效率实现1000的阶乘,当然也可以求更大的数,只要分配足够的空间。-With higher efficiency to realize the factorial of 1000, and the code can seek greater number if you set adequate space.
JiechengMowei0
- 1000的阶乘1*2*3*...*1000结果是一个很大的数,求这么大的数末尾有多少个连续的零。 -Factorial zero at the end of number
jiecheng
- 编写多线程程序,实现如下功能: (1)一个线程进行阶乘和的运算(1!+2!+3!+……+10!),每次阶乘计算时间随机间隔100-1000毫秒; (2)另一个线程每隔1秒时间读取上个线程的计算等式和运算结果,并在图形界面中实时显示。-Write multithreaded programs to achieve the following functions: (1) a thread performs factorial and arithmetic operations (1!+
1000以内阶乘
- 此算法可以计算1000以内任何数的阶乘,解决了大数据难以储存的问题(This algorithm can calculate the factorial of any number within 1000, and solve the problem that the large data is hard to store.)
digui
- 用递归求1000以内数的阶乘,语言为C++,可以作为平时作业的参考(Finding the factorial of the number within 1000 by recursion)