问答题

简答题 现有某建筑物底层占地面积为12.24m × 36. 24m。经查《江苏省建筑与装饰工程计价表》,平整场地定额项目为“1-98”,综合单价为18.74元/10m2
假定按此价格进行工程量清单计价,求报价综合单价。(施工工程量根据《计价表》计算规则是:按建筑物外墙外边线每边加2m计算)

【参考答案】

根据《规范》计算规则,平整场地工程量为:
12. 24×36. 24=443. 58(时)
而施工工程量......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
热门 试题

未分类题
In order to solve a computational problem, its solution must be specified in terms of asequence of computational steps, each of which may be performed by a human or a digital computer. If you want to solve the computational problem with a computer, you shouldlearn how to program. The task of developing programs for the solution of computationalproblems is referred to as programming. Computer programming is the process of planningand creating a sequence of steps for a computer to follow. In general, this process will helpus resolve a problem, which is either too tedious or difficult to work out otherwise. Soprogramming is breaking a task down into small steps. Programming is sometimes contrasted with coding. Coding generally refers to thewriting of programs for given program specification, while programming includes the task of preparing the program specification as well as that of writing the program. The text of aprogram is sometimes referred to as code, and lines of program text are referred to as lines ofcode, especially in the case of machine-language programs. The term coder is used todescribe a person engaged exclusively in implementing program specifications prepared byothers. What s actually involved in programming - the actual process of writing programs? Here s a quick overview of the process: • Write a program. • Compile the program. • Run the program. • Debug the program. • Repeat the whole process until the program is finished. (三)、choosethe best answer according to the passage B. (根据上文的内容选择正确的答案。) 41. If you want to solve the computational problem with a computer, you should learnhow to___________ A. calculate B. program C. add D. subtract 42. Computer programming is the process of planning and creating a sequence of ___________ for a computer to follow. A. steps B. process C. lines D. graphics 43. The term coder is used to describe___________ A. machine B. computer C. keyboard D. person 44. In order to solve a computational problem, you can let a person or a ___________ to do it. A. machine B. computer C. keyboard D. mouse 45. Which of the following is not the stages of programming? A. Write a program. B. Debug the program. C. Print the program. D. Compile the program.