欢迎来到天天文库
浏览记录
ID:37239454
大小:1.31 MB
页数:7页
时间:2019-05-20
《c语言教程英文版讲义(四)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、Chapter4Maincontents:FlowofControl•RelationalOperatorsandExpression•LogicalOperatorsandExpression•StatementsandBlock•Theifstatement•TheswitchstatementSequential•TheloopstatementSelection•othersIteration12•bracen,大括号,支架,支柱•ternarya:三元的•bracketn,托架,(复数)括号•contrastn,vt:对比,对照
2、•falsehoodn,谬误,不真实,说谎•expansionn:扩展,扩充,展开式•formal(ly)形式上的,正式的•grammaticala:语法的,符合语法规则的•precedence优先级•shortcut捷径、近路•innermosta:最里面的,最深处的•ambiguityn,两种或多种解释,模棱两可的话,意•permanenta:永久的,持久的义不明确•Presumablea:可能的,大概,可假定的•indentationn,缩进,呈锯齿形•resumevt:恢复,重新占用•omitvt,省略,删去,遗漏,忘记•aban
3、donvt:放弃,抛弃•resolvevt,vi,使分解,使解体,解析、决心,决定•attachvt:附加,隶属•gowith与...匹配•handya:方便的,手边的•accordinglyad:照着做,照着办,因此,从而•iteratevt,iterationn,iterativea:重复,重述•alternatea:交替的,轮流的•neverthelessconj,ad:然而,不过•branchn:分支;vi:分支,分门•situationn:情况,形势,地点•clausen:分句,从句,条款•explicita:清楚的,明确的3•
4、triviala:不重要的,轻微的4RelationalOperatorsandExpressionLogicalOperatorsandExpressionL.O.!(unary)R.O.<<=>>=&&==!=
5、
6、Eg1.c>a+bc>(a+b)Eg.2inta=3,b=2,c=1,d,f;Eg3.Eg1.Eg2.a=4;b=5;a<=x&&x<=b(a<=x)&&(x<=b)Eg5.distinguisha=0;b=0.5;x=0.3;a>b!=c(a>b)!=ca>b“=”from“1==”a>b&&x>yEg4.Eg6.dist
7、inguishTheequalityinta=0,b=1;a==bb)&&(x>y)1.0/3.0*3.0==1.0inta=0,b=1;a<=x<=b(a>b)==c10Eg3.a==b
8、
9、x==yEvaluationstopsassoonastheoverall(a==b)
10、
11、(x==y)if(a=b)a=b>ca=(b>c)truthoftheresultcanbea&&bTheexpressionbelowwillsuccessfullyguard!a
12、
13、
14、a>bfabs(1.0/3.0*3.0if(aprintf(“aequaltob”);==5>2>7>8b)b+c15、16、bagainst(!a)17、18、(a>b)elseprintf(“aequaltob”);‘a’>0d=a>bd=1determined("shorttryingtoevaluatex%y-circuit"evaluation)ifyhasthevalue0.else!a19、20、ba&&b&&cprintf(“anotequaltob”);‘A’>100f=a>b>cf=0printf(“anote21、qualtob”);4&&022、23、2a24、25、b26、27、cif(y!=0&&x%y==0)5>3&&228、29、8<4a=1;b=2;c=3;d=4;m=1;n=1;-!0‘c’&&‘d’(m=a>b)&&(n=c>d)561PrecedenceStatementsandBlockhigh-!*/%•controlstatements(9)+-(1)if()~else~(2)switch<<=>>=(3)for()~(4)while()~==!=(5)do~while()(6)continue&&(7)break(8)goto30、31、(9)returnlow32、78StatementsandBlock•functioncallingstatementInputahundred-marksystemscore,printf(“%d”,x);deci
15、
16、bagainst(!a)
17、
18、(a>b)elseprintf(“aequaltob”);‘a’>0d=a>bd=1determined("shorttryingtoevaluatex%y-circuit"evaluation)ifyhasthevalue0.else!a
19、
20、ba&&b&&cprintf(“anotequaltob”);‘A’>100f=a>b>cf=0printf(“anote
21、qualtob”);4&&0
22、
23、2a
24、
25、b
26、
27、cif(y!=0&&x%y==0)5>3&&2
28、
29、8<4a=1;b=2;c=3;d=4;m=1;n=1;-!0‘c’&&‘d’(m=a>b)&&(n=c>d)561PrecedenceStatementsandBlockhigh-!*/%•controlstatements(9)+-(1)if()~else~(2)switch<<=>>=(3)for()~(4)while()~==!=(5)do~while()(6)continue&&(7)break(8)goto
30、
31、(9)returnlow
32、78StatementsandBlock•functioncallingstatementInputahundred-marksystemscore,printf(“%d”,x);deci
此文档下载收益归作者所有