皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
表面接触强度的判定准则为:在反复的接触应力作用下,零件在接触处的接触应力σH应该小于或等于接触应力值[σH]。
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】程序阅读题:请写出下列程序的运行结果。 #include void main() { int x=6; printf("%d\n", x+=x++, ++x); }
【单选题】摄取混合食物,呼吸商通常为()
A.
0.70
B.
O.72
C.
0.80
D.
0.82
E.
1.00
【简答题】写出下列程序的运行结果【 】。 include <iostream.h>. include <fstream.h> include <stdlib.h> void main() { fstream outfile, infile; outfile.open('data.clat', ios:: out); if(!outfile) { cout<<'Can't open the file.'<<e...
【简答题】写出下列程序的运行结果。 #include #define S(x) x * x void main(void) {int k=2; cout< cout< } 程序第一行输出_____, 程序第二行输出_____。
【多选题】一个完整的健康干预计划应该包括哪几个阶段?( )
A.
计划制定
B.
计划实施
C.
实施评价
D.
健康体检
【单选题】下列不属于商品检验证书在国际贸易中的作用是( )。
A.
证明货物已经装船
B.
是对外索赔的有效凭证
C.
是通关放行的有效证件
D.
是履行合约、交接货物和结算货款的主要依据
【简答题】请写出下列程序的运行结果: #include "stdio.h" int main() { printf("hello\nworld!"); return 0; }
【简答题】写出下列程序的运行结果 #include main( ) {int m=10,n=5; while(m>20) n=n+10; printf("%d",n); }
【简答题】请写出下列程序的运行结果: #include "stdio.h" int main() { printf("hello\tworld!"); return 0; }
【简答题】写出下列程序的运行结果 ( ) 。 #include int main() { printf("Welcome to Jxust!"); return 0; }
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题