Which of the following statements is true about the PKN model and the KGD model? A: PKN model is suitable for the fracture with a long fracture length greater than the fracture height. B: KGD model is suitable for the fracture whose height is far greater than its length. C: The plane assumption of PKN model is the direction of fracture width and height. D: The plane of KGD model is assumed to be joint width and seam length direction.
Which of the following statements is true about the PKN model and the KGD model? A: PKN model is suitable for the fracture with a long fracture length greater than the fracture height. B: KGD model is suitable for the fracture whose height is far greater than its length. C: The plane assumption of PKN model is the direction of fracture width and height. D: The plane of KGD model is assumed to be joint width and seam length direction.
关于PKN模型和KGD模型,以下表述正确的是? A: PKN模型适用于缝长远大于缝高的裂缝 B: KGD模型适用于缝高远大于缝长的裂缝 C: PKN模型平面假设是缝宽和缝高方向 D: KGD模型平面假设是缝宽和缝长方向
关于PKN模型和KGD模型,以下表述正确的是? A: PKN模型适用于缝长远大于缝高的裂缝 B: KGD模型适用于缝高远大于缝长的裂缝 C: PKN模型平面假设是缝宽和缝高方向 D: KGD模型平面假设是缝宽和缝长方向
下面程序的运行结果是。 int main() {int a[5][5],i,j,n=1; for(i=0;i<5;i++) for(j=0;j<5;j++) a[i][j]=n++; for(i=0;i<5;i++) {for(j=0;j<=i;j++) printf("%4d",a[i][j]); printf("\n"); }}
下面程序的运行结果是。 int main() {int a[5][5],i,j,n=1; for(i=0;i<5;i++) for(j=0;j<5;j++) a[i][j]=n++; for(i=0;i<5;i++) {for(j=0;j<=i;j++) printf("%4d",a[i][j]); printf("\n"); }}
执行下面的程序段后i和j的结果为inti=1,j=10;do{if(i++>--j)continue;}while(i<5); A: i=6,j=5 B: i=5,j=5 C: i=6,j=4 D: i=5,j=6
执行下面的程序段后i和j的结果为inti=1,j=10;do{if(i++>--j)continue;}while(i<5); A: i=6,j=5 B: i=5,j=5 C: i=6,j=4 D: i=5,j=6
下列代码段inti=1,j=10;do{???if(i++>--j)continue;}while(i<5);执行完毕后,i和j的值分别是()。 A: i=6?j=5 B: i=5?j=5 C: i=6?j=4 D: i=5?j=6
下列代码段inti=1,j=10;do{???if(i++>--j)continue;}while(i<5);执行完毕后,i和j的值分别是()。 A: i=6?j=5 B: i=5?j=5 C: i=6?j=4 D: i=5?j=6
胸外电除颤的首次除颤电能是 A: 1J/kgB.3J/kgC.4J/kgD.5J/kgE.6J/kg
胸外电除颤的首次除颤电能是 A: 1J/kgB.3J/kgC.4J/kgD.5J/kgE.6J/kg
下面程序运行后输出的结果是()int i=0, j=9;do{if(i++>--j)break;}while(i<4);System.out.println("i="+i+"and j="+j); A: i=4 and j=4 B: i=5 and j=5 C: i=5 and j=4 D: i=4 and j=5
下面程序运行后输出的结果是()int i=0, j=9;do{if(i++>--j)break;}while(i<4);System.out.println("i="+i+"and j="+j); A: i=4 and j=4 B: i=5 and j=5 C: i=5 and j=4 D: i=4 and j=5
在执行完此程序段后,i,j值为 int i=1,j=10; do{ if(++i>j--)continue; }while(i<5); A: i=6 and j=5 B: i=5 and j=5 C: i=6 and j=4 D: i=5 and j=6
在执行完此程序段后,i,j值为 int i=1,j=10; do{ if(++i>j--)continue; }while(i<5); A: i=6 and j=5 B: i=5 and j=5 C: i=6 and j=4 D: i=5 and j=6
若变量已正确定义且k的值是5,计算表达式(j= k - -)后, 是正确的。 A: j=5,k=5 B: j=5,k=4 C: j=4,k=5 D: j=4,k=4
若变量已正确定义且k的值是5,计算表达式(j= k - -)后, 是正确的。 A: j=5,k=5 B: j=5,k=4 C: j=4,k=5 D: j=4,k=4
设int j=5,请问执行j+=j*j后j的值( )。 A: 5 B: 15 C: 25 D: 30
设int j=5,请问执行j+=j*j后j的值( )。 A: 5 B: 15 C: 25 D: 30