09 2015 档案

Byte Array to Hexadecimal String
摘要:LookupText: 23,879.41 (20.8X faster)Sentence: 1.15 (23.9X faster)/// /// Hex string lookup table./// private static readonly string[] HexStringTable =... 阅读全文

posted @ 2015-09-28 00:20 liaohua 阅读(737) 评论(0) 推荐(0)

Comparer<T> IComparer<T> IComparable<T>
摘要:Comparer.Default PropertyComparer.Defaultdoesn't use yourFooComparerclass. It simply returns an instance of the internal classGenericComparer.This cla... 阅读全文

posted @ 2015-09-03 23:59 liaohua 阅读(291) 评论(0) 推荐(0)

Little Puzzlers–List All Anagrams in a Word
摘要:The SolutionA major hint is in the fact we are given a dictionary. Because we are given this dictionary we can prep it in any way we like when the pro... 阅读全文

posted @ 2015-09-01 00:02 liaohua 阅读(240) 评论(0) 推荐(0)