中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)

中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)

ID:8538160

大小:23.61 KB

页数:30页

时间:2018-03-31

中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)_第1页
中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)_第2页
中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)_第3页
中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)_第4页
中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)_第5页
资源描述:

《中国石油大学第八章计算机作业(china university of petroleum eighth chapter computer homework)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、中国石油大学第八章计算机作业(ChinaUniversityofPetroleumeighthchaptercomputerhomework)8.1characterconversiondescribeExtractallthenumericcharactersinastring('0'...'9')andconvertittoanintegeroutput.inputAstringwiththecarriagereturnastheendmark(lessthan80characters).outputConvertsallnumericcharactersinastrin

2、g('0'...'9')toanintegerandoutputsit.#includeIntmain(){Charstr[80];Inti,m=0;Gets(STR);For(i=0;str[i];='';i++){If(str[i]<='9'&&str[i]>='0'){M=m*10+(str[i]-48);}}Printf("%d",m);}8.2mergestringsInputtwostringsthathavebeenarrangedinorderfromsmalltolarge,writeafunctionthatcombinestwo

3、strings,sothatthemergedstringisstillfromsmalltolargearrangement.Input:Twostringsthathavebeenarrangedinorder(ascending)Output:Anordered(ascending)stringmergedtogether#include#include#includeIntmain(){Chara[100],b[100],t;Intk,I,j;Gets(a);Gets(B);Strcat(a,B);K=strl

4、en(a);For(j=1;j<=k;j++)For(i=0;i=a[i+1]){T=a[i];A[i]=a[i+1];A[i+1]=t;}Puts(a);Return0;}8.3deleteduplicatecharactersBackground:Enterastringofnomorethan100,anddeletetheduplicatecharactersinthestring.Input:Enterastringtocheck,notmorethan100characterslong.Forexample:abacaeedabc

5、dcd.Output:Stringafterdeletingduplicatecharacters.Forexample:abced.#includeIntmain(){Chara[100],b[100];Intn,I,J,cnt=1;Gets(a);N=strlen(a);B[0]=a[0];For(i=1;i

6、intf("");Return0;}8.4deletesthespecifiedcharacterinastringEntertwostringsS1andS2,deleteanycharactersinS2ins1.Forexample,S1:"abc123ad",S2:"A1",thenoutput"bc23d"".Input:twostringsS1andS2Output:thedeletedstringS1Requirement:Designanefficientalgorithm,justscaneverystring.Ifyouuseadvancedstrin

7、gconcatenation,andthensortingalgorithm,theefficiencyistoolow#includeIntmain(){Chara[100],b[100],c[100];Intm,N,I,J,k=0,P,q;Gets(a);Gets(B);N=strlen(a);M=strlen(B);For(i=0;i

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。