09 2013 档案
摘要://MainWindow.xaml.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;usin...
阅读全文
摘要://MainWindow.xaml.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;usin...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace EventClock{ public class ClassWi...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace EventClock{ public class ClassWi...
阅读全文
摘要://public event SecondChangeHandler OnSecondChange; 若将委托加上event,则视作是事件,不是委托,外围就不能直接对OnSecondChange传值using System;using System.Collections.Generic;using...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace Starter{ public enum Comparison ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;//如果账户金额小于0 触发事件namespace Starter{ public ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;//如果账户金额小于0 触发事件namespace Starter{ public ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;//异步调用//returntype EndInvoke(ref_out_argument...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;//异步调用//IAsyncResult BeginInvoke(argument,Asy...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate int Myfunction(ref int refCou...
阅读全文
摘要:值参数不能加,引用参数可以。引用参数是共享的using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void My...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void Myfunction(); class P...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void Myfunction(); class P...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Delegate{ public delegate void Task(); class Program...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace StringBuilderTest{ class Program { static voi...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Queue{ class Program { public static void Pri...
阅读全文
摘要:调用LIST的Sort的时候会调用IComparer的默认实现,quicksort会调用每个元素的CompareTo的IComparable实现using System;using System.Collections.Generic;using System.Linq;using System.T...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ComparableTest{ class Program { class Employe...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;/* 使用 约束 实现可排序单链表 */namespace UsingConstraints{ class Employee : ...
阅读全文
浙公网安备 33010602011771号