西北工业大学

I haven't finished yet. I just need _______ ten minutes.A:anotherB:otherC:the otherD:the others

题目

I haven't finished yet. I just need _______ ten minutes.

A:another

B:other

C:the other

D:the others

参考答案和解析
正确答案:A 
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

航次租船合同中,舱内收货称为(?)。

A.F.I.
B.F.O.
C.F.I.O.
D.F.I.O.S.T.

答案:A
解析:
航次租船合同中,关于装卸费的分担,一般有五种约定方法:①舱内收货(Free In,F.I.);②舱内交货(Free Out,F.O.);③舱内收交货(Free In and Out,F.I.O.);④舱内收交货和堆舱、平舱费(Free In and Out Stowing Trimming,F.I.O.S.T.);⑤班轮条款(Liner Term)。

第2题:

下列程序段的时间复杂度为()。for(i=0;i<m;i++)for(j=0;j<t;j++)e[i][j]=0;for(i=0;i<m;i++)for(j=0;j<t;j++)for(k=0;k<n;k++)c[i][j]_c[i][j]+a[i][k]×b[k][j];

A.O(m×n×t)
B.O(m+n+t)
C.O(m×t+n)
D.O(m+n×t)

答案:A
解析:
在程序段中,有两段循环程序,第一段是一个双层嵌套循环,另一个是三层嵌套循环,所以基本操作是c[i][j]=c[i][j]+a[i][k]×b[k][j],此基本操作共执行m×t×n次。

第3题:

I________ from him since he left.

A、haven’t heard

B、didn’t receive

C、haven’t got

D、didn’t have


正确答案:A

第4题:

下列程序段的时间复杂度是()。 for(i=0;i<n;i++) for(j=0;j<m;j++) for(k=0;k<t;k++) c[i][j]=c[i][j]+a[i][k]*b[k][j];

A.O(m+n+t)

B.O(m*n*t)

C.O(m+n*t)

D.O(m*t+n)


C

第5题:

下列程序段的时间复杂度是()。 for(i=0; i<m; i++) for(j=0; j<t; j++) c[i][j]=0; for(i=0; i<m; i++) for(j=0; j<t; j++) for(k=0; k<n; k++) c[i][j]=c[i][j]+a[i][k]*b[k][j];

A.O(m+n+t)

B.O(m+n*t)

C.O(m*t+n)

D.O(m*n*t)


O(n^2)

第6题:

航次租船合同中,舱内收货称为(  )。
A.F.I.
B.F.O.
C.F.I.O.
D.F.I.O.S.T.


答案:A
解析:
航次租船合同中,关于装卸费的分担,一般有五种约定方法:①舱内收货(Free In:F.I.);②舱内交货(Free Out:F.O.);③舱内收交货(Free In and Out:F.I.O.);④舱内收交货和堆舱、平舱费(Free In and Out Stowing Trimming:F.I.O.S.T.);⑤班轮条款(Liner Term),指一切与装卸有关的费用均由船舶所有人负担。

第7题:

在Need矩阵中,need(i,j)=a表示()。

A.进程i最多需要j类资源a个

B.进程i最多还需要j类资源a个

C.进程j最多还需要i类资源a个

D.进程j最多需要i类资源a个


进程i最多还需要j类资源a个

第8题:

I’d rather you ____ come here to see the film. It’s really long and boring.

A. haven’t

B. don’t

C. didn’t

D. hadn’t


正确答案:C

第9题:

下列程序段的时间复杂度为()。 for(i=0; i for(j=0; j c[i][j]=0; for(i=0; i for(j=0; j for(k=0; k c[i][j]=c[i][j]+a[i][k]*b[k][j];

A.O(m*n*t)

B.O(m+n+t)

C.O(m+n*t)

D.O(m*t+n)


C

第10题:

【单选题】已知正弦电流i1 =4√2sin(100πt+60o)A,i2=3√2sin(100πt-30o)A ,求i=i1+i2的值为()。

A.i=5sin(100πt+23.1o)A

B.i=5√2sin(100πt+53.1o)A

C.i=5√2sin(100πt+23.1o)A

D.i=5sin(100πt+53.1o)A


D