试题与答案

蓄热墙吸收太阳的辐射热后、通过()把热量传到墙内一侧,再以对流和热辐射方式向室内供热

题型:填空题

题目:

蓄热墙吸收太阳的辐射热后、通过()把热量传到墙内一侧,再以对流和热辐射方式向室内供热。

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/1010/8458f54430458ea4e8a191999b3e53e3.html

下面是错误答案,用来干扰机器的。

参考答案:A

试题推荐
题型:阅读理解

从对话后的选项中选出能填入空白处的最佳选项。选项中有两项为多余选项。(共5题;每小题2,满分10分)

A: Excuse me. Where can I get the 8:30 flight to Chicago?

B:  __1 but the 8:30 flight to Chicago has just left.

A:  Oh, no! __ 2_

B : I'm afraid so.

A: I don't believe it. I’ve got to spend the weekend with my wife. When is the next flight to Chicago?

B: _3 It is at 9:45.

A: Not until 9:45? _4

B: Yes. I' m certain. Would you like to get a ticket?

A: _5  Please tell me when that flight arrives.

B :At 11:15 .Will that flight get you to Chicago in time for your weekend?

A: I hope so.

A.Let me see.

B.That' s all right.

C.I'm sorry

D.I guess so.E.I missed the flight?

F.What can I do for you?

G.Are you sure of it?

查看答案
题型:问答题

下列程序中,函数fun的功能是:按顺序给S所指数组中的元素赋予从2开始的偶数,然后再按顺序对每5个元素求平均值,并将这些值依次存放在W所指的数组中。若S所指数组中元素的个数不是5的倍数,则多余部分忽略不计。
例如,S所指数组有14个元素,则只对前lO个元素进行处理,不对最后的4个元素求平均值。
请改正程序中的错误,使它能得出正确的结果。
注意:不要改动main函数,不得增行或删行,也不得更改程序的结构!
试题程序:
#include<stdio.h>
#define SIZE 20
fun(double*s,double*w)

int k,i;double sum;.
for(k=2,i=0;i<SIZE;i++)
(s[il=k;k+=2;
/********found********/
sun=0.0;
for(k=0,i=0;i<SIZE;i++)
(sum+=s[i];
/********found********/
if(i+1%5==0)
[w[k]=sum/5;sum=0;k++;)

return k;

main()
(double a[SIZE],b[SIZE/5];
int i,k;
k=fun(a,b);
printf("The original data:\n");
for(i=0;i<SIZE;i++)
if(i%5==0)printf("\n");
printf("%4.0"a[i]);

printf("\n\nThe result:\n");
for(i=0;i<k;i++)
printf("%6.2f",b[i];
printf("\n\n");

查看答案
微信公众账号搜索答案