没有搜到到结果?点击这里求解答/求资源。
【单选题】
设有两个串S1和S2,则StrCompare(S1,S2)运算称做( )。

串连接
模式匹配
求子串
串比较
【单选题】
S==“English”,其子串个数是( )。

A.9
B.16
C.36
D.28
【单选题】
已知质点沿x轴做直线运动,某瞬时速度为ux=x=2m/s,瞬时加速度为ax==-2m/s2,则1s以后点速度大小()。

等于零
等于-2m/s
等于-4m/s
无法确定
【单选题】
个单链表已知q结点是p结点前趋结点,若在q和p之间插入s结点,则须执行( )。

s->next=p->next; p->next=s
q->next=s; s->next=p
p->next=s->next; s->next=p
p->next=s; s->next=q
【单选题】
状态寄存器(S)通用状态S20~S499共100点。

正确
错误
【单选题】
5S活动,清洁目标包括____。

显现整理、整顿、清扫结果
通过制度化、标准化维持整理、整顿、清扫结果
事先筹划应对异常问题对策和方法
A十B十C
【单选题】
On New Year’s Eve, there will be a firework ____ at People’s Square.

display
performance
show
exhibition
【单选题】
Jane’s dress is similar in design ______ her sister’s.

like
with
to
as
【判断题】
A: Let’s go for a walk. B: That’s right.

正确
错误
【单选题】
下面的程序段,循环体执行次数是( )。 Dim I,s For I=1 to 10 s=s+I Next I

1
10
0
11