资源列表
javarm
- Javascr ipt 高级教程,适合深入学习 ,初学者也可以藉此进一步深入了解JAVA-Advanced Course Javascr ipt for in-depth study, beginners can take this further in-depth understanding of JAVA
Dates
- Regular Expresion another sample
Re
- Sample PDA to Regular Expresion in Java
PDAtoCFG
- PDA to CFG in Java languange
Convert
- Converter date in java
SD1102_jdbc_day02all
- JDBC连接,简单的连接 不过掌握了基本以后就没问题-using jdbc to connection
Canny
- Canny edge detection algorithm
xml
- Java 解析/读取XML 文件,内含一简单xml文件-Java parse/read the XML file that contains a simple xml file
javacodeconvention
- 《Java--编码常规》,对JAVA的初学者有一定的帮助,里面有挺多的基础知识 运行环境: Win9x/Win2000/WinXP/-" Java- encoding regular" on the JAVA be helpful for beginners, there are with a lot of basic knowledge of operating environment: Win9x/Win2000/WinXP /
InterClassTest
- 从程序运行结果来看 , 内部类 Inner 和局部类 Local 都能直接访问外部类 Outer 中的data[] 数组 , 那么反过来外部类 Outer 中的方法能否直接访问内部类 Inner 和局部类 Local中的成员呢 ? 请将 checkInner() 方法中的 innerObj.show() 改成 show() 同时也把checkLocal() 方法中的 localObj.show() 改成 show() 测试这个结果。-From the run results, and local
vehicle
- 设计出一个自己的接口程序 , 要求先设计一个 moveable 可移动接口 , 然后分别设计 3 个类 , 即汽车 Car 、轮船 Ship 、飞机 Aircraft 来实现该接口 , 最后设计一个应用程序来使用它们。-To design its own interface program, requested to design a moveable mobile interface, and then were designed for three categories, namely au
InterfaceTest
- 在第 (3) 小题中由于新加入的 Clock 类仅仅实现了 Soundable 接口的stopsound() 和playsound() 方法 , 而 increaseVolume() 和 decreaseVolume() 方法没有实现 , 因此它实质上是一个抽象类 , 而抽象类是不能实例化的 , 所以导致编译错误。但是按照常理 , 闹钟的滴答声确实是不可以增大或减小的 , 那么如何解决这个问题呢 ? 现在请在 Clock 类中加入下面两个含 {}空方法体的方法实现 , 再编译运行程序 , 看看会
