04 2020 档案

摘要:看到的一篇文本匹配程度程序,記一下 public static double Sim(string txt1, string txt2) { List<char> sl1 = txt1.ToCharArray().ToList(); List<char> sl2 = txt2.ToCharArray 阅读全文
posted @ 2020-04-20 13:19 刘中俊 阅读(1138) 评论(0) 推荐(0)