進哥的布拉格

Chin Gooole's Blog

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

10 2008 档案

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; public abstract class A { public virtual void K() { Console.WriteLine("A.K"); }... 阅读全文
posted @ 2008-10-30 17:41 進哥 阅读(145) 评论(0) 推荐(0)

摘要:注意Destructor的 this,預設會去呼叫 this.ToString() Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; class Point { public double x, y; p... 阅读全文
posted @ 2008-10-30 17:04 進哥 阅读(173) 评论(0) 推荐(0)

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->// A very simple event demonstration. using System; // Declare a delegate for an event. delegate... 阅读全文
posted @ 2008-10-29 18:49 進哥 阅读(180) 评论(0) 推荐(0)

摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 quickSort(A, p, r) 2 { 3 if(p<r) 4 { 5 x = A[r]; 6 i = p-1; ... 阅读全文
posted @ 2008-10-13 23:05 進哥 阅读(162) 评论(0) 推荐(0)