-->
当前位置:首页 > 题库

题库 第6462页

  • 最新
  • 浏览
  • 评论

Inserting a number into a binomial heap with 15 nodes costs less

Luz5年前 (2021-05-10)989
Inserting a number into a binomial heap with 15 nodes costs less time than inserting a number into a binomial heap with…

栈结构不会出现溢出现象。 ~@

Luz5年前 (2021-05-10)1254
栈结构不会出现溢出现象。 ~@答案:FALSE…

Run the following operations on a stack S: Push(S,1), Push(S,2),

Luz5年前 (2021-05-10)1699
Run the following operations on a stack S: Push(S,1), Push(S,2), Pop(S), Push(S,3), Pop(S), Pop(S). The output sequence…

.class is the file extension of a Java source file。

Luz5年前 (2021-05-10)797
.class is the file extension of a Java source file。 分制3分。 ~@[](3)答案:FALSE…

switch case语句中,case语句后的表达式可以是变量。

Luz5年前 (2021-05-10)1810
switch case语句中,case语句后的表达式可以是变量。 ~@[](2)答案:FALSE…

while语句后的表达式在值为true的时候会执行语句。

Luz5年前 (2021-05-10)1238
while语句后的表达式在值为true的时候会执行语句。 ~@[](2)答案:TRUE…

9-1 url_for('static', filename='css/bootstrap.css')的URL是 ` /sta

Luz5年前 (2021-05-10)1363
9-1 url_for('static', filename='css/bootstrap.css')的URL是 ` /static/css/bootstrap.css` 。 ~@[](1)答案:TRUE…

do-while循环的while后的分号可以省略。

Luz5年前 (2021-05-10)1611
do-while循环的while后的分号可以省略。 ~@[](1)答案:FALSE…

可以通过少用一个存储空间的方法解决循环队列假溢出现象。 ~@

Luz5年前 (2021-05-10)1490
可以通过少用一个存储空间的方法解决循环队列假溢出现象。 ~@答案:TRUE…

Machine and assembly languages are low-level languages.

Luz5年前 (2021-05-10)778
Machine and assembly languages are low-level languages. ~@[](3)答案:TRUE…