摘要:
看看你的基礎如何,對vitual new override關鍵字了解嗎? http://www.rzrgm.cn/idior/archive/2005/03/04/113143.html 閱讀全文
posted @ 2005-03-04 19:08 idior 閱讀(1147) 評論(0) 推薦(0)
|
|||
|
摘要:
看看你的基礎如何,對vitual new override關鍵字了解嗎? http://www.rzrgm.cn/idior/archive/2005/03/04/113143.html 閱讀全文
posted @ 2005-03-04 19:08 idior 閱讀(1147) 評論(0) 推薦(0)
摘要:
今天復習隨機算法的時候,順便想到的,大家做做看 (環(huán)境vs2003),如果需要我會提供答案。 usingSystem; usingSystem.Collections; namespaceHashTable { publicclassMyKey { publicintKey { ... 閱讀全文
posted @ 2005-03-04 19:03 idior 閱讀(1448) 評論(7) 推薦(0)
摘要:
如題 http://www.rzrgm.cn/idior/articles/100666.html 閱讀全文
posted @ 2005-03-04 19:02 idior 閱讀(2935) 評論(1) 推薦(0)
摘要:
還記得里面的那只蝴蝶嗎? 這是一個很簡單很丑陋的畫圖程序,你將親眼看著它從毛毛蟲變成蝴蝶。涉及內容: GDI+, 重構,State 模式 GDI+重構(2) 模式(3) 閱讀全文
posted @ 2005-03-04 19:01 idior 閱讀(2051) 評論(2) 推薦(0)
摘要:
從codebetter上看到的,看看你的基本功 usingSystem; classA { publicvirtualvoidFoo() { Console.WriteLine("CallonA.Foo()"); } } classB:A { publicvirtualvoidFoo() ... 閱讀全文
posted @ 2005-03-04 18:58 idior 閱讀(3286) 評論(18) 推薦(0) |
|||