摘要:
从第一次用C#到现在也有一年半多了,但.net到底是什么,这个定义还蛮精辟的。 Probably the best way to think of .NET is as a big control system with two key elements. First is the .NET framework class library. Second, and the core of .NE... 阅读全文
摘要:
1,two sorted array. merge them to a sorted one. 2, input a unsigned int(32), output the strings of the number. eg. input: 9876, output: nine thousand eight hundred seventy six. 3, N integers. a numb... 阅读全文
摘要:
真是的,这个东西看了不用,一段时间后就忘了。 delegate相当于函数指针,可以把其他函数加入到delegate实体中,这样用调用delegate实体来实现对所加入函数的调用。 比如 public delegate deleTest(string name); 可以deleTest test = new deleTest(testFun);把testFun挂到test上。 其中testFu... 阅读全文
摘要:
The candidate list of Britain China internship selected by China Scholarship Council is out. I am in. So I need to prepare for the interview in middle of February 2009 by GTI. I get about a month to p... 阅读全文