允许误差可以和抽样误差一样大,也可以比它大或比它小。
A.正确
B.错误
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1150719.html
上一篇:教育法律规范可以分为()
下一篇:#include<iostream.h> main ( ){ int x=5,y=6; const int *p=&x; *p=y; cout<<*p<<endl; }
#include<iostream.h> main ( ){ int x=5,y=6; const int *p=&x; *p=y; cout<<*p<<endl; }