题目内容

某建设单位采用EPC总承包模式,将该工程的设计、采购、施工全过程发包某总承包公司,并委托了一家设计事务所对该项目的设计进行监督管理,同时委托了一家监理公司对该项目的施工进行监督管理。总承包公司将该项目的设计工作发包某设计单位,桩基工程发包给某桩基单位,电气、给排水及通风空调等机电安装工程发包给某安装单位,装修工程发包给某装修单位,景观工程发包给某景观施工单位,其他工程分部分项工程有自己施工。请根据以上背景资料画出给工程的合同及管理关系图

查看答案
更多问题

Which kind of loops does the while statement can express easily?

A. Pretest loops
B. Posttest loops.

The following while statement will cause an infinite loop.-CODE---int count = 10;while (count <= 10)count = count - 1;-CODE---

A. 对
B. 错

An infinite loop will eventually exit from the while statement.

A. 对
B. 错

It is computer’s responsibility to detect and prevent infinite loops.

A. 对
B. 错

答案查题题库