当前位置:首页
> Luz 第6159页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Given an initially empty hash table HT of size 11. The hash fun
Given an initially empty hash table HT of size 11. The hash function is $$H(key)=key\% 7$$, with linear probing used to…
单选题:Given a string T = `abaabaabcabaabc` and a pattern S = `abaabc`.
Given a string T = `abaabaabcabaabc` and a pattern S = `abaabc`. if KMP method is used to match the pattern, then for h…
单选题:设主串 T = `abaabaabcabaabc`,模式串 S = `abaabc`,采用 KMP 算法进行模式匹配,到匹配成功
设主串 T = `abaabaabcabaabc`,模式串 S = `abaabc`,采用 KMP 算法进行模式匹配,到匹配成功时为止,在匹配过程中进行的单个字符间的比较次数是:@[B](3)A. 9B. 10C. 12D. 15A.9B.…
单选题:During the sorting, processing every element which is not yet at
During the sorting, processing every element which is not yet at its final position is called a "run". Which of the fol…
单选题:排序过程中,对尚未确定最终位置的所有元素进行一遍处理称为一“趟”。下列序列中,不可能是快速排序第二趟结果的是:
排序过程中,对尚未确定最终位置的所有元素进行一遍处理称为一“趟”。下列序列中,不可能是快速排序第二趟结果的是:@[D](2)A. 5, 2, 16, 12, 28, 60, 32, 72B. 2, 16, 5, 28, 12, 60, 32…
单选题:判断关系运算符\*
判断关系运算符\*下列运算符中,▁▁▁▁▁ 不是关系运算符。@[C](1)A. ˂=B. ˃C. =D. !=A.˂=B.˃C.=D.!=答案:C…
单选题:计算表达式\*
计算表达式\*执行下面的程序段,变量 b 的值将变为 ▁▁▁▁▁。@[C](1)```cdouble a = 3, b;b = 1 / 2 + a;```A. 0.0B. 0.2C. 3.0D. 3.5A.0.0B.0.2C.3.0D.3.…
单选题:变量存储类别\*
变量存储类别\*寄存器变量使用 ▁▁▁▁▁ 关键字。@[C](1)A. autoB. externC. registerD. staticA.autoB.externC.registerD.static答案:C…
单选题:__不是一个操作系统环境。
__不是一个操作系统环境。 @[A](2) A. Intel B. Windows 2000C. LinuxD. SolarisA.IntelB.Windows 2000C.LinuxD.Solaris答案:A…
单选题:操作系统的进程管理模块并不负责___________。
操作系统的进程管理模块并不负责___________。 @[C](2)A. 进程的创建和删除 B. 提供死锁处理机制C. 实现I/O设备的调度 D. 通过共享内存实现进程间调度A.进程的创建和删除B.提供…