2015年3月27日

[Midterm1]Software Development Lifecycle

摘要: 这门课(Computer Science III)的目的是什么?创造高质量软件系统(high quality software system)的方法论(methology)高质量软件系统的性质:正确性correctness高效efficiency易用ease of use (by other pro... 阅读全文

posted @ 2015-03-27 11:12 lcaecar 阅读(357) 评论(0) 推荐(0)

Computer Science III Generics 泛型.

摘要: 1 public class ShowUncheckedWarning {2 public static void main(String[] args) {3 java.util.ArrayList list = new java.util.ArrayList();4 ... 阅读全文

posted @ 2015-03-27 06:38 lcaecar 阅读(93) 评论(0) 推荐(0)

导航