皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
高压设备发生接地时,室内不得接近故障点(),室外不得接近故障点()。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】在 Java 中,关于 static 关键字的说法错误的是
A.
static 可以修饰方法
B.
static 可以修饰变量
C.
static 可以修饰代码块
D.
static 修饰的方法,在该方法内部可以访问非静态的类成员变量
【简答题】下面程序的功能是输入5个整数,找出最大数和最小数所在的位置,并把二者对调,然后输出调整后的5个数。 main() { int a[5],max,min,i,j,k; for (i=0; imax) {max=a[i]; 【2】;} 【3】 printf("\nThe position of min is:%3d\n",k); printf("\nThe position of max is:%3d...
【单选题】在Java中,关于static关键字的说法错误的是( )。
A.
static 可以修饰方法
B.
static 可以修饰变量
C.
static 可以修饰代码块
D.
static 修饰的方法,在内部可以访问非静态变量
【判断题】在Word中向前滚动-一页,可通过按[ PageDown ]键来完成。
A.
正确
B.
错误
【简答题】java中能否覆盖static方法?
【判断题】在Word中向前滚动一页,可通过按 【Page Down】键来完成。
A.
正确
B.
错误
【判断题】In a digital image, suppose pixel intensity value range is [0,255], the range of difference between two pixels is also [0, 255].
A.
正确
B.
错误
【单选题】For a salt and pepper noise in an digital image, if Ps=0.01 and Pp=0.02, then the noise density is ( )
A.
0.01
B.
0.02
C.
0.03
D.
0.04
【判断题】In a digital image, suppose pixel intensity value range is [0,255], the range of sum between two pixels is also [0, 255].
A.
正确
B.
错误
【单选题】Java程序中,关于static不正确的说法是()。
A.
static 可以用来修饰类的成员方法
B.
static 不可以用来修饰类的成员变量
C.
static 不可以用来修饰局部变量
D.
static 关键字允许在没有创建对象的情况下来进行调用(方法 / 变量)
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题