搜索资源列表
tctt
- 一个可以计算阶乘结果达到100位的程序一 个可以计算阶乘结果达到100位的程序-one can calculate the factorial results reach 100 procedures can calculate a factorial results reach 100 procedures
JieChen
- 求阶乘,递归方法实现。http://itzone.xsblog.com-seeking factorial, recursive method. Http://itzone.xsblog.com
javapro
- 素数的查找,阶乘的计算,对称矩阵的输出-find prime numbers, the factorial, symmetric matrix output
1-20
- 1到20的阶乘和,即是1的阶乘加到20的阶乘和-1-20 factorial, that is added to 20 1 factorial factorial and
expresstest
- 表达式计算代码,按优先级计算输入的表达式,支持括号,阶乘号,暂不支持三角函数!--Expression calculating code, it can calculate inputed expression by priority ,and supports parenthesis, factorial sign, and it does not support trigonometrical functions for now!
Factorial
- BigInteger使用方法,求到50的阶乘-The BigInteger use, seeking a 50 factorial
wanshu
- 完数算法实现,阶乘实现的源代码,简单易懂-End of a number of algorithms, source code to achieve factorial, easy-to-read
Factorial
- 该程序是用来计算一个正整数的阶乘,并且在一个对话框里显示最后的结果。-The program is used to calculate the factorial of a positive integer, and a dialog box shows the final results.
MNum
- java factorial functions
factorial(recursion)
- factorial recursion written in java copy to netbeans or any ide and it will run
Java-code-factorial-and-combinaison
- simple Java code for factorial and combinaison (math)
Factorial
- 该程序借助Java实现了任意大小的实数的乘法,可对任意大小的实数进行加减乘除运算。该算法速度快,且没有错误.这里以计算100的阶乘作为示例,来演示算法的高效及正确性。该算法已经优化,可以在一秒钟以内计算出100以内的阶乘。-The procedure asked for help of Java to carry out arbitrarily the multiplication of the real amount of size, can to arbitrarily the real a
lesson1
- 实现一个整数N的阶乘运算。N为固定常数。-Factorial.java
jiecheng
- java下实现1-10的阶乘,代码并不很长,可以继续扩展,很简单。-to achieve 1-10 factorial java
99
- JAVA编的九九乘法表 N个数的阶乘 猜数游戏-The multiplication table compiled JAVA N factorial of the number guessing game
java
- 用JAVA编写的小程序,实现打印成绩等级,数组排序,阶乘等功能,适合于初学者-Small programs written using JAVA, achieving print Grade, array sorting, factorial functions, suitable for beginners
Factorial
- java code factorial sample
Factorial
- 关于阶乘Factorial的 java 程序-about Factorial
factorial
- New way to calculate factorial of a very big number in C
factorial
- 计算任意的数的阶乘,要求:运用if else if结构和for结构。(Calculate the factorial of any number, requirements: the use of if, else, if structure and for structure.)