海蚀地貌有:()、()、()、()和()。
参考答案:海蚀洞(穴);海蚀拱桥;海蚀崖;海蚀平台;海蚀柱
在窗体中添加一个通用对话框,其名称为CommonDialog1,然后添加一个命令按钮。要求单击命令按钮时,打开一个保存文件的通用对话框。该窗口的标题为“打开”,在文件类型框中显示的是Text Files(*.txt)。则能够满足上述要求的程序是
A.Private Sub Command1_Click() CommonDialog1. Flags=cdloFNHideReadonly CommonDialogl. Filter="AllFiles(*.*)|*.*|TextFiles"&_ "(*.txt)|*.txt|BatchFiles(*.bat)|*.bat" CommonDialog1.FilterIndex=1 CommonDialog1.ShowOpen MsgBox CommonDialog1.FileName End Sub
B.Private Sub Command1_Click() CommonDialog1. Flags=cdloFNHideReadonly CommonDialog1. Filter="AllFiles(*.*)|*.*|TextFiles"&_ "(*.txt)|*.txt|BatchFiles(*.bat)|*.bat" CommonDialog1. FilterIndex=2 CommonDialog1. ShowOpen MsgBox CommonDialog1. FileName End Sub
C.Private Sub Command1_Click() CommonDialog1. Flags=cdloFNHideReadonly CommonDialog1. Filter="AllFiles(*.*)|*.*|TextFdes"&_ "(*.txt)|*.txt|BatchFiles(*.bat)|*.bat" CommonDialog1.FilterIndex=1 CommonDialog1.ShowSave MsgBox CommonDialog1.FileName End Sub
D.Private Sub Command1_Click() CommonDialog1. Flags=edloFNHideReadonly CommonDialog1. Filter="AllFiles(*.*)|*.*|TextFiles"&_ "(*.txt)|*.txt|BatchFiles(*.bat)|*.bat" CommonDialog1.Filterlndex=2 CommonDialog1.ShowSave MsgBox CommonDialog1.FileName End Sub
在某城市的城区拟建一定向匝道桥,上跨既有立交桥。该匝道桥分跨为:12×25m+(28m+140m+28m)+12×25m,主跨为三跨钢与混凝土组 合梁,引桥为预应力混凝土工字梁,两侧桥头路长各100m,采用装配式钢筋混凝土挡墙。桥宽为9.0m、分界墩为钢筋混凝土T形墩、中间墩为钢筋混凝土圆 柱形墩,在钢筋混凝土承台下为钻孔灌注桩,施工工期为:5月1日~10月1日。
施工进度计划编制的一般步骤为()。其中①计算工程量;②确定劳动量和机械台班数;③确定施工过程;④确定各施工过程的作业天数;⑤编制施工进度计划;⑥编制主要工种人机料等的需用量计划。(单选题)
A.①②③④⑤⑥
B.⑥⑤①②③④
C.③①②④⑤⑥
D.②①③④⑥⑤