如何从联系人列表中获取搜索字符串的部分subString

时间:2019-05-04 19:23:26

标签: android

使用加载程序,我试图从联系人列表中获取部分搜索字符串。 例如,搜索“ ike”应返回-> Mike和Nike,因为它们具有“ ike”。或搜索“ 992”->应返回3239925678。 到目前为止,我的代码仅查找是否与前几个字符匹配,例如,如果我搜索“ 323”,它将找到->“ 3235437895”,而不是“ 5433234567”

下面是我的代码谢谢。

chqrlie$ time ./findfactors 30 15 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
enter n, k and m: 30 15 2
enter 30 numbers: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
no solution

real    0m6.329s
user    0m6.213s
sys     0m0.039s

chqrlie$ time ./findfactors 34 12 65536 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 65536
enter n, k and m: 34 12 65536
enter 34 numbers: 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 65536
1 * 1 * 1 * 1 * 1 * 1 * 1 * 1 * 1 * 1 * 1 * 65536 = 65536

real    0m8.431s
user    0m8.283s
sys     0m0.040s

0 个答案:

没有答案