阅读背景:

使用Levenstein算法结果对字符串数组进行排序

来源:互联网 

I've been working on an Access file editor in C#, and i've been trying to get a search feature added to my program. So far, I have the database file populate a 2D array, which i then use to populate a ListView box in another window. From this new window, I would like to be able to search each entry by Model Number. So far, i've managed to incorporate the Levenstein Algorithm, which seems to have much use. I can get the algorithm to assign the distance value between each entry and the search keyboard, and assign that value to another integer array. I can also sort the results in increasing order. I've been working on an Access file editor in C




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: