资源列表
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.
maximum-
- 编写一个应用程序,要求用户输入两个整数,然后输出两个整数中的最大值-Write an application requires the user to input two integers, and then output to a maximum of two integers
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
form_order
- SCI for FASAPAY.com, you can use this example for implement SCI for your system
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