单项选择题
未知题型 【习题3-5】简述以下算法的功能(假设 ElemType 为 int 类型)。void fun(ElemType a[], int n) { int i; ElemType e; SqStack st1, st2; InitStack(st1); InitStack(st2); for(i = 0; i < n; i++) if(a[i] % 2 == 1) Push(st1, a[i]); else Push(st2, a[i]); i = 0; while(!StackEmpty(st1)) { Pop(st1, e); a[i++] = e; } while(!StackEmpty(st2)) { Pop(st2, e); a[i++] = e; } }
未知题型 教师有多种职业角色.其中.教师的管理者角色表现为教师的言行是学生学习和模仿的榜样,教师的言论行为、为人处世的态度会对学生具有耳濡目染、潜移默化的作用()
单项选择题 筑行病学研究方法中的横断面研究,属()