The author mentions the old Romans
A. to compare the old Romans with today' s people___________
B. to give an example
C. to show human beings in the past knew nothing better
D. to indicate human beings used to be bloodthirsty
第1题:
有下列程序段: typedef struct NODE {int num;struct NODE*next; }OLD; 下列叙述中正确的是( )。
A.以上的说明形式非法
B.NODE是一个结构体类型
C.OLD是一个结构体类型
D.OLD是一个结构体变量
第2题:
A.FromWindows7,runScanstate.exe/offlineWinOld:c:\windows.
B.FromWindows7,runScanstate.exe/offlineWinOld:c:\windows.old.
C.Atthecommandprompt,runXcopy/s/ec:\windows\users\*.*c:\users\.
D.Atthecommandprompt,runXcopy/s/ec:\windows.old\documentsandsettings\*.*c:\users\.
第3题:
330038003000301585063878906把将字符串s中的一个子串替换成另一个指定的字符串所用到的函数是
A.330038003000301585063878906 s.replace(old, new [, max])
B.s.rindex(str, beg=0, end=len(string))
C.s.strip([chars])
D.s.changeplace(old, new [, max])
第4题:
A. mv /old_dir/file /new_dir
B. mv -p /old_dir/file /new_dir
C. mv -k /old_dir/file /new_dir
D. mv /old_dir/file /new_dir/new_file
第5题:
有以下程序段: typedef struct NODE { int num; struct NODE * nex; } OLD; 以下叙述中正确的是( )。
A.以上的说明形式非法
B.NODE是一个结构体类型
C.OLD是一个结构体类型
D.OLD是一个结构体变量
第6题:
用vi打开一个文件,如何用字母”new”来代替文件中所有的字母”old”
A.:r/old/new
B.:s/old/new
C.:1,$s/old/new/g
D.:%s/old/new/g