niusouti.com
更多“设有两个串p和q,其中q是p的子串,求q在p中首次出现的位置的算法称为( )。A、求子串B、联接C、模式匹 ”相关问题
  • 第1题:

    【单选题】2.设有两个串p和q,其中q是p的子串,求q在p中首次出现的位置的算法称为()。

    A.求子串

    B.联接

    C.匹配

    D.求串长


    模式匹配

  • 第2题:

    1、设有两个串p和q,其中q是p的子串,求q在p中首次出现的位置的算法称为()(单选) There are two strings p q, q is p’s substring. The algorithm to search the first time q appeared in p is called ()(There is only one correct answer)

    A.求子串 Seeking substring

    B.联接 Concatenation

    C.匹配 Matching

    D.求串长 Seeking length


    C

  • 第3题:

    【单选题】设有两个串p和q,其中q是p的子串,q在p中首次出现的位置的算法称为()。

    A.求子串

    B.连接

    C.匹配

    D.求串长


    匹配 Matching

  • 第4题:

    设有两个串p和q,其中q是p的子串,求q在p中首次出现的位置的算法称为()(单选) There are two strings p q, q is p’s substring. The algorithm to search the first time q appeared in p is called ()(There is only one correct answer)

    A.求子串 Seeking substring

    B.联接 Concatenation

    C.匹配 Matching

    D.求串长 Seeking length


    串匹配

  • 第5题:

    26、设有两个串P和Q,其中Q是P的子串,把Q在P中首次出现的位置作为子串Q在P中的位置的算法称为模式匹配算法。


    匹配