第1题:
在I/O流库中定义的控制输出宽度的函数为()。
A、width()
B、fill()
C、precision()
D、setw()
第2题:
US and allied officials have said they have seen no credible evidence of civilian casualties(伤亡)from the air campaign,and they say that precision weapons are used in the strikes in an effort to()being hurt.
A. prevent civilians on
B.prevent civilians from
C. Prevent civilians to
D.Prevent civilians in
第3题:
A、its speed
B、its gain
C、the accuracy of the reference voltage
D、the number of binary bits
第4题:
You are the administrator of a SQL Server 2000 computer. The server contains a database that stores financial data. You want to use Data Transformation Services packages to import numeric data from other SQL server computers. The precision and scale values of this data are not defined consistently on the other servers.
You want to prevent any loss of data during the import operations. What should you do?
A.Use the ALTER COLUMN clause of the ALTER TABLE statement to change data types in the source tables. Change the data types so that they will use the lowest precision and scale values of the data that will be transferred.
B.Use the ALTER COLUMN clause of the ALTER TABLE statement to change data types in the destination tables. Change the data types to reflect the highest precision and scale values involved in data transfer.
C.Set a flag on each DTS transformation to require an exact match between source and destination columns.
D.Set the maximum error count for each DTS transformation task equal to the number of rows of data you are importing. Use an exception file to store any rows of data that generate errors.
E.Write Microsoft ActiveX script. for each DTS transformation. Use the script. to recast data types to the destinations precision and scale values.
第5题:
A、执行误差的百分数(%PE)
B、偏倚(bias)
C、精确度(precision)
D、分散度(divergence)
E、摆动(wobble)
第6题:
___are charged on the value or the price of the products and apply mainly to smaller, valuable items such as watches, consumer electronics, jewelry, bullion, precision equipment and works of art.
:A.specific duties
B.advalorem duties
C.compound duties
D.alternative duties
第7题:
The______tool is used in precision work to smooth or enlarge a slightly undersized hole
A.round out
B.round file
C.reamer
D.hole driller
第8题:
(假设precision=TP/(TP+FP),recall=TP/(TP+FN)。)在二分类问题中,当测试集的正例和负例数量不均衡时,以下评价方案哪个是相对不合理的()
A.Accuracy:(TP+TN)/all
B.F-value:2*recall*precision/(recall+precision)
C.G-mean:sqrt(precision*recall)
D.AUC:曲线下面积
第9题:
下列程序的输出结果为( )。 #include<iostream.h> #include<iomanip.h> void main() { cout.precision(4); cout<<123.127 cout<<" "<<123.46; }
A.123.1 123.4
B.123.1 123.46
C.123.127 123.46
D.123.1123.4
第10题:
下列程序的输出结果为( )。 #include<iostream.h> #include<iomanip.h> voidmain() { cout.precision(4); cout<<123.127; cout<<””<<123.46: }
A.123.1 123.4
B.123.1 123.46
C.123.127 123.46
D.123.1123.4