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

题库 第6717页

  • 最新
  • 浏览
  • 评论

已知 x = 3,那么执行语句 x+=6 之后,x的内存地址不变。

Luz5年前 (2021-05-10)5146
已知 x = 3,那么执行语句 x+=6 之后,x的内存地址不变。 ~@[](2)答案:FALSE…

在Python中0xad是合法的十六进制数字表示形式。

Luz5年前 (2021-05-10)2212
在Python中0xad是合法的十六进制数字表示形式。~@[](2)答案:TRUE…

“==”和“=”都属于赋值运算符。

Luz5年前 (2021-05-10)2172
“==”和“=”都属于赋值运算符。 ~@[](1)答案:FALSE…

表达式 pow(3,2) == 3**2的值为True。

Luz5年前 (2021-05-10)5418
表达式 pow(3,2) == 3**2的值为True。 ~@[](2)答案:TRUE…

In backtracking, if different solution spaces have different siz

Luz5年前 (2021-05-10)1119
In backtracking, if different solution spaces have different sizes, start testing from the partial solution with the lar…

A perfectly balanced tree forms if keys 1 to $$2^k -1$$ are inse

Luz5年前 (2021-05-10)1108
A perfectly balanced tree forms if keys 1 to $$2^k -1$$ are inserted in order into an initally empty leftist heap. ~@[](…

A perfectly balanced tree forms if keys 1 to $$2^k -1$$ are inse

Luz5年前 (2021-05-10)1131
A perfectly balanced tree forms if keys 1 to $$2^k -1$$ are inserted in order into an initally empty skew heap. ~@[](2)…

In a red-black tree, the number of rotations in the DELETE opera

Luz5年前 (2021-05-10)1181
In a red-black tree, the number of rotations in the DELETE operation is O(1). ~@[](2) 答案:TRUE…

Givien two $$n\times n$$ matrices $$A$$ and $$B$$, the time comp

Luz5年前 (2021-05-10)1337
Givien two $$n\times n$$ matrices $$A$$ and $$B$$, the time complexity of the simple matrix multiplication $$C = A \cdot…

In backtracking, if different solution spaces have different siz

Luz5年前 (2021-05-10)1384
In backtracking, if different solution spaces have different sizes, start testing from the partial solution with the sma…