求英文句子中的單詞個數,最長的單詞及它的長度和位置

2021-03-04 08:49:19 字數 2303 閱讀 9622

1樓:匿名使用者

這是計算機語言程式設計, 變出來的程式, 你輸入乙個英文句子, 就會得出「求乙個英文句子中的單詞個數,最長的單詞及它的長度和位置」 。。。。。 跟英文沒關係的問題。

c語言程式設計求乙個英文句子中的單詞數和最長單詞的位置、長度及輸出這個單詞。

2樓:匿名使用者

我剛做了一關於英來文句子

自裡面每個單詞平均字長的。與你問題很近。

#include "stdio.h"

#include

#include "ctype.h"

#define max 1000000

char buf[max],s[max];

char p[max];

int main()

printf("%d\n\n",m);

for(i = 0; i < n; i++)printf("%d\n\n",cout);

ave = cout /m;

printf("%f",ave);

return 0;}

輸入乙個英文句子,統計其中單詞的個數,輸出最長單詞在文字中的位置(是文字中的第幾個字元)和長度;

3樓:匿名使用者

private sub maxlengthword(byval str1$, byref maxword$)

dim i%

dim temp$

i = instr(str1, " ")

maxword = ""

do while i > 0

temp = mid(str1, 1, i - 1)

if len(temp) > len(maxword) then maxword = temp

str1 = mid(str1, i + 1)

i = instr(str1, " ")

loop

if len(str1) > len(maxword) then maxword = str1

textbox2.text = maxword

end sub

private sub button1_click(byval sender as system.object, byval e as system.eventargs) handles button1.

click

dim str1 as string, m as string

m = ""

str1 = textbox1.text

maxlengthword(str1, m)

end sub

計算乙個英文句子中最長單詞的長度(字母個數)max., 5

4樓:匿名使用者

1、t++;

2、max=len;

3、len=0;

程式用於計算乙個英文句子中最長單詞的長度。假設句子中只含有英文本母和空格,空格為單詞之間的分隔符。

5樓:註冊完了額

#include

#include

void main()

printf("\n%d",max);}

6樓:匿名使用者

he same lethargy, i am afraid, characterizes the use of all our faculties and senses. on

輸入一行英文句子,找出其中最長的單詞,輸出該單詞和它的長度,用function程式

7樓:匿名使用者

#include #include #include #define n 100char *maxlenword(char statement,char maxword) return maxword;}int main() ; char b[n] = ; printf("請輸入字串:\n"); gets(a); maxlenword(a,b); printf("最長單詞長為:%d\n",strlen(b)); printf("最長單詞為:

\"%s\"\n",b); return 0;}

c語言 計算乙個英文句子中最長單詞的長度max 請問**不對?

8樓:匿名使用者

if((*p>='a' && *p<='z') || (*p>='a' && *p<='z'))

else

{if(max

求這個英文句子的翻譯,謝謝,求這個英文句子的翻譯

住宅規劃部長唐 福斯特 don foster 暗示,英國財政大臣喬治 奧斯本 ge e osborne 可能會對地方 目前的可購住房存量債務上限引入更多靈活性。這是新聞稿翻譯手法 商務部長唐佛斯特提示由財政司長喬治歐斯本來引介更多讓地方 以物業發展 權益質借更多貸款的彈性辦法。求這個英文句子的翻譯 ...

編寫程式 將英文句子中的前後單詞逆置(單詞之間用空格隔開

include main 搜尋到eof為止 include stdio.h main 將一英文句子中的前後單詞逆置 單詞之間用空格隔開 include include int main if a i j n if a i j n a i j 0 printf out n for i s 1 i 0 ...

do does在英文句子中的用法

在一bai般現在時裡,你一定要du找到句子的謂zhi語部分或表語部分dao 所謂謂語就是主語內所發出的動作 表容語就是能說明主語特徵的名詞或形容詞。當你找到了句子中的動詞,就知道它的疑問形式和否定形式要使用do或does 主語是第一人稱i,第二人稱you,及其他的複數名詞 人稱代詞時,要選用do 主...