05 2014 档案

摘要:虽然.NET已经是现实了Reverse(),但是学习算法有必要知道其是怎么实现的:private static void ReverseArray(int[] array) { int temp; int count = array.Leng... 阅读全文
posted @ 2014-05-28 16:04 等待是一生最初的苍老 阅读(229) 评论(0) 推荐(0)
摘要:LINQvar str= str.ToCharArray() .GroupBy(x => x) .OrderByDescending(x => x.Count()) .... 阅读全文
posted @ 2014-05-28 16:03 等待是一生最初的苍老 阅读(599) 评论(0) 推荐(0)
摘要:internal class CacheHelper { /// /// Insert value into the cache using /// appropriate name/value pairs /// //... 阅读全文
posted @ 2014-05-08 14:31 等待是一生最初的苍老 阅读(157) 评论(0) 推荐(0)