执行语句Open"Sample.dat" For Random As #1 Len = 50 后,对文件"Sample.dat"中的数据能够进行的操作是
举一反三
- 在执行语句: Open a1.txt For Output As #1 后,对文件a1.txt能够执行的操作是____________。
- 执行语句 Open "tt.dat" For binary as #1 后,对文件TT.dat中的数据能执行的操作是( )
- Which are the common used ways to sampling? A: Simple random sample without replacement B: Simple random sample with replacement C: Stratified sample D: Cluster sample
- 将CC2530的UART1串口接收到数据读到变量dat中的正确语句是( )。 A: dat = U1BUF; B: dat= U0BUF; C: dat= U1DBUF; D: dat= U0DBUF;
- 要建立文件流并打开当前目录下的文件file. dat用于输入,下列语句中错误的是______。 A: ifstream fin=ifstream. open("file. dat"); B: ifstream *fin=new ifstream("file. dat"); C: ifstream fin; fin. open("file. dat"); D: ifstream *fin=new ifstream(); fin->open("file. dat");