服务保障系统综合调度工位在施工调度使用()模块对处于施工调度工单进行退单操作。
A.施工调度工单监控
B.任务单监控
C.工时池管理
D.综合调度监控
参考答案:D
下列给定程序中,函数fun()的功能是:删除字符串s中所有空白字符(包括Tab字符、回车符及换行符)。输入字符串时用’#’结束输入。 请改正程序中的错误,使它能得出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构. 试题程序: #include <string.h> #include <stdio.h> #include <ctype.h> fun(char *p) { int !i, t; char c[80]; for(i=0,t=0;p[i];i++)if(!isspace(*(p+i))) c[t++]=p[i]; /**********************************/ c[t]=’\0’; strcpy(p,c); } main() {char c,s[80]; int i=0; printf("Input a string: "); c=getchar(); while(c!=’#’) ( s[i]=c;i++;c=getchar();} s[i]="\0"; fun(s); puts(s); {
根据对话内容,从对话后的选项中选出填入空白处的最佳选项。选项中有两项为多余选项。
—What’s the matter with you, Tom?
—Oh, 小题1:Maybe I’ve got a cold.
— 小题2: Why don’t you take some cold stop?
— 小题3:
—That’s what I took the last time I had a cold. 小题4: Maybe that’ll help.
—Thanks.
(Two days later)
—How are you feeling now?
—Getting better.
—小题5:
A.Does it work well?
B.Good idea.
C.Glad to hear it.
D.I feel a little bad under the weather now. E.It worked pretty well.
F.It’s very kind of you.
G.That’s too bad.