资源列表
ArrayToolDemo
- 定义一个测试类ArrayToolDemo: (1)由键盘输入一个整型数组; (2)调用函数返回这个数组的最大值并显示; (3)调用函数返回这个数组的最小值并显示; (4)调用函数按照选择排序的方式给数组排序,并显示; (5)调用函数按照冒泡排序的方式给数组排序,并显示;-The definition of a test class ArrayToolDemo: (1) from the keyboard input of an integer array
zifu
- 将一个字符串this is a world 转换成 world a is this-A string this is a world converted into a world a is this
ArrayExtension
- 任意类型数组扩展,可以扩展任意类型的数组-Array Extension
MainClass.rar
- 一个ElGamal的例子,key是随机生成,El Gamal example with random key generation
rectangle
- 矩形类的说明,包含所有的属性,如长度,宽度等-descr iption of the class rectangle
486539258
- 停等协议的JAVA源码 功能:发送一个幁,等收到对方的确认幁以后再发送下一个幁,确保幁的无差错传输-Holding agreement JAVA source Function: Send an Xu, and so received confirmation of the other party to send the next later Xu Xu, Xu ensure error-free transmission
ReadThreeIntegers
- This program show three Integers
CSSwidthfixed
- 当在JSP页面中使用表格的时候,表格常常会随着内容的增多而自动变宽,这个例子使表格的宽度一直是设计时的宽度-When the JSP page using the form when the form is often increased as the content is automatically widened, in this case the width of the table width has been designed
MinMaxValueTest
- 显示类的静态常量(通过 类名.常量名 方式访问)-Displays the class static (class name. by way of accessing)
Tabs
- JavaGUI中的卡片是的Panel。对学习Java有帮助,希望可以帮助你-JavaGUI card is the Panel. Learn Java, I hope you can help
qh
- 题目:输入某年某月某日,判断这一天是这一年的第几天? -Title: Importation of a certain date, judgment day is this year' s first few days?
ExceptionDemo7
- 异常在子父类覆盖中的体现; 1,子类在覆盖父类时,如果父类的方法抛出异常,那么子类的覆盖方法,只能抛出父类的异常或者该异常的子类。 2,如果父类方法抛出多个异常,那么子类在覆盖该方法时,只能抛出父类异常的子集。 3,如果父类或者接口的方法中没有异常抛出,那么子类在覆盖方法时,也不可以抛出异常。 如果子类方法发生了异常。就必须要进行try处理。绝对不能抛。-Abnormalities in the child in the parent class overrides refle