搜索资源列表
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(recursion)
- factorial recursion written in java copy to netbeans or any ide and it will run
1000
- 用java语言编写的关于1000阶乘的程序,每行后面都有注释。-Using java language on the 1000 factorial process, each line of the back has a comment.
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
java
- 用JAVA编写的小程序,实现打印成绩等级,数组排序,阶乘等功能,适合于初学者-Small programs written using JAVA, achieving print Grade, array sorting, factorial functions, suitable for beginners
java
- 一个能实现计算器功能的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.
java
- 计算器的设计与实现 设计一个能实现计算器功能的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
Java
- Test为输出60到69之间的随机数,Dig为用非递归求n的阶乘,ball为标签彩色球,YH为杨辉三角,Q21为矩阵转置。-Test the output of 60 to 69 random numbers between, Dig for the use of non-recursive find n factorial, ball color ball for the label, YH for the Yang Hui triangle, Q21 for the matrix trans
java
- 求和,平均数,数的阶乘,以及素数的运算。-Sum, average, the number of factorial, as well as computing prime numbers.
Factorial
- Java Application程序,分别用do-while和for循环计算1+1/2!+1/3!+1/4!...的前20项和。本人原创。-Java Application procedures, respectively, do-while and for loop calculation of 1+ 1/2!+1/3+1/4 ... the top 20. I original.
Factorial
- java code factorial sample
recursiveFactorial
- recursive factorial java sample code
Factorial
- 关于阶乘Factorial的 java 程序-about Factorial
Java
- 资料里的是Java的程序代码,有求n个奇数的和,输出给定范围的质数,阶乘的计算,输出前五个被3整除的数,用非递归的方法打印Fibonacci数列。-Data is the Java code, n odd and output demand given the scope of the prime numbers, the factorial calculation output five divisible by 3, non-recursive print the Fibonacci seq
JAVA
- 关于阶乘的算法,输入X算出X!,有兴趣的可以看下-On factorial algorithm, the input X calculated X! Interested can look
java-application
- 基于java的编程应用,比如图形化的任意数的阶乘,多功能记事本,非图形化字符串等的应用程序-Java-based application programming factorial of any number, such as graphical, multi-functional Notepad, non-graphical string applications
factorial
- 计算任意的数的阶乘,要求:运用if else if结构和for结构。(Calculate the factorial of any number, requirements: the use of if, else, if structure and for structure.)