柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
一般而言,移植VxWorks操作系统有4种操作类型,下面不属于这4种操作类型的是( )。
A.用户界面移植
B.宿主机移植
C.体系结构移植
D.目标板移植
热度🔥300
参考答案:A
解析:
【解析】一般而言,移植VxWorks操作系统有下列四种操作类型:宿主机移植、体系结构移植、目标板移植和升级以前Tornado集成开发环境版本的BSP到最新版本。故本题选择A。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
若有以下程序 #include #include #include struct stu { char *name, gender; int score; }; main() { struct stu a={NULL, 'm', 290}, b; a.name=(char *)malloc(10); strcpy(a.name, "Zhao"); b = a; b.gender = 'f'; b.score = 350; strcpy(b.name, "Qian"); printf( "%s,%c,%d,", a.name, a.gender, a.score ); printf( "%s,%c,%d\n", b.name, b.gender, b.score ); } 则程序的输出结果是
如果在一台主机的Windows环境下执行命令Ping www.pku.edu.cn得到下列信息 Pinging www.pku.edu.cn [162.105.131.113] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 162.105.131.113: Packets: Sent=4, Received=0, Lost=4 (100% loss) 那么下列结论中无法确定的是()
将Excel工作表中的数据粘贴到PowerPoint中,当Excel中的数据内容发生改变时,保持PowerPoint中的数据同步发生改变,以下最优的操作方法是( )。
标签
三级嵌入式
移植
类型
操作
目标