06 2014 档案
摘要:搜索文件夹内容的小工具Github两种搜索模式的算法:BoyerMooreSearch.csusing System.Threading;using System.Collections.Generic;using System.Linq;namespace Finder.Algorithms{ ...
阅读全文
摘要:未完成,回家继续using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Algorithems{ class...
阅读全文
摘要:调用ShowExample方法即可查看结果使用Debug配置编译可以查看详细匹配过程using System;using System.Collections.Generic;namespace Algorithms{ /// /// An implemention of Boyer-...
阅读全文
摘要:支持有向与无向图DijistraSeach.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Dijis...
阅读全文
摘要:支持模糊搜索(非通配符)支持搜索结果优先级(首字母匹配、连续匹配有较高优先级TrieSearch.csusing System;using System.Collections.Generic;using System.Diagnostics;using System.Globalization;u...
阅读全文

浙公网安备 33010602011771号