2009年8月13日

摘要: // MyTest.javapublic class MyTest { public static void main(String[] args) { final ST t = new ST(); new Thread() { public void run() { t.f(); } } .start(); t.g(); }}class ST extends Thread { private int i=0; public void f(... 阅读全文

posted @ 2009-08-13 23:32 xublogs 阅读(104) 评论(0) 推荐(0)

摘要: 闲来无事,用Excel做了简单五子棋,由于不会向前搜索的预测算法,实在是菜的很,消遣消遣啊,哈哈。下载地址:http://download.csdn.net/source/1573113 阅读全文

posted @ 2009-08-13 23:17 xublogs 阅读(281) 评论(0) 推荐(0)