开县正在进行汉丰湖建设工程,为了减少对城市居民区的干扰,降低施工时产生的噪声,安

题型:选择题

问题:

开县正在进行汉丰湖建设工程,为了减少对城市居民区的干扰,降低施工时产生的噪声,安装了隔音屏.这种控制噪声的方式是(  )

A.防止噪声产生

B.阻断噪声的传播

C.防止噪声进入耳朵

D.采用了上述三种方式

考点:控制噪声的途径
题型:选择题

滚筒长度应比输送带宽度长()mm。

A、150—200

B、100—200

C、80—100

D、50—100

题型:选择题

根据A句完成B句,使其意思相同或相近,每空填写一词。

1. A: How's the weather in Bazhong today?

    B: ___________ the weather ___________ in Bazhong today?

2. A: My classmates and I hope we can visit Beijing for the Olympic Games this summer vacation.

    B: My classmates and I hope ___________ Beijing for the Olympic Games this summer vacation.

3. A: Tom usually takes the bus to school.

    B: Tom usually goes to school ___________.

4. A: Ann is 13 years old. Sally is 12 years old.

   B: Sally isn't ___________ as Ann.

5. A: Mr Liu said to us, "I'll go to Chengdu next week".

    B: Mr Liu told us ___________ go to Chengdu the next week.

题型:选择题

生态系统中存在着能流、物流和______。

题型:选择题

请编写一个函数is Value(int m,int k,int xx[]),该函数的功能是:将小于整数m且紧靠m的k个素数存入数组xx传回。最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。
注意:部分源程序给出如下。
例如:若输入17,5,则应输出:13,11,7,5,3。
请勿改动主函数main和输出数据函数readwriteDat()的内容。
[试题源程序]
#include<conio.h>
#include<stdio.h>
void readwriteDat();
void num(int m,int k,int xx[])


main()

int m,n,xx[1000];
system("cls");
printf("\nPlease enter two integers;");
scanf("%d%d",&m,&n);
num(m,n,xx);
for(m=0;m<n;m++)
printf("%d",xx[m]);
printf("\n");
readwriteDat();

void readwriteDat()

int m,n,xx[1000],i;
FILE*rf,*wf;
rf=fopen("in.dat","r");
wf=fopen("out.dat","w");
for(i=0;i<10;i++)

fscanf(rf,"%d%cr,&m,&n);
num(m,n,xx);
for(m=0;m<n;m++)fprintf(wf,"%d",xx[m]);
fprintf(wf,"\n");

fclose(rf);
fclose(wf);

题型:选择题

电渗析主要用于高含盐量水除盐前的预处理

更多题库