资源列表
Sum
- 利用java语言实现计算另个数的和,从键盘接受两个数,计算和,打印到控制台上。-Use Java language implementation calculation of other number and, from the keyboard to accept two number, calculation and, print to control on the stage.
java
- 定义一个类MyRectangle代表矩形,为矩形定义getwidth方法(获得矩形的宽度)。getLength方法(获得矩形的长度)SetWidth(设置宽度)getArea方法(求矩形面积)和toString方法(显示矩形格式)。为矩形派生出一个子类,MySquare代表正方形,并对getArea和toString进行重写。-Representatives to define a class MyRectangle rectangle, the rectangle defined getwid
singleTest
- 这是一个简单的单例模式,我希望大家能参考一下,有更好的方案,请大家回复我-This is a easy Pattern of singlnton
LotteryDraw
- lottery draw java, a simle simulation of a lottery.
Factorial_algorithm
- 一个实现阶乘功能的JAVA小程序,代码较为简单。-A JAVA applet of the factorial function , the code is simple.
maxormin
- 输入几个数然后比较这几个数的大小找出其中最大和最小值。-Enter a few numbers and then compare these numbers to find out where the size of the maximum and minimum values.
orgsix
- 逆波兰表达——不再需要括号,机器可以用递归的方法很方便地求解。-Reverse Polish expression- no longer need braces, the machine can be easily solved by using recursive method.
ArrayMaoPaoPaiXu
- 这个是冒泡排序有了这个你就可以知道冒泡排序的算法了-This is a bubble sort with this you can know the bubble sort algorithm
Id18
- 用于进行18位ID证最后一位校验码计算,JAVA-ID cards used for the last 18 checksum calculation, JAVA
Phone
- 普通电话的计费方式通常包括在节假日和晚上某个时间段打折,也就是说在普通电话类的中就至少包含两种计费方式。因此,可定义两个同名的不同charge_Mode()方法,不同情况下调用不同的方法。为了简单起见,设置一个布尔变量discount_time,需要计费打折时discount_time为真。-java development
DiviedPlus
- 判断任意一个正整数是否能被拆分为连续N个正整数的和的简单算法-To determine whether any positive integer can be broken into for a positive integer N and a simple algorithm
filetree
- 用java写的一个小程序,可以列出当前目录下的所有文件的名字(包括子目录下的文件名)-Using java to write a small program that can list all the files under the current directory name (including the subdirectory under the file name)