题目内容

《刑法》第116条规定:“破坏火车、汽车、电车、船只、航空器,足以使火车、汽车、电车、船只、航空器发生倾覆、毁坏危险,尚未造成严重后果的,处3年以上10年以下有期徒刑。”第117条规定:“破坏轨道、桥梁、隧道、公路、机场、航道、灯塔、标志或者进行其他破坏活动,足以使火车、汽车、电车、船只、航空器发生倾覆、毁坏危险,尚未造成严重后果的,处3年以上10年以下有期徒刑。”第118条规定:“破坏电力、燃气或者其他易燃易爆设备,危害公共安全,尚未造成严重后果的,处3年以上10年以下有期徒刑。”《刑法》第119条规定:“破坏交通工具、交通设施、电力设备、燃气设备、易燃易爆设备,造成严重后果的,处10年以上有期徒刑、无期徒刑或者死刑。过失犯前款罪的,处3年以上7年以下有期徒刑;情节较轻的,处3年以下有期徒刑或者拘役。” 阅读上述4个分则条文后,请回答下列哪些说法正确

A. 甲实施的破坏行为“足以……发生……危险,尚未造成严重后果的”就完全或完整满足《刑法》第116条、第117条、第118条规定之要件
B. 甲实施的破坏行为必须造成严重后果的才完全或完整满足《刑法》第116条、第117条、第118条规定之要件
C. 甲实施的破坏行为必须造成严重后果的才完全或完整满足《刑法》第119条规定之要件
D. 第116条、第117条、第118条既遂的类型属于“危险犯”,而非“结果犯”或者“行为犯”

查看答案
更多问题

A wheel is any dish like object that can be used for transportation or in machinery. To be useful, a wheel must revolve (1) an axle, which is normally a shaft attached (2) the wheel’s center.No one is exactly sure when the wheel was first (3) . But it is thought to have been in use during the early Bronze Age in the Tigris-Euphrates Valley in the Middle East— (4) Iraq is located today. We know that ancient people there used (5) . These and other wheeled vehicles are shown in artwork from the area (6) back to 3500 B.C.How were such (7) developed The idea began when people placed logs as rollers under a platform. They were used to (8) heavy loads. The center of the logs may have been partly hewn, or carved away, (9) a narrow axle between solid, thick wheels at each end. Some ancient Middle East people even wrapped leather tires around the solid wooden wheels attached to (10) carts.Probably the first way (11) wheels were used other than for transportation was in pottery making. (12) beautiful and useful pieces of pottery, a potter puts a lump of clay on a horizontally placed wheel which is attached to an axle. (13) the potter sits facing the wheel and makes it spin, using a foot pedal. The potter molds the clay, using both hands (14) fingers, as the wheel spins. Thus the clay is (15) . Various objects (16) bowls, plates, vases, and cups are produced in this manner.The wheel and axle also have other (17) . They are part of many (18) . An axle attached to a wheel, so that both spin at the same time, permits the use of small amounts of force to (19) very heavy load. This wheel-and-axle principle is used in all weight-lifting devices, such as cranes, hoists, and elevators. For example, by pulling a rope wrapped around the rim of a wheel, a person can lift a massive object with only a (20) amount of effort. 9().

A. to leave
B. leaving
C. left
D. leaves

已知在文件IN.DAT中存有100个产品销售记录,每个产品销售记录由产品代码dm(字符型4位)、产品名称mc(字符型10位)、单价dj(整型)、数量sl(整型)、金额je(长整型)5部分组成。其中,金额=单价×数量。函数ReadDat()是读取100个销售记录并存入结构数组sell中。请编制函数SortDat(),其功能要求如下:按金额从小到大进行排列,若金额相等,则按产品代码从小到大进行排列,最终结果仍存入结构数组sell中,最后调用函数WriteDat()把结构输出到文件OUT1.DAT中。 注意:部门源程序已给出。请勿改动主函数main()、读数据函数ReadDat()和输出数据函数WriteDat()的内容。 试题程序: #include<stdio.h> #include<string.h> #include<conio.h> #include<stdlib.h> #define MAX 100 typedef struct char dm[5];/*产品代码*/ char mc[11];/*产品名称*/ int dj;/*单价*/ int sl;/*数量*/ long je;/*金额*/ PRO; PRO sell[MAX]; void ReadDat(); void WriteDat(); void SortDat() void main() memset(sell,0,sizeof(sell)); ReadDat(); SortDat(); WriteDat(): void ReadDat() FILE*fp; char str[80],ch[11]; int i; fp=fopen("IN.DAT","r"); for(i=0;i<100;i++) fgets(str,80,fp); memcpy(sell[i].dm,str,4); memcpy(sell[i].me,str+4,10); memcpy(ch,str+14,4);ch[4]=0; sell[i].dj=atoi(ch); memcpy(ch,str+18,5);ch[5]=0; sell[i].sl=atoi(ch); sell[i].je=(long)sell[i].dj*sell[i].sl; fclose(fp); void WriteDat() FILE*fp; int i; fp=fopen("OUT1.DAT","w"); for(i=0:i<100;i++) printf("%s%s%4d%5d%5d\n",sell[i].dm,sell[i].mc,sell[i].dj,sell[i].sl,sell[i].je); fprintf(fp,"%s%s%4d%5d%5d\n",sell[i].dm,sell[i].mc,sell[i].dj,sell[i].sl,sell[i].je); } fclose(fP); }

常用________作尿生化标本的防腐剂。

糖尿病患者口服葡萄糖后,血糖值升高,尿糖定性阳性,呈葡萄糖耐量减低曲线。()

A. 对
B. 错

答案查题题库