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

题库 第6473页

  • 最新
  • 浏览
  • 评论

int a,b;

Luz5年前 (2021-05-10)749
int a,b; scanf("a=%d,b=%d",&a,&b); the correct input should be: 5,6 ~@[](3)答案:FALSE…

While accessing a term, hashing is faster than search trees.

Luz5年前 (2021-05-10)1501
While accessing a term, hashing is faster than search trees. ~@[](1)答案:TRUE…

A final field can only be assigned once.

Luz5年前 (2021-05-10)867
A final field can only be assigned once. ~@[](1)答案:TRUE…

int n=5, x;

Luz5年前 (2021-05-10)1456
int n=5, x; x=n++; the value of x will be 5. ~@[](3)答案:TRUE…

There is a `length()` method for all the arrays to represent the

Luz5年前 (2021-05-10)1448
There is a `length()` method for all the arrays to represent the number of elements ~@[](1)答案:FALSE…

Precision is more important than recall when evaluating the expl

Luz5年前 (2021-05-10)1492
Precision is more important than recall when evaluating the explosive detection in airport security. ~@[](2)答案:FALSE…

When evaluating the performance of data retrieval, it is importa

Luz5年前 (2021-05-10)2017
When evaluating the performance of data retrieval, it is important to measure the relevancy of the answer set. ~@[](1)答案…

In distributed indexing, document-partitioned strategy is to sto

Luz5年前 (2021-05-10)1890
In distributed indexing, document-partitioned strategy is to store on each node all the documents that contain the terms…

增1减1运算符的前缀运算和后缀运算的表达式值是相同的。

Luz5年前 (2021-05-10)3432
增1减1运算符的前缀运算和后缀运算的表达式值是相同的。 ~@[](1)答案:FALSE…

When measuring the relevancy of the answer set, the recall is lo

Luz5年前 (2021-05-10)780
When measuring the relevancy of the answer set, the recall is low means that many irrelevant documents are retrieved. ~…