BF算法(朴素的模式匹配算法) #include <stdio.h> #include <stdlib.h> int Index_BF(char S[],char T[])//s为目标串(长串),t为模式串( … Continue reading BF算法(朴素的模式匹配算法)