08 2013 档案
摘要:比较简单明了的介绍文章http://www.cnblogs.com/wlitsoft/archive/2012/06/01/2531320.htmlhttp://www.cnblogs.com/wlitsoft/archive/2012/06/03/2532291.html介绍razerhttp://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx
阅读全文
摘要:1、统计词频。重点在于统计后的排序 Dictionary dws = new Dictionary(); WordStatistic ws = null; foreach (string s in words) { if (dws.ContainsKey(s)) { dws.TryGetValue(s...
阅读全文