I think he has ( )in that sort of work. A、some experienceB、much experiencesC、little experiencesD、few experience

I think he has ( )in that sort of work.

A、some experience

B、much experiences

C、little experiences

D、few experience


相关考题:

Don’t think I’m joking. I ____________ business. (A) think(B) am(C) mean(D) talk

1.I ______they ______tomorrow.A. think; won’ t comeB. don- t think ; comeC. don't think; will comeD. think; come

Between labor and play______(stand)work.

He () some difficulty () the book into Japanese. A、is, to translateB、has, to translateC、is, in translatingD、has, in translating

I ____ the movie ____ one of the worst I've ever seen. A、think...asB、regard...asC、believe...asD、know...as

I’m tired. I () working very hard. A、haveB、have beenC、hadD、has

--Where do you think______he______the computer?---Sorry.I have no idea.A.has;boughtB.不填;boughtC.did;buyD.不填;buys

【填空题】以下程序的运行结果是【1】,其算法是【2】。 main() {int a[5]={5,10,-7,3,7},i,t,j; sort(a); for(i=0;i<=4;i++) printf("%3d",a[i]); } sort(int a[]) {int i,j,k; for(i=0;i<4;i++) for(j=0;j<4-i;j++) if(a[j]>a[j+1]) {t=a[j];a[j]=a[j+1];a[j+1]=t;} }

【填空题】以下程序的运行结果是【1】,其算法是【2】。 main() {int a[5]={9,6,8,3,-1},i,j,t,p; sort(a); for(i=0;i<=4;i++) printf("%3d",a[i]); } sort(int a[]) {int i,j,t,p; for(j=0;j<4;j++) {p=j; for(i=j;i<=4;i++) if(a[i]<a[p]) p=i; t=a[p];a[p]=a[j];a[j]=t; } }

图后序计数的I/O复杂度可以达到O(sort(N))