皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【多选题】
既有线改建工程施工组织设计的特点有( ) 1,运营对施工作业有一定的干扰, 2 3,所不同之处在于既有线改建工程施工必须充分考虑运营行车和施工的关系,必须统筹兼顾,综合安排。
A.
同时施工会影响着运输能力以及行车安全。
B.
在施工方案和施工顺序的安排上,需要 设计、运营、施工三方共同协商研究。
C.
充分考虑运营行车和施工的关系,必须统筹兼顾,综合安排。
D.
既有线改建工程的施工作业,是在正常运营的条件下进行的。
E.
编制各类既有线改建工程施工组织设计,无论是按区段、按站场及单位工程,在编制程序、编制方法、编制内容上,都与新建铁路工程施工组织设计相同。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】The symptoms of Alzheimer' s disease were long dismissed as normal consequences of human aging, but in the 1980' s the disease came to be recognized as the most common cause of intellectual deteriorat...
A.
In the past, Alzheimer' s disease has often been mistaken as normal human aging.
B.
Victims of Alzheimer' s disease rarely need to be institutionalized.
C.
There is currently no cure for Alzheimer's disease.
D.
The primary symptoms are serious forgetfulness and confusion.
【单选题】【真题】 有以下程序 #include main() { int i=5; do { if (i%3==1) if (i%5==2) {printf("*%d",i);break;} i++; }while(i!=0); printf("\n"); } 程序的运行结果是()
A.
*2*6
B.
*3*5
C.
*5
D.
*7
【单选题】调制解调器中的调制是指______。
A.
将数字量转换为模拟量    
B.
将模拟量转换为数字量
C.
直接传送模拟量    
D.
直接传送数字量
【判断题】Anna Russell, 7Duchess of Bedford, invented Afternoon Tea in 1840.
A.
正确
B.
错误
【单选题】【真题】 有以下程序段: #include int a,b,c; a=10;b=50;c=30; if(a>b)a=b,b=c;c=a; printf("a=%d b=%d c=%d\n",a,b,c); 程序的输出结果是( )。
A.
a =10 b=50 c=30
B.
a =10 b=50 c=10
C.
a =10 b=30 c=10
D.
a =50 b=30 c=50
【单选题】Will the people who do not have disease symptoms transmit coronavirus to others?
A.
Yes, the early reports have proven this to be true.
B.
No, the early reports have not proven this to be true.
C.
Yes, the closer reports have proven this to be true.
D.
No, the closer reports have not proven this to be true.
【单选题】【真题】有以下程序 #include main() { int k=5,n=0; do { switch(k) { case 1: case 3:n+=1;k--;break; default:n=0;k--; case 2:case 4:n+=2;k--;break; } printf("%d",n); } while(k>0 && n<5); } 程序运行后的输出结果是()
A.
02356
B.
0235
C.
235
D.
2356
【单选题】--- What should I do to learn English well as a beginner? --- ______, you should memorize some words.
A.
In the end
B.
In this way
C.
To start with
D.
To my surprise
【单选题】【真题】有以下程序段: #include int i,n; for(i=0;i<8;i++) { n=rand() % 5; switch (n) { case 1: case 3:printf("%d \n",n);break; case 2: case 4:printf("%d \n",n);continue; case 0:exit(0); } printf("%d \n",n); } 以...
A.
for循环语句固定执行8次
B.
当产生的随机数n为4时结束循环操作
C.
当产生的随机数n为1和2时不做任何操作
D.
当产生的随机数n为0时结束程序运行
【简答题】What is in Russell Street?
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题