thinking in java

时间:2012-03-07 15:31:01
【文件属性】:
文件名称:thinking in java
文件大小:6.64MB
文件格式:RAR
更新时间:2012-03-07 15:31:01
java 这本书是学习JAVA的经典入门教程,与大家分享 package c07.music; import com.bruceeckel.simpletest.*; public class Note { private String noteName; private Note(String noteName) { this.noteName = noteName; } public String toString() { return noteName; } public static final Note MIDDLE_C = new Note("Middle C"), C_SHARP = new Note("C Sharp"), B_FLAT = new Note("B Flat"); // Etc. } ///:~
【文件预览】:
thinkingjava3
----chap9.pdf(469KB)
----chap11.pdf(1.11MB)
----TIJ3_12-14cn.chm(598KB)
----preface.pdf(187KB)
----chap6.pdf(353KB)
----chap7.pdf(351KB)
----chap1.pdf(506KB)
----chap8.pdf(459KB)
----chap5.pdf(304KB)
----intro.pdf(337KB)
----chap10.pdf(414KB)
----tij3.chm(1.21MB)
----chap3.pdf(389KB)
----chap2.pdf(329KB)
----chap4.pdf(375KB)

网友评论