单项选择题
简单的交换排序方法是( )。
A.快速排序
B.选择排序
C.堆排序
D.冒泡排序
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下列语句段中,正确的是( )。
A.struct
int x;
float y;
int a[2];
unsigned b[3];
char name[10];
;
B.structstu
unsigneda[3];
unsigned b[4];
x;
int*p=&x.a;
C.struc tsu
int a;
float x[4];
y=1,1.0;
floatdat a=y.x;
D.stmct nd
int a,b;
unsigned c[2]=5;
;
点击查看答案&解析
单项选择题
结构化分析方法是面向( )的自顶向下逐步求精进行需求分析的方法。
A.对象
B.数据结构
C.数据流
D.目标
点击查看答案&解析
相关试题
下列程序的输出结果是( )。 #include...
若执行下列的程序时,从键盘上输入1和2,...
下列程序的输出结果是( )。 void f(i...
设有定义:int nl=0,n2,*p=&n2,...
下列程序的输出结果是( )。 main() ...