A. at easy
B. with ease
C. at ease
D. at loose
第1题:
— Jane, I’m coming to say good-bye. I’m leaving tomorrow.\n— _______
A.I’m sorry.
B.Oh, no. Why?
C.Go slowly.
D.Why soon? Can’t you stay a few days longer?
第2题:
执行下列程序,显示的结果是______。
first="china"
second=""
a=LEN(first)
i=a
DO WHILE i>=1
second=second+SUBSTR(first,i,1)
i=i-1
ENDDO
?second
第3题:
B 宽度优先(种子染色法)
5.关键路径
几个定义: 顶点1为源点,n为汇点。
a. 顶点事件最早发生时间Ve[j], Ve [j] = max{ Ve [j] + w[I,j] },其中Ve (1) = 0;
b. 顶点事件最晚发生时间 Vl[j], Vl [j] = min{ Vl[j] – w[I,j] },其中 Vl(n) = Ve(n);
c. 边活动最早开始时间 Ee[I], 若边I由<j,k>表示,则Ee[I] = Ve[j];
d. 边活动最晚开始时间 El[I], 若边I由<j,k>表示,则El[I] = Vl[k] – w[j,k];
若 Ee[j] = El[j] ,则活动j为关键活动,由关键活动组成的路径为关键路径。
求解方法:
a. 从源点起topsort,判断是否有回路并计算Ve;
第4题:
I've _____ these lines again and again but I still keep forgetting them.
A. gone off
B. gone about
C. gone over
D. gone through
第5题:
A:I'm keen on football.
B: So ( )I.
A. have
B. do
C. am
第6题:
—why, Jack, you look so tired!
---Well, I _____the house and I must finish the work tomorrow.
A. was painting
B. will be painting
C. have painted
D. have been painting