• 2022-06-09 问题

    可将文件位置指针指向文件开头的操作有( )。 A: fseek(fp, 0, 2); B: fseek(fp, 1, 0); C: fseek(fp, 0, 0); D: rewind(fp);

    可将文件位置指针指向文件开头的操作有( )。 A: fseek(fp, 0, 2); B: fseek(fp, 1, 0); C: fseek(fp, 0, 0); D: rewind(fp);

  • 2022-06-09 问题

    可将文件位置指针指向文件尾部的操作有( )。 A: fseek(fp, 0, 2); B: rewind(fp); fseek(fp, ftell(fp), 2); C: fseek(fp, 0, 1); D: rewind(fp); fseek(fp, ftell(fp), 0);

    可将文件位置指针指向文件尾部的操作有( )。 A: fseek(fp, 0, 2); B: rewind(fp); fseek(fp, ftell(fp), 2); C: fseek(fp, 0, 1); D: rewind(fp); fseek(fp, ftell(fp), 0);

  • 2021-04-14 问题

    【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]

    【单选题】Which of the following matrices does not have the same determinant of matrix B: [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -1, 0, -9,-5] A. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 0; -1, 0, -9, -5] B. [1, 3, 0, 2; -2, -5, 7, 4; 1, 0, 9, 5; -1, 0, -9, -5] C. [1, 3, 0, 2; -2, -5, 7, 4; 3, 5, 2, 1; -3, -5, -2, -1] D. [1, 3, 0, 2; -2, -5, 7, 4; 0, 0, 0, 1; -1, 0, -9, -5]

  • 2022-06-09 问题

    for(n=0;!feof(fp)&&fread(&tongxun[n],sizeof(structtongxunlu),1,fp);n++);是什么意思?

    for(n=0;!feof(fp)&&fread(&tongxun[n],sizeof(structtongxunlu),1,fp);n++);是什么意思?

  • 2022-07-28 问题

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“0”开头,且以字符“9”结尾的表达式为: A: A.s[0]="0" or s[-1]="9" B: A.s[0]==0 and s[9]==9 C: s[0]=="0" and s[-1]=="9" D: A.s[0]=="0" or s[-1]=="9"

    已知变量s的值是一个字符串,以下能用于判断s这个字符串是否以字符“0”开头,且以字符“9”结尾的表达式为: A: A.s[0]="0" or s[-1]="9" B: A.s[0]==0 and s[9]==9 C: s[0]=="0" and s[-1]=="9" D: A.s[0]=="0" or s[-1]=="9"

  • 2022-06-09 问题

    以下选项中,不能将文件位置指针移到文件开头的是 。 A: rewind( fp ); B: fseek( fp, 0, 0 ); C: fseek( fp, -ftell(fp), SEEK_CUR ); D: fseek( fp, 0, SEEK_CUR, );

    以下选项中,不能将文件位置指针移到文件开头的是 。 A: rewind( fp ); B: fseek( fp, 0, 0 ); C: fseek( fp, -ftell(fp), SEEK_CUR ); D: fseek( fp, 0, SEEK_CUR, );

  • 2022-06-30 问题

    图示结构用矩阵位法求解时,等效结点荷载列阵为:[img=438x255]17e0bbfc05aa281.png[/img] A: [-FPl/16 0 0] T B: [- FP/2 FP/2 -FPl/16] T C: [0 0 0]T D: [FP/2 - FP/2 0]T

    图示结构用矩阵位法求解时,等效结点荷载列阵为:[img=438x255]17e0bbfc05aa281.png[/img] A: [-FPl/16 0 0] T B: [- FP/2 FP/2 -FPl/16] T C: [0 0 0]T D: [FP/2 - FP/2 0]T

  • 2022-06-03 问题

    在MATLAB中,A = 1:9,现在执行如下指令L1 = ~(A>;5),则MATLAB的执行结果应该是L1 =() A: 0 0 0 0 0 1 1 1 1 B: 1 1 1 1 1 0 0 0 0 C: 1 1 1 1 1 1 0 0 0 D: 0 0 0 0 0 0 1 1 1

    在MATLAB中,A = 1:9,现在执行如下指令L1 = ~(A>;5),则MATLAB的执行结果应该是L1 =() A: 0 0 0 0 0 1 1 1 1 B: 1 1 1 1 1 0 0 0 0 C: 1 1 1 1 1 1 0 0 0 D: 0 0 0 0 0 0 1 1 1

  • 2022-06-09 问题

    若有以下程序: #include <stdio.h> main( ) { FILE *fp; int i, a[6]={1,2,3,4,5,6},k; fp=fopen("data.dat","w+b"); for(i=0;i<6;i++) {fseek(fp,0L,0); fwrite(&a[5-i],sizeof(int),1,fp); } rewind(fp); fread(&k, sizeof(int),1,fp); fclose(fp); printf("%d",k); } 则程序的输出结果是______。 A: 6 B: 1 C: 123456 D: 21

    若有以下程序: #include <stdio.h> main( ) { FILE *fp; int i, a[6]={1,2,3,4,5,6},k; fp=fopen("data.dat","w+b"); for(i=0;i<6;i++) {fseek(fp,0L,0); fwrite(&a[5-i],sizeof(int),1,fp); } rewind(fp); fread(&k, sizeof(int),1,fp); fclose(fp); printf("%d",k); } 则程序的输出结果是______。 A: 6 B: 1 C: 123456 D: 21

  • 2022-06-30 问题

    图示结构用矩阵位法求解时,等效结点荷载列阵为:() A: [-FPl/16 0 0]T B: [-FP/2FP/2 -FPl/16]T C: [0 0 0]T D: [FP/2 -FP/2 0]T

    图示结构用矩阵位法求解时,等效结点荷载列阵为:() A: [-FPl/16 0 0]T B: [-FP/2FP/2 -FPl/16]T C: [0 0 0]T D: [FP/2 -FP/2 0]T

  • 1 2 3 4 5 6 7 8 9 10