摘要: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"); }...
阅读全文
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"); }...
阅读全文
摘要:注意Destructor的 this,預設會去呼叫 this.ToString() Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; class Point { public double x, y; p...
阅读全文
摘要: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...
阅读全文
摘要: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; ...
阅读全文
|