运行下列程序,输出结果是[BlankArea1]。struct contry{int num;char name[20];}x[5]={1,"China",2,"USA",3,"France",4,"England",5,"Spanish"};main(){int i;for (i=3;i<5;i++)printf("%d%c",x[i].num,x[i].name[0]);}
查看答案
运行下列程序段,输出结果是([BlankArea1] )。struct country{ int num;char name[20];}x[5]={1, "China", 2, "USA", 3, "France", 4, "England", 5, "Spanish"};struct country *p;p=x+2;printf("%d,%s",p->num,x[0].name);
平面机构的平衡问题,主要是讨论机构的惯性力和惯性矩对 的平衡。
A. 曲柄
B. 连杆
C. 机座
D. 从动件
机械平衡研究的内容是 。
A. 驱动力与阻力间的平衡
B. 各构件作用力间的平衡
C. 惯性力系中的平衡
D. 输入功率与输出功率间的平衡
机械平衡设计目的是为了从结构上保证其产生的惯性力(矩) 。