• 2021-04-14 问题

    中国大学MOOC: 输入hello↙,写出下面程序的运行结果。#include <stdio.h>#include <string.h>int main(){char s[80],t[200]; int i,sl ;gets(s);sl = strlen(s);for(i=0 ;i<sl ;i++) t[i]=s[sl-i-1] ;for (i=0; i<sl; i++) t[sl+i] = s[i];t[sl+i]=\0 ;puts(t); return 0;}

    中国大学MOOC: 输入hello↙,写出下面程序的运行结果。#include <stdio.h>#include <string.h>int main(){char s[80],t[200]; int i,sl ;gets(s);sl = strlen(s);for(i=0 ;i<sl ;i++) t[i]=s[sl-i-1] ;for (i=0; i<sl; i++) t[sl+i] = s[i];t[sl+i]=\0 ;puts(t); return 0;}

  • 2022-06-03 问题

    对于电感L元件,运算阻抗形式为()。 A: L/s B: s/L C: 1/sL D: sL

    对于电感L元件,运算阻抗形式为()。 A: L/s B: s/L C: 1/sL D: sL

  • 2022-05-26 问题

    中国大学MOOC: 以下函数的功能是( )。fun(char *s1, char *s2) { int i=0; while(s1[i]==s2[i] && s2[i]!=) i++; return(sl[i]== && s2[i]==); }[/i][/i][/i][/i][/i]

    中国大学MOOC: 以下函数的功能是( )。fun(char *s1, char *s2) { int i=0; while(s1[i]==s2[i] && s2[i]!=) i++; return(sl[i]== && s2[i]==); }[/i][/i][/i][/i][/i]

  • 2022-05-27 问题

    选出划线部分读音不同的单词。 A: sl ip B: sh i p C: i t D: f e ll

    选出划线部分读音不同的单词。 A: sl ip B: sh i p C: i t D: f e ll

  • 2022-06-11 问题

    润湿的先决条件( ) A: γSV< γSL B: γSV< γLV C: γSV> γSL D: γSV=γSL

    润湿的先决条件( ) A: γSV< γSL B: γSV< γLV C: γSV> γSL D: γSV=γSL

  • 2022-06-01 问题

    1、缩放的快捷键为: 。 A: SL B: SP C: SC D: RO

    1、缩放的快捷键为: 。 A: SL B: SP C: SC D: RO

  • 2022-06-28 问题

    当液体(L)与固体(S)相接触,固体不被液体所润湿,则两相的表面张力关系是( )。 A: γSV-γSL<γLV B: γSV-γSL>γLV C: γSV<γSL D: γSV >γSL

    当液体(L)与固体(S)相接触,固体不被液体所润湿,则两相的表面张力关系是( )。 A: γSV-γSL<γLV B: γSV-γSL>γLV C: γSV<γSL D: γSV >γSL

  • 2021-04-14 问题

    现有代码片段: String s="123"; String sl=s+456; 请问sl的结果是

    现有代码片段: String s="123"; String sl=s+456; 请问sl的结果是

  • 2021-04-14 问题

    船舶对水航程SL,对地航程SG,船速VE,航时t,若SL<VEt,且SG>SL,则船舶航行在 情况下。

    船舶对水航程SL,对地航程SG,船速VE,航时t,若SL<VEt,且SG>SL,则船舶航行在 情况下。

  • 2022-06-19 问题

    判断字符串s1是否大于字符串s2,应使用()。 A: if(sl>;s2) B: if(strcmp(sl,s2)) C: if(strcmp(s2,s1)>;0) D: if(strcmp(sl,s2)>;0)

    判断字符串s1是否大于字符串s2,应使用()。 A: if(sl>;s2) B: if(strcmp(sl,s2)) C: if(strcmp(s2,s1)>;0) D: if(strcmp(sl,s2)>;0)

  • 1 2 3 4 5 6 7 8 9 10