摘要: using System; using System.Collections; using System.Collections.Generic; using static System.Console; //集合 namespace lwm { class Program { static voi 阅读全文
posted @ 2018-10-26 16:14 xslwm 阅读(146) 评论(0) 推荐(0) 编辑
摘要: using System.Collections; using System.Collections.Generic; using static System.Console; //泛型 主要优点是性能 与c++模板相似 但c++在使用时需要其源代码 //而.NET泛型可在一种语言中定义,在任何其他.NET语言中使用 namespace lwm { class Program ... 阅读全文
posted @ 2018-10-26 15:20 xslwm 阅读(131) 评论(0) 推荐(0) 编辑