皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
假设有: String s1="tom"; String s2=new String("tom"); 下面表达式的结果为 true 的是( )。
A.
s1= =s2
B.
s1.equals(s2)
C.
s1= s2
D.
s1.compareTo(s2)
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】下面程序的功能是输入 5 个整数,找出最大数和最小数所在的位置,并把二者对调,然后输出调整后的 5 个数。请填空。 # incLude int main( ) { int a[5] , max , min , i , j=0 , k=0 ; for(i=0 ; imax) { max=a[i] ; ( ) ; } ( ) printf("\nThe positi...
【简答题】下面程序的功能是输入 5 个整数,找出最大数和最小数所在的位置,并把二者对调,然后输出调整后的 5 个数。请填空。 #include int main( ) { int a[5] , max , min , i , j = 0 , k = 0 ; for( i = 0 ; i max ) { max = a[i] ; _______; } _______; _______; printf( "\...
【简答题】下面程序的功能是输入5个整数,找出最大数和最小数所在的位置,并把二者对调,然后输出调整后的5个数。请填空。 int main() { int a[5],max,min,i,j,k; for(i=0;imax) {max=a[i]; _____ ;} a[j]=max;a[k]=min; print( “ \ nThe position of min is:%3d\n ”,k); printf( “...
【单选题】A bug in the computer system was preventing it from ______ digital image files.
A.
proceeding
B.
processing
C.
producing
D.
treating
【单选题】In the context of digital image processing , description .
A.
is the process of recognize Individual objects
B.
is also referred to as representation
C.
is also called feature extraction
D.
involves extracting attributes that result in some quantitative information of interest
【单选题】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
【简答题】若有以下程序段,且变量已正确定义和赋值: for(s=1.0,k=1;k<=n;k++) s=s+1.0/(k*(k+1)); printf("s=%f\n\n",s); 请填空,使下面程序段的功能与之完全相同: s=1.0;k=1; while( 1 ) {s=s+1.0/(k*(k+1)); 2 ; } printf("s=%f\n\n",s);
【简答题】下面程序的功能是输入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...
【简答题】下面程序的功能是输入 5 个整数,找出最大数和最小数所在的位置,并把二者对调,然后输出调整后的 5 个数。请填空。 #include void main ( ) {int a[5],max,min,i,j=0,k=0; for(i=0;imax) {max=a[i]; (2) ;} (3) printf(“\nthe position of min is:%3d\n”,j); printf(“th...
【单选题】In the context of digital image processing , description.
A.
is also referred to as representation
B.
is also called feature extraction
C.
involves extracting attributes that result in some quantitative information of interest
D.
is the process of recognize Individual objects
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题