• 2021-04-14 问题

    【单选题】若有定义int tmp=’5’;,则执行下列选项的赋值语句后,tmp的值不等于5的是()。 A. tmp=tmp-’0’; B. tmp=tmp-0x30; C. tmp=tmp-49; D. tmp=tmp-’60’;

    【单选题】若有定义int tmp=’5’;,则执行下列选项的赋值语句后,tmp的值不等于5的是()。 A. tmp=tmp-’0’; B. tmp=tmp-0x30; C. tmp=tmp-49; D. tmp=tmp-’60’;

  • 2021-04-14 问题

    下面程序段输出的结果是什么 class Sample{ static void Swap(ref int x, ref int y) { int tmp; tmp = x; x = y; y = tmp; } static void Main(string[] args) { int a = 30, b = 40; Swap(ref a, ref b); Console.WriteLine("{0},{1}", a, b); Console.ReadKey(); } }

    下面程序段输出的结果是什么 class Sample{ static void Swap(ref int x, ref int y) { int tmp; tmp = x; x = y; y = tmp; } static void Main(string[] args) { int a = 30, b = 40; Swap(ref a, ref b); Console.WriteLine("{0},{1}", a, b); Console.ReadKey(); } }

  • 2022-11-03 问题

    tmp=0x15,tmp=tmp>>4,tmp=______________________

    tmp=0x15,tmp=tmp>>4,tmp=______________________

  • 2021-04-14 问题

    Supposeaconsumerhaspreferencesovertwogoods,XandY,whichareperfectsubstitutes.Inparticular,twounitsofXisequivalenttooneunitofY.IfthepriceofXis$1,thepriceofYis$3,andtheconsumerhas$30ofincometoallocatetothesetwogoods,howmuchofeachgoodshouldtheconsumerpurchasetomaximizesatisfaction?? 0;units;of;X;and;10;units;of;Y|15;units;of;X;and;5;units;of;Y|15;units;of;X;and;0;units;of;Y|30;units;of;X;and;0;units;of;Y

    Supposeaconsumerhaspreferencesovertwogoods,XandY,whichareperfectsubstitutes.Inparticular,twounitsofXisequivalenttooneunitofY.IfthepriceofXis$1,thepriceofYis$3,andtheconsumerhas$30ofincometoallocatetothesetwogoods,howmuchofeachgoodshouldtheconsumerpurchasetomaximizesatisfaction?? 0;units;of;X;and;10;units;of;Y|15;units;of;X;and;5;units;of;Y|15;units;of;X;and;0;units;of;Y|30;units;of;X;and;0;units;of;Y

  • 2022-05-27 问题

    下面程序段执行完后,x 的值是( )。int x=0; for(int i=0;iif(i) x++; A: 89 B: 90 C: 30 D: 0

    下面程序段执行完后,x 的值是( )。int x=0; for(int i=0;iif(i) x++; A: 89 B: 90 C: 30 D: 0

  • 2021-04-14 问题

    已知x = np.arange(30).reshape(5,6),那么语句x[[0,3], :] = 0的功能为把数组x中行下标为0和3的所有元素值都修改为0

    已知x = np.arange(30).reshape(5,6),那么语句x[[0,3], :] = 0的功能为把数组x中行下标为0和3的所有元素值都修改为0

  • 2022-06-06 问题

    Linux系统中,为了将当前目录下的归档文件myftp.tar.gz解压到/tmp录下,用户可以使用命令 A: tar xvzf myftp. tar.gz –C /tmp B: tar xvzf myftp. tar.gz –R /tmp C: tar vzf myftp. tar.gz –X /tmp D: tar xvzf myftp. tar.gz /tmp

    Linux系统中,为了将当前目录下的归档文件myftp.tar.gz解压到/tmp录下,用户可以使用命令 A: tar xvzf myftp. tar.gz –C /tmp B: tar xvzf myftp. tar.gz –R /tmp C: tar vzf myftp. tar.gz –X /tmp D: tar xvzf myftp. tar.gz /tmp

  • 2022-06-10 问题

    函数\(f(x,y)=x^3+3xy^2-15x-12y\)的极大值为 A: 30 B: 28 C: 0 D: 1

    函数\(f(x,y)=x^3+3xy^2-15x-12y\)的极大值为 A: 30 B: 28 C: 0 D: 1

  • 2022-06-11 问题

    在SQL语句中,与x in (20, 30) 等价的表达式是( )。 A: x=20 and x=30 B: x>20 and x<30 C: x>20 or x <30 D: x=20 or x=30

    在SQL语句中,与x in (20, 30) 等价的表达式是( )。 A: x=20 and x=30 B: x>20 and x<30 C: x>20 or x <30 D: x=20 or x=30

  • 2021-04-14 问题

    【单选题】与“y=(x>0?x:x<0?-x:0);”的功能相同的if语句是______。 A. if(x>0) y=x; else if(x<0) y=-x; else y=0; B. if(x) if(x>0) y=x; else if(x<0) y=-x; else y=0; C. y=-x; if(x) if(x>0) y=x; else if(x==0) y=0; else y=-x; D. y=0; if(x>=0) if(x>0) y=x; else  y=-x;

    【单选题】与“y=(x>0?x:x<0?-x:0);”的功能相同的if语句是______。 A. if(x>0) y=x; else if(x<0) y=-x; else y=0; B. if(x) if(x>0) y=x; else if(x<0) y=-x; else y=0; C. y=-x; if(x) if(x>0) y=x; else if(x==0) y=0; else y=-x; D. y=0; if(x>=0) if(x>0) y=x; else  y=-x;

  • 1 2 3 4 5 6 7 8 9 10