2017年6月3日
摘要: 1.思维导图 2.阅读程序,采用实现Runnable接口的方式用多线程实现这个小游戏。下面给出主线程类,补充Tortoise线程类和Hare线程类。 class Tortoise implements Runnable { private int totalStep; private int tor 阅读全文
posted @ 2017-06-03 11:44 一开Stephen 阅读(146) 评论(0) 推荐(0)