• 2022-06-04 问题

    当输入为 ‘cbabc’ 时,下列程序的输出结果为?s1 = raw_input() index = 0 s2 = '' while index [ len(s1) - 1: if s1[index] ] s1[index + 1]: s2 += s1[index] else: s2 = s2 * 2 index += 1 print s2

    当输入为 ‘cbabc’ 时,下列程序的输出结果为?s1 = raw_input() index = 0 s2 = '' while index [ len(s1) - 1: if s1[index] ] s1[index + 1]: s2 += s1[index] else: s2 = s2 * 2 index += 1 print s2

  • 2022-06-09 问题

    如何解数列s(n)=(n-1)[s(n-1)+s(n-2)],s(1)=0,s(2)=1,求s(n)

    如何解数列s(n)=(n-1)[s(n-1)+s(n-2)],s(1)=0,s(2)=1,求s(n)

  • 2022-06-07 问题

    设集合A={1,2,3,4}的二元关系R={[1,1],[2,2],[3,3],[4,4]},S={[1,3],[2,4],[3,1],[4,2]},则R°S的对称闭包= 。

    设集合A={1,2,3,4}的二元关系R={[1,1],[2,2],[3,3],[4,4]},S={[1,3],[2,4],[3,1],[4,2]},则R°S的对称闭包= 。

  • 2022-06-08 问题

    写出以下程序段的输出结果 ________ 。 struct str1 { char c[5] ; char *s ; } ; struct str1 s1[2]={{"ABCD","EFGH"},{"IJK","LMN"} } ; struct str2 { struct str1 sr ; int d ; }s2={"OPQ" , "RST" , 32767} ; struct str1 *p[2] ; p[0]=&s1[0] ; p[1]=&s1[1] ; printf("%s" , ++p[1]->s) ; printf("%c" , s2.sr.c[2]) ;

    写出以下程序段的输出结果 ________ 。 struct str1 { char c[5] ; char *s ; } ; struct str1 s1[2]={{"ABCD","EFGH"},{"IJK","LMN"} } ; struct str2 { struct str1 sr ; int d ; }s2={"OPQ" , "RST" , 32767} ; struct str1 *p[2] ; p[0]=&s1[0] ; p[1]=&s1[1] ; printf("%s" , ++p[1]->s) ; printf("%c" , s2.sr.c[2]) ;

  • 2022-06-08 问题

    写出以下程序段的输出结果________。struct str1{ char c[5];char *s;};struct str1 s1[2]={{"ABCD","EFGH"},{"IJK","LMN"} };struct str2{struct str1 sr;int d;}s2={"OPQ","RST",32767};struct str1 *p[2];p[0]=&s1[0];p[1]=&s1[1];printf("%s",++p[1]->;s);printf("%c",s2.sr.c[2]);

    写出以下程序段的输出结果________。struct str1{ char c[5];char *s;};struct str1 s1[2]={{"ABCD","EFGH"},{"IJK","LMN"} };struct str2{struct str1 sr;int d;}s2={"OPQ","RST",32767};struct str1 *p[2];p[0]=&s1[0];p[1]=&s1[1];printf("%s",++p[1]->;s);printf("%c",s2.sr.c[2]);

  • 2022-06-12 问题

    若已定义char s[2][10];则下面表达式中代表s[1][2]地址的是:选择一项: A: &s[1]+2 B: &s[0]+1+2 C: &s[1][1]+1 D: &s[0][0]+12

    若已定义char s[2][10];则下面表达式中代表s[1][2]地址的是:选择一项: A: &s[1]+2 B: &s[0]+1+2 C: &s[1][1]+1 D: &s[0][0]+12

  • 2022-06-11 问题

    设集合A={a,b,c},A上的二元关系R={[a, b],[c. a]},S={[a, a],[a, b],[c, c]}则(R。S)-1=( )。 A: {,} B: {,} C: {,} D: {,}

    设集合A={a,b,c},A上的二元关系R={[a, b],[c. a]},S={[a, a],[a, b],[c, c]}则(R。S)-1=( )。 A: {,} B: {,} C: {,} D: {,}

  • 2022-05-27 问题

    酶促反应速度达到最大反应速度的60%时,[Km]等于 A: 1/2[S] B: 2/3[S] C: 1/4[S] D: 1/5[S] E: 1/3[S]

    酶促反应速度达到最大反应速度的60%时,[Km]等于 A: 1/2[S] B: 2/3[S] C: 1/4[S] D: 1/5[S] E: 1/3[S]

  • 2022-06-12 问题

    若已定义char s[2][10];则下面表达式中代表s[1][2]地址的是:选择一项: A: &s[1]+2 B: &s[0]+1+2 C: &s[1][1]+1 D: &s[0][0]+12

    若已定义char s[2][10];则下面表达式中代表s[1][2]地址的是:选择一项: A: &s[1]+2 B: &s[0]+1+2 C: &s[1][1]+1 D: &s[0][0]+12

  • 2022-06-11 问题

    Python语句s1=[4,5,6]、s2=s1、s1[1] = 0,则print(s2) 的输出结果是( )。

    Python语句s1=[4,5,6]、s2=s1、s1[1] = 0,则print(s2) 的输出结果是( )。

  • 1 2 3 4 5 6 7 8 9 10