题目内容

36~37:某钢筋混凝土现浇剪力墙结构(全部剪力墙落地),抗震设防烈度为7度,丙类建筑,房屋高度78m,布置较多短肢剪力墙,其中某剪力墙截面如图5-17所示。混凝土采用C40级,钢筋采用HRB335级及hpB235级。
底层剪力墙的竖向配筋示意如图5-18所示,双排配筋,在翼缘部分配置8根纵向钢筋。试通过计算确定下列何项竖向配筋最符合规程的要求?提示:要求计算的竖向配筋,是指墙肢中的竖向配筋;但计算过程中需考虑翼缘中已有8根纵向钢筋。

查看答案
更多问题

下面程序运行后,单击命令按钮,输出的结果是
Private Sub Command1_Click()
Dim a%(1 To 4) , b%(2 To 6) , i%, str1#, str2#
For i=1 To 4
a(i)=i
Next
For i=2 To 6
b(i)=i
Next
str1=YAG(a)
str2=YAG(b)
Print "str1="; str1; "str2="; str2
End Sub
Function YAG(a() As Integer)
Dim t#, i%
t=1
For i=LBound(a) To UBound(a)
t=t * a(i)
Next
YAG=t
End Function

A. str1=24 str2=720
B. str1=12 str2=360
C. str1=24 str2=180
D. str1=36 str2=720

What is the special served with?

A. Rice
B. Soup
C. Salad
Dessert

Where is the speaker?

At an art gallery
B. In front of a library
C. In front of a staircase
D. In the Canadian countryside

What free gift will users receive?

A calendar
B. A cookbook
C. A tote bag
D. A yearly planner

答案查题题库