计算机的优劣英语范文,《计算机专业英语》答案(范文).doc

本文探讨了计算机专业英语在理解技术文献中的关键作用,特别是在《计算机科学》一书中,强调了词汇理解和语法对于学习的重要性。同时,文章深入介绍了离散数学在算法设计中的基础地位,通过例题解析展示了如何使用离散数学解决计算问题,并证明了一种递推关系的解法。此外,还讨论了算法的效率和内存成本,以及如何在实际问题中应用这些概念。
摘要由CSDN通过智能技术生成

《计算机专业英语》答案(范文)

第 PAGE \* Arabic 1 页第 PAGE \* Arabic 1 页

《计算机专业英语》参考答案

Chapter 1 Computer Science

Text A

Exercises

2.(a)out (b)with (c)in (d)in (e)in (f)with (g)for (h)about

Text B

Exercises

3.(a)to (b)now (c)in (d)with (e)out (f)upon

Text C

Exercises

1.(1)analyze, analytic (2)complicate, complex (3) collaborate, collaborative (4)vary, various (5)introduce, introductory (6)base, basic (7)create, creative (8)differ, different (9)free, free

Chapter 2 Discrete Mathematics for Computer Science

Text A

Exercises

C48 =70,C38 =56

6*25=192

if a=0

then if b=0

then return(0)

else return(1+Add(0,b-1))

elseif b=0

then return(1+Add(a-1,0))

else return(1+1+Add(a-1,b-1))

if Rest(S)= ?

then return(First(S))

else if (First(S)

return(Largest(Rest(S)))

else Return(First(S))

Now we can define function Concat(S1,S2) as:

if(Length(S1)=0)

then return(S2)

else return(Cons(First(S1), Concat(Rest(S1),S2)))

Text B

Exercises

1.[Proof]:According to given conditions, we know

an = an-1 + 2n

an-1 = an-2 + 2(n-1)

……

a2 = a1 + 2*2

a1 = 3

sum all items in left side, and delete same items in the right side of equations, we can result that

an = 3 + 2(2+3+……+n-1+n)=1+n(n+1)=n2+n+1

that is what we conclude.

Text C

Exercises

1.(1)depend, dependent (2) correspond, correspondent (3)grow, grown (4)solve, solvent (5) relate, relational (6)recur, recursive (7) validate, valid (8) conclude, conclusive (9) justify, justificative

2.(1)connect-disconnect (2)possible-impossible (3)regular-irregular (4)measure-countermeasure

Chapter 3 Algorithms in the Real World

Text A

Exercises

2. finite, solving, processing, effective, eventually, next, randomly

3. by, in, on, in, on, from

4. the algorithm can terminate.

It is correct for sorting.

If the length of array A is n, the time for computation is O(n2)

Its memory cost n units.

As n increase, its computational cost will become large.

Text B

Exercises

3.(1)—(e), (2)—(c), (3)—(d), (4)—(a), (5)—(b)

4. inconvenience, inc

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值