-->
当前位置:首页 > Luz 第6627页
Luz

Luz 管理员

暂无介绍

89859 篇文章 33 次评论

进程从CPU退下时,将"现场"保存在系统栈内。

Luz5年前 (2021-05-10)1037
进程从CPU退下时,将"现场"保存在系统栈内。 ~@[](2) 答案:FALSE…

第一二章:C/S是Client/Server的缩写,即客户端/服务器结构。

Luz5年前 (2021-05-10)968
第一二章:C/S是Client/Server的缩写,即客户端/服务器结构。 ~@[](5)答案:TRUE…

For a skew heap with $$N$$ nodes, the worst-case running time of

Luz5年前 (2021-05-10)702
For a skew heap with $$N$$ nodes, the worst-case running time of all operations (insert/delete min/merge) is $$O(N)$$.…

第一二章:在HTML中,换行标记为“``”。

Luz5年前 (2021-05-10)1087
第一二章:在HTML中,换行标记为“``”。 ~@[](5)答案:FALSE…

第一二章:HTML语言是客户端技术的基础。

Luz5年前 (2021-05-10)839
第一二章:HTML语言是客户端技术的基础。 ~@[](5)答案:TRUE…

为了检查以下if-else语句的两个分支是否正确,至少需要设计2组测试用例,即x的取值至少有两组(不等于0的数和0)。

Luz5年前 (2021-05-10)3140
为了检查以下if-else语句的两个分支是否正确,至少需要设计2组测试用例,即x的取值至少有两组(不等于0的数和0)。 ``` if (x != 0){ y = 1 / x; } else{ y = 0; } ``` ~@[…

Statement `if(a=3) ; ` is avaliable.

Luz5年前 (2021-05-10)1105
Statement `if(a=3) ; ` is avaliable. ~@[](1)答案:TRUE…

声明构造方法时,可以使用private访问修饰符。

Luz5年前 (2021-05-10)2221
声明构造方法时,可以使用private访问修饰符。 ~@[](2) 答案:FALSE…

All function's formal parameters are public variable

Luz5年前 (2021-05-10)1015
All function's formal parameters are public variable ~@[](1)答案:FALSE…

The data type for return value of a function is the type of func

Luz5年前 (2021-05-10)1051
The data type for return value of a function is the type of function determined when the function is defined. ~@[](1)答…