代码改变世界

随笔档案-2012年08月

What is the single most influential book every programmer should read?

2012-08-28 09:53 by leo.wl2020, 313 阅读, 收藏, 编辑
摘要: Code Complete(2nd edition) by Steve McConnellThe Pragmatic ProgrammerStructure and Interpretation of Computer ProgramsThe C Programming Languageby Kernighan and RitchieIntroduction to Algorithmsby Cormen, Leiserson, Rivest & SteinDesign Patternsby the Gang of FourRefactoring: Improving the Desig 阅读全文

.NET中一些常用的基本接口IComparable,IComparer,IEnumerable,IEnumerator,IComparable<T>,IList,ICollection,IQueryable,IDictionary

2012-08-03 16:41 by leo.wl2020, 956 阅读, 收藏, 编辑
摘要: NET中一些常用的基本接口IComparable,IComparer,IEnumerable,IEnumerator,IComparable<T>,IList,ICollection,IQueryable,IDictionary等等,实现自定义类型的foreach ,实现自定义类型的比较,以及索引器等,到MSDN上可以看到大量的资料。 我的代码: using System;using... 阅读全文
点击右上角即可分享
微信分享提示