当前位置:首页
> Luz 第6269页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Insert {18, 23, 11, 20, 2, 7, 27, 33, 42, 15} one by one into an
Insert {18, 23, 11, 20, 2, 7, 27, 33, 42, 15} one by one into an initially empty hash table of size 11 with the hash fun…
单选题:The recurrent equations for the time complexities of programs P1
The recurrent equations for the time complexities of programs P1 and P2 are:* P1: $$T(1)=1, T(N)=T(N/3)+1$$* P2: $$T(1)=…
单选题:Suppose that the range of a hash table is [0, 18], and the hash
Suppose that the range of a hash table is [0, 18], and the hash function is H(Key)=Key%17. If linear probing is used to…
单选题:Insert {20, 25, 13, 22, 4, 9, 29, 35, 14, 17} one by one into an
Insert {20, 25, 13, 22, 4, 9, 29, 35, 14, 17} one by one into an initially empty hash table of size 13 with the hash fun…
单选题:Suppose that the range of a hash table is [0, 16], and the hash
Suppose that the range of a hash table is [0, 16], and the hash function is H(Key)=Key%13. If linear probing is used to…
单选题:The array representation of the disjoint sets is given by { 3, 1
The array representation of the disjoint sets is given by { 3, 1, -5, 2, 1, -3, -1, 6, 6 }. Keep in mind that the elemen…
单选题:The array representation of the disjoint sets is given by { 4, 1
The array representation of the disjoint sets is given by { 4, 1, 2, -5, 1, -3, 9, -1, 6 }. Keep in mind that the elemen…
单选题:一般函数与一个类的友元函数不同的是,一般函数只能够访问该类的?
一般函数与一个类的友元函数不同的是,一般函数只能够访问该类的? @[B](2)A. 所有成员B. 公有成员C. 私有成员D. 保护成员A.所有成员B.公有成员C.私有成员D.保护成员答案:B…
单选题:在类体内说明友元使用的关键字是?
在类体内说明友元使用的关键字是? @[B](2)A. virtualB. friendC. inlineD. staticA.virtualB.friendC.inlineD.static答案:B…
单选题:友元的作用是?
友元的作用是? @[A](2)A. 提高程序的运用效率B. 加强类的封装性C. 实现数据的隐藏性D. 增加成员函数的种类A.提高程序的运用效率B.加强类的封装性C.实现数据的隐藏性D.增加成员函数的种类答案:A…