A . Record
B . Datafile
C . 指针
D . 变量
[单选题]PLEX语言“GLOBAL NSYMB”用于()A . 声明一个全局数据型常量B . 声明一个全局字符型常量C . 声明一个全局数据型变量D . 声明一个全局字符型变量
[判断题] AXE的软件补丁采用Plex语言编写A . 正确B . 错误
[多选题] PLEX语言“DEVP:SLINK.TCS=YES;”,下面描述正确的是()A . DEVP是变量B . SLINK是变量C . TCS是子变量D . YES是子变量
[单选题]The basic problem of journalists as pointed out by the writer lies in their _______ .A. working attitudeB. conventional lifestyle.C. world outlookD. educational background
[名词解释] 机务折返所 locomotive return poin
[试题]but we have at least drawn near the point of admitting that birds should continue survival as a matter of intrinsic right, regardless of the presence or absence of economic advantage to us。
[名词解释] demulti Plex逆多路复用
[名词解释] 点连式调速系统 poin-continued speed control system
[单选题]有如下类定义: class Point{ int x_,y_; public: Point( ):x_(0),y_(0){} Point(int x,int y=0):x_(x),y_(y){} }; 若执行语句: Point a(2),b[3],*c[4]; 则Point类的构造函数被调用的次数是A.2次B.3次C.4次D.5次
[填空题] PLEX程序中CASE语句用于分支跳转,其对应的结束语句是().