科学发展观的基本要求是( )。 A.发展 B.全面协调可持续 C.统筹兼顾

题型:单项选择题

问题:

科学发展观的基本要求是( )。

A.发展
B.全面协调可持续
C.统筹兼顾
D.以人为本

考点:地方公务员行政职业能力测试浙江行政职业能力测验
题型:单项选择题

一个圆的周长扩大到原来的3倍,面积扩大到原来的______.

题型:单项选择题

阅读下列说明和C++代码,将应填入 (n) 处的字句写在对应栏内。

[说明]

已知某企业的采购审批是分级进行的,即根据采购金额的不同由不同层次的主管人员来审批,主任可以审批5万元以下(不包括5万元)的采购单,副董事长可以审批5万元至10万元(不包括10万元)的采购单,董事长可以审批10万元至50万元(不包括50万元)的采购单,50万元及以上的采购单就需要开会讨论决定。

采用责任链设计模式(Chain of Responsibility)对上述过程进行设计后得到的类图如图18-9所示。

[C++代码]

#include<string>

#include<iostream>

using namespace std;

class PurchaseRequest

public:

double Amount; //采购的金额

int Number; //采购单编号

string Purpose; //采购目的

class Approver //审批者类

public:

Approver()(successor=NULL;

virtual void ProcessRequest(PurchaseRequest aRequest)

if(successor!= NULL)(successor-> (1)

void SetSuccessor(Approver *aSucceSSsor)successor=aSuccesssor;

private:

(2) successor;

class Congress:public Approver

public:

void ProcessRequest(PurchaseRequeSt aRequest)

if(aRequest.Amount>=500000)/*决定是否审批的代码省略*/

else (3) ProceSsRequest(aRequest);

class Director:public Approver

publlc:

void ProcessRequest(PurchaseRequest aRequest) /*此处代码省略*/

class President:public Approver

public:

void ProcessRequest(PurchaseRequest aRequest)/*此处代码省略*/

class VicePresident:public Approver

public:

void ProcessRequest(PurchaseRequest aRequest)/*此处代码省略*/

void msin()

Congress Meeting;VicePresident Sam;Director Larry;President Tammy;

//构造责任链

Meeting.SetSuccessor(NULL);Sam.SetSuccessor( (4) );

Tammy.SetSuccessor( (5) );Larry.SetSuccessot( (6) );

PurchaseRequest aRequest; //构造采购审批请求

cin>>aRequest.Amount; //输入采购请求的金额

(7) .ProcessRequest(aRequest);//开始审批

return;

(4)处填()。

题型:单项选择题

下列属于柴油机装配间隙中运动间隙是()。

A.轴承与轴颈

B.活塞顶平面与气缸盖底平面的间隙

C.摇臂与气门杆顶盖的间隙

题型:单项选择题

开放式基金份额的注册登记业务只能由基金管理人自行办理或委托中国证券登记结算有限责任公司承担。()

题型:单项选择题

American Museum of Natural History is one of the largest natural and historic museums in the world and one of the main natural history research and education centres in the United States, set up in 1869 and located in the west of the Central Park, Manhattan District, New York. It (1) 7 hectares in its total area, (2) classical types of buildings. The (3) of ancient creatures and humanity is (4) the first place of all the museums in the world, (5) the representative samples from South America, Africa, Europe, Asia and Australia were collected, besides those from the (6) country, the United States.In the museum, there are five kinds of exhibits, including astronomy, mineralogy, human history, and animals in the (7) times and those in modern times. There are thirty-eight exhibition halls with different (8) from 500 to 1,500 square metres. Besides these, there is a Roosevelt Memorial Hall in (9) of President Roosevelt who supported the (10) of the museum, which is also used to have a special exhibition, showing the new important (11) on natural sciences and (12) affairs and social problems, and special topics connected closely with the life of the citizens. Besides this, it is also used for avocation (13) to have all kinds of scientific activities in the laboratories, centres of natural science and centres for citizens. There are more than 10 (14) research departments mainly(15) for collection of samples, research and work of publication.In the museum, there are (16) and sub-libraries of Aulspond ancient amniote, with about 300 thousand books and magazines (17) natural history, many of(18) are very valuable monographs for the first edition. It has published many expert books and magazines, and a large number of propaganda materials, (19) which are the two magazines, Natural History and Members of Museum that have the biggest (20) of their magazines.

9()

A.proposition

B.memory

C.profile

D.quotation

更多题库