引起流体流动时能量损失的原因是()。 A.流体的膨胀性 B.流体的粘滞性 C.流体的

题型:单项选择题

问题:

引起流体流动时能量损失的原因是()。

A.流体的膨胀性

B.流体的粘滞性

C.流体的压缩性

考点:泵站操作工考试泵站运行工考试(综合练习)泵站运行工考试(综合练习)题库
题型:单项选择题

[说明]

某数据文件students.txt的内容为100名学生的学号和成绩,下面的程序将文件中的数据全部读入对象数组,按分数从高到低进行排序后,选出排名前30%的学生。

[Java代码]

import Java.io.*;

class Student

private string sNO; //学号

private int credit; //分数

public int getCredit ()

return Credit;

public String toString ()

return"sNO="+this.sNO+", Credit="+this.Credit;

Student(String sNO, int Credit)

(1) =sNO;

(2) =Credit;

public class SortStudent

void sort(Student[] s) //Sort the array s[] in descending order of

Credit

for (int i=0; i < s.length-1; i++)

for (int j=i+1; j < s.length; j++)

if (s[i]. (3) < s[j]. (4) )

Student tmp=s[i];

s[i]=s[j];

s[j]=tmp;

public static void main(String argv[])

Student[] testStudent = new Student[size];

try

BufferedReader in = new BufferedReader(new FileReader

("Students.txt"));

boolean done = false;

int i = 0;

while (!done)

String s = in.readLine(); //每次读取一个学生的学号和成绩

if (s !=null)

String tmp[] = s.split(",");

testStudent[i++] = (5) (tmp[0], Integer.parseInt

(tmp[1]));

else

done = true;

in.close();

(6) =new SortStudent();

ss.sort(testStudent);

System.out.println("top 30%:");

for (int j = 0; j < size * 0.3; j++)

System.out.println(testStudent[j]);

catch (IOException e)

System.out.println("io error!");

catch (NumberFormatException e)

System.out.println("not a number!");

(7) int size = 100; //学生总数

(7)处应填()。

题型:单项选择题

河流水质采样时,垂线上取样点设置的主要依据是( )。

A.河宽

B.流量

C.水深

D.流速

题型:单项选择题

女性,35岁,蛋白尿及间断血尿12年,3天前感冒后,出现肉眼血尿。血压156/94mmHg,尿蛋白(++++)(5g/d),尿沉渣满视野变形性RBC/HP,肾功能正常,血清白蛋白20g/L,HGB70g/L,ANA1:80,C30.5g/L,最可能的诊断是()

A.IgA肾病

B.原发性肾病综合征

C.急进性肾炎

D.慢性。肾炎

E.狼疮性肾炎

题型:单项选择题

油缸是动力元件。

题型:单项选择题

有关里证的临床表现中,不正确的是()

A.潮热

B.神昏烦躁

C.汗出口渴

D.关节酸痛

E.胸闷腹痛

更多题库