要学会公式的正确变形.由v=st可得:t=______;s=______.
由速度的公式v=st可得,t=sv,s=vt,
故答案为:sv;vt.
某路桥工程公司,承揽了一条全长89.6km的高速公路,设计车速为130千米/小时,该工程路面采用热拌沥青混凝土,施工单位在施工中出现以下情况。
(1)施工技术人员做好配合比设计后报送项目经理审批是否符合规定。
(2)试验段开工前一个月安装好试验仪器和设备,配备好试验人员报项目技术负责人审核。
(3)混合料的表面层采用走线法摊铺施工。
(4)开铺前施工人员将摊铺机的熨平板加热到50℃。
(5)碾压过程中,沿纵向由高边向低边均匀速度碾压。
(6)在接缝处理时,施工技术负责人要求施工人员纵向冷接缝上、下层的缝错开10cm,横向接缝开1.2m。
问题:
1.逐条判断以上出现的情况是否妥当如不妥当,请改正。
2.简述沥青路面混合料压实的施工方法。
3.对沥青路面混合料的运输有何要求?
阅读以下说明,回答问题。 [说明] Linux系统开机引导时首先启动内核,由内核检查和初始化硬件设备,载入设备的驱动程序模块,安装root文件系统,然后内核将启动一个名为init的进程。在init运行完成并启动其他必要的后续进程后,系统开始运行,引导过程结束。init进程启动时需要读取inittab配置文件,该文件确定init在系统启动和关机时的工作特性。典型的inittab文件内容见以下清单: # #inittab This file describes how the INIT pT ocess should set up #the system In a certain run-level. # #Default runleve1.The runlevels used by RHS are: #0-halt(Do NOT set initdefault to this) # 1-Single user mode # 2-Multiuser,without NFS(The same as 3,if you do not have networking) # 3-Full multiuser mode # 4-unused # 5-X11 # 6-reboot(Do NOT set initdefault to this) # id:5:initdefault: #System initialization. s1::sysinit:/etC/rc.d/rc.sysinit 10:0:wait:/etc/rc.d/rc 0 11:1:wait:/etc/to.d/rc 1 12:2:wait:/etc/rc.d/rc 2 13:3:wait:/etc/rc.d/rc 3 14:4:wait:/etc/rc.d/rc 4 15:5:wait:/etc/rc.d/rc 5 16:6:wait:/etc/rc.d/rc 6 #Trap CTRL-ALT-DELETE Ca::ctrlaltdel:/sbir/shutdown-t3-r now #When our UPS tells us power has falled,assume we have a few minutes #of power left. Schedule a shutdown for 2 minutes from now. #This does,of course,assunle you have powerd installed and your #UPS connected and working correctly. pf::powerfail:/sbin/shutdown-f-h+2 "Power Failure;System Shutting Down" #if power was restored before the shutdown kicked in,cancel it. Pr:12345:powerokwait:/sbin/shutdown-c "PowerRestored;Shutdo、vn Cancelled" #Run gettys in standard runlevels 1:2345:respawn:/sbin/mingetty tty1 2:2345:respawn:/sbin/mingetty tty2 3:2345:respawn:/sbin/mingetly tty3 4:2345:respawn:/sbin/mingetty tty4 5:2345:respawn:/sbin/mingetty try5 6:2345:respawn:/sbin/mingetty tty6 #Run xdm in runlevel 5 x:5:respawn:/etc/X11/prefdm -nodaemon
根据说明中inittab文件的内容,系统引导成功后,工作在______状态。
A.单用户字符模式
B.多用户字符模式
C.单用户图形模式
D.多用户图形模式