工程是一门科学,科学是严谨的。

11 2017 档案

摘要://Instantiating a Workbook object Workbook workbook = new Workbook(); //Adding a new worksheet to the Workbook object int i = workbook.Worksheets.Add(); //Obtaining the reference of the newly added... 阅读全文
posted @ 2017-11-08 20:50 大圣的笑 阅读(10484) 评论(0) 推荐(0)
摘要:static void Main(string[] args) { Levenshtein(@"今天天气不错", @"今天的天气不错啊"); Console.Read(); } /// /// 字符串相似度计算 /// //... 阅读全文
posted @ 2017-11-01 13:01 大圣的笑 阅读(1188) 评论(1) 推荐(0)