皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
在延髓脑桥沟处,从外侧向内侧,附着的脑神经有
A.
迷走神经,舌咽神经,前庭蜗神经
B.
舌咽神经,前庭蜗神经,面神经
C.
展神经,面神经,前庭蜗神经
D.
面神经,展神经,三叉神经
E.
前庭蜗神经,面神经,展神经
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】图示三相三线制电路中,有两组三相对称负载,均为电阻性,如果电压表读数为 380V ,则电流表读数为( ) A
A.
51
B.
22
C.
44
D.
35
E.
64
【简答题】Listen to an interview about tips for freshman students.Matech the name of the person in the left column with the tip given by the person in the right column
【单选题】有以下程序 struct STU{ char name[10]; int num; }; void f1(struct STU C) { struct STU b={'LiSiGuo',2042}; c=b; } void f2(struct STU*C) { struct STU b={'SunDan',2044}; *c=b; } main() { struct STU a={'YangSan...
A.
2041 2044
B.
2041 2043
C.
2042 2044
D.
2042 2043
【单选题】蜗杆的零件图采用一个主题图和( )的表达方法。
A.
旋转剖视图
B.
局部齿形放大
C.
移出剖面图
D.
俯视图
【单选题】以下程序段是计算学生的三门功课平均分,空白处对函数average正确调用方式是______。 struct Student { char name[10]; int score1; int score2; int score3; } stu; int float average( struct Student stu) { int aver; aver=(stu.score...
A.
average(stu);
B.
aver=average(stu);
C.
average(Student);
D.
int average(stu);
【简答题】下图所示三相电路中,有两组三相对称负载,均为电阻性。若电压表读数为380V,则电流表读数为( )A。(四舍五入到整数值)【图片】
【单选题】图示三相电路中,有两组三相对称负载,均为电阻性。若电压表的读数为380V, 则电流表的读数为()A
A.
76
B.
22
C.
44
D.
66
【单选题】设有如下定义: typedef struct stu { int num; char name[20]; int score; }t_stu; t_stu stu1,*p=&stu1; 能正确引用结构体变量stu1中成员score的表达式是 ( )
A.
t_stu->score
B.
stu1->score
C.
p->score
D.
(*p)->score
【简答题】Listen to the interview about tips for the freshmanstudents.Match the names of the person in the column with the tip given by the person in the right column.
【单选题】create database stu 表示?
A.
创建数据表stu
B.
创建数据库stu
C.
创建数据文件stu
D.
创建日志文件stu
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题