摘要: 代码: 1 /* 2 test.java 3 */ 4 package test; 5 public class test { 6 public static void main(String args[] ) 7 { 8 CPU ccp= new CPU();... 阅读全文
posted @ 2014-04-27 23:24 龚细军 阅读(381) 评论(0) 推荐(0)
摘要: 1 /*第二章第四小题*/ 2 /* 3 * (1)编写一个应用程序,给出汉字“你” ,“我”,“他”在Unicode 表中的位置 4 * (2)编写一个java应用程序,输出全部的希腊字母 5 */ 6 public class hello 7 { 8 public static ... 阅读全文
posted @ 2014-04-27 22:14 龚细军 阅读(643) 评论(0) 推荐(0)