在一指定字元陣列中查詢另字串,如果找到則顯示位置,否則顯示沒有找到

時間 2022-03-08 17:00:21

1樓:匿名使用者

#include

using namespace std;

int main()

{char str[99],find[99];

cin>>str;

cin>>find;

int is=0,n=0;

for(int i=0;str[i];i++){if(str[i]==find[0])

for(int j=1;;j++)

{if(find[j]==0){cout<

2樓:

//#include "stdafx.h"//vc++6.0加上這一行.

#include

#include

using namespace std;

void main(void);

int pos,i;

for(i=0;i<2;i++)

if((pos=str.find(s[i]))>=0)cout << '\"' << s[i] << '\"' << ": " << pos << endl;

else cout << "no sub-string " << '\"' << s[i] << "\"\n";}

3樓:匿名使用者

int pattern_search(void* from, unsigned int fsize, void* begin, unsigned int bsize)

return i;

}return -1;}

c語言程式設計實現,在一個字串中,查詢另一個字串第一次出現的位置,如果不存在

4樓:匿名使用者

int first_str(char *q,char *p)

5樓:樂跑小子

char *strstr(const char *s1, const char *s2)

s1++;

} return null;

} else

return (char *)s1;}

6樓:匿名使用者

int strpos(const char* src, const char* pattern)

在一個字元陣列中查詢一個指定的字元,若陣列中含有該字元,則輸出該字 符在陣列第一次出現的位置(下標值

7樓:永不止步

#include

#include

#include

int main( )

if(i>=strlen(s))

printf("沒找到\n");

return 0;}

c編寫程式 在一個字元陣列中查詢一個指定的字元,若陣列中有蓋字元,則輸出該字元在陣列中第一次出現的

8樓:灰色

#include

#include

void main()

}if(i==strlen(ch))

printf("-1\n");}

c語言實現在一個字串中查詢指定的字元,並輸出指定字元在字串**現的次數和位置

c語言問題,在一個字元陣列中查詢一個指定字元,若陣列中含有該字元,輸出該字元在陣列中第一次出現的

9樓:匿名使用者

#include

int findch(char *s, char c)

int main()

10樓:

#include

#include

int main(void)

你主要看看c的輸出輸入函式還有陣列和迴圈的配合使用版運算子等····這都是權基礎的東西····

c語言:寫出一通用函式,該函式從一個字元指標陣列中尋找一個指定的字串,若找到,返回1;找不到則返

11樓:

//如果找到則返回在長字串中的起始位置, 若找不到則返回-1//要返回1或0, 改一下就可以了

int find(char* source, char* target)

for(i=0;i<=s_len-t_len;i++){j=0;

int flag=1;

if(source[i]==target[j]){int k,p=i;

for(k=0;k

12樓:邁出小白

現在主函式裡用for迴圈將指定的字串逐一賦入字元指標陣列,在主函式之前來個宣告,最後用while語句就行了

C中怎樣從指定字串中查詢並替換字串

stringtxt asdjsfk aaaaaaaaa 判斷這個字串中包含替換 就在斜槓前面加上字元 x 1 使用if語句 if txt.contains 2 使用條件運算子 txt txt.contains txt.replace x txt 擴充套件資料stringreplace 替換的目標,替...

asp中怎樣使用字串中的字元查詢另表中的記錄

樓主的問題補充得對,呵呵,不好意思,今天早上在忙看日食,只是想給你個提示,對於你的問題,我這個查詢是可以勝任的!例如 product id 1 maker product like 1 是會把 1 12 13 查出來,但如果我改成這樣呢 maker product like product id s...

excel中如何查詢某列所包含指定字串並將指定字串返回到對應列

愛精彩人生 1.如圖建立學校簡稱列表 2.b2公式 index f f,max if iferror find f 2 f 5,a2 0 0,row f 2 f 5 ctrl shift 回車,下拉。3.如果學校名錄不多,公式也可以為 choose max if iferror find a2 0 ...