• 2022-06-28 问题

    在MATLAB中,指令findsym(sym('sin(w*t)'),1)的执行结果是( )。 A: w B: t C: 1 D: w*t

    在MATLAB中,指令findsym(sym('sin(w*t)'),1)的执行结果是( )。 A: w B: t C: 1 D: w*t

  • 2021-04-14 问题

    打印九九乘法表,要求格式为: 1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*9=9 2*9=18 3*9=27 4*9=36 5*9=45 6*9=54 7*9=63 8*9=72 9*9=81 程序填空: #include void main() { int i,j; for(i=1; ;i++) { for(j=1; ;j++) printf("%d*%d=%d\t", ); ; } }

    打印九九乘法表,要求格式为: 1*1=1 1*2=2 2*2=4 1*3=3 2*3=6 3*3=9 1*9=9 2*9=18 3*9=27 4*9=36 5*9=45 6*9=54 7*9=63 8*9=72 9*9=81 程序填空: #include void main() { int i,j; for(i=1; ;i++) { for(j=1; ;j++) printf("%d*%d=%d\t", ); ; } }

  • 2021-04-14 问题

    假设x=4,y=2,m=5,n=4,w=12,t=9,则经过表达式(w=x 0  9

    假设x=4,y=2,m=5,n=4,w=12,t=9,则经过表达式(w=x 0  9

  • 2023-04-12 问题

    9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81

    9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81

  • 2021-04-14 问题

    输出九九乘法表。1 2 3 4 5 6 7 8 9---------------...9*7=63 9*8=72 9*9=81

    输出九九乘法表。1 2 3 4 5 6 7 8 9---------------...9*7=63 9*8=72 9*9=81

  • 2022-06-11 问题

    已知T(1)=9,T(2)=8,T(0)=5,Total=T(1)+T(2)+T(0),则Total=()。 A: 9 B: 22 C: 8 D: 5

    已知T(1)=9,T(2)=8,T(0)=5,Total=T(1)+T(2)+T(0),则Total=()。 A: 9 B: 22 C: 8 D: 5

  • 2022-06-12 问题

    元素交换是冒泡排序的基本操作,对a数组int a[10]={3,5,7,9,8,4,21,10,6,15},t;要求将数组的首尾元素交换,以下正确的交换方式是________。 A: a[0]=a[9],a[9]=a[0]; B: t=a[1],a[1]=a[10],a[10]=t; C: t=a[10],a[10]=a[1],a[1]=t; D: t=a[0],a[0]=a[9],a[9]=t;

    元素交换是冒泡排序的基本操作,对a数组int a[10]={3,5,7,9,8,4,21,10,6,15},t;要求将数组的首尾元素交换,以下正确的交换方式是________。 A: a[0]=a[9],a[9]=a[0]; B: t=a[1],a[1]=a[10],a[10]=t; C: t=a[10],a[10]=a[1],a[1]=t; D: t=a[0],a[0]=a[9],a[9]=t;

  • 2022-05-29 问题

    贝多芬创作了多少部歌剧?( ) A: 9 B: 16 C: 72 D: 1

    贝多芬创作了多少部歌剧?( ) A: 9 B: 16 C: 72 D: 1

  • 2021-04-14 问题

    写出下面程序运行结果。 public class Demo { public static void main(String args[]) { int x = 9, y = 11, z = 8; int t, w; t = x > y ? x : y + x; w = t > z ? t : z; System.out.println(w); } }

    写出下面程序运行结果。 public class Demo { public static void main(String args[]) { int x = 9, y = 11, z = 8; int t, w; t = x > y ? x : y + x; w = t > z ? t : z; System.out.println(w); } }

  • 2022-06-11 问题

    分析下列方程的上界O(__)和下界W(__). [br][/br] T(n)=T(n-1)+1,T(1)=1

    分析下列方程的上界O(__)和下界W(__). [br][/br] T(n)=T(n-1)+1,T(1)=1

  • 1 2 3 4 5 6 7 8 9 10