摘要:
using System; using System.Collections; using System.Collections.Generic; using static System.Console; //集合 namespace lwm { class Program { static voi 阅读全文
摘要:
using System.Collections; using System.Collections.Generic; using static System.Console; //泛型 主要优点是性能 与c++模板相似 但c++在使用时需要其源代码 //而.NET泛型可在一种语言中定义,在任何其他.NET语言中使用 namespace lwm { class Program ... 阅读全文