• 2022-06-08 问题

    以下哪个语句可以在窗口中为c:\temp.txt创建一个File实例。() A: new<br/>File("c:\temp.txt") B: new<br/>File("c:\\temp.txt") C: new<br/>File("c:/temp.txt") D: new<br/>File("c://temp.txt")

    以下哪个语句可以在窗口中为c:\temp.txt创建一个File实例。() A: new<br/>File("c:\temp.txt") B: new<br/>File("c:\\temp.txt") C: new<br/>File("c:/temp.txt") D: new<br/>File("c://temp.txt")

  • 2022-05-26 问题

    若定义某字节变量temp=0x01;下列可以实现temp右移三位的语句是? A: temp=temp&gt;&gt;3; B: temp=temp&lt;&lt;3; C: temp=_crol_(temp,3); D: temp=_cror_(temp,3);

    若定义某字节变量temp=0x01;下列可以实现temp右移三位的语句是? A: temp=temp&gt;&gt;3; B: temp=temp&lt;&lt;3; C: temp=_crol_(temp,3); D: temp=_cror_(temp,3);

  • 2022-06-03 问题

    在C51中有个无符号型字符变量temp 和一个位变量flag,要对它们取反,相应的C51语句为( )。 A: temp=~temp ; flag=!flag B: temp=!temp ; flag=~flag C: temp=!temp ; flag=!flag D: temp=~temp ; flag=~flag

    在C51中有个无符号型字符变量temp 和一个位变量flag,要对它们取反,相应的C51语句为( )。 A: temp=~temp ; flag=!flag B: temp=!temp ; flag=~flag C: temp=!temp ; flag=!flag D: temp=~temp ; flag=~flag

  • 2022-06-07 问题

    下面哪个选项可以交换指针p和q所指的int型变量的值? A: temp = *p; *p = *q; *q = temp; B: temp = p; p = q; q = temp; C: temp = p; *p = *q; q = temp; D: temp = &p; *p = *q; q = *temp;

    下面哪个选项可以交换指针p和q所指的int型变量的值? A: temp = *p; *p = *q; *q = temp; B: temp = p; p = q; q = temp; C: temp = p; *p = *q; q = temp; D: temp = &p; *p = *q; q = *temp;

  • 2021-04-14 问题

    要给当前目录中的文件”test.txt”重命名为”temp.txt”,应使用命令()

    要给当前目录中的文件”test.txt”重命名为”temp.txt”,应使用命令()

  • 2022-06-14 问题

    定义一个函数实现交换x和y的值,并将结果正确返回。能够实现此功能的是() A: swapa(int x,int y){ int temp;temp=x;x=y;y=temp;} B: swapb(int *x,int *y){ int temp;temp=x;x=y;y=temp;} C: swapc(int *x,int *y){ int temp;temp=*x;*x=*y;*y=temp;} D: swapd(int *x,int *y){ int *temp;temp=x;x=y;y=temp;}

    定义一个函数实现交换x和y的值,并将结果正确返回。能够实现此功能的是() A: swapa(int x,int y){ int temp;temp=x;x=y;y=temp;} B: swapb(int *x,int *y){ int temp;temp=x;x=y;y=temp;} C: swapc(int *x,int *y){ int temp;temp=*x;*x=*y;*y=temp;} D: swapd(int *x,int *y){ int *temp;temp=x;x=y;y=temp;}

  • 2022-10-30 问题

    从串口接收缓冲器中将数据读入到变量temp中的C51语句是( ) A: temp=SCON; B: temp=TCON; C: SBUF=temp; D: temp=SBUF;

    从串口接收缓冲器中将数据读入到变量temp中的C51语句是( ) A: temp=SCON; B: temp=TCON; C: SBUF=temp; D: temp=SBUF;

  • 2022-10-30 问题

    从串口接收缓冲器中将数据读入到变量temp中的C51语句是 A: temp=SCON B: temp=PCON C: temp=SBUF D: SBUF=temp

    从串口接收缓冲器中将数据读入到变量temp中的C51语句是 A: temp=SCON B: temp=PCON C: temp=SBUF D: SBUF=temp

  • 2021-04-14 问题

    (2-5)执行下面语句,temp值是( )。long temp = (int) 5.6;temp %= 2;

    (2-5)执行下面语句,temp值是( )。long temp = (int) 5.6;temp %= 2;

  • 2022-10-30 问题

    (1)从串口接收缓冲器中将数据读入到变量 temp 中的 C51语句是 ______。 A: temp = SCON B: temp = TCON C: temp = DPTR D: temp = SBUF

    (1)从串口接收缓冲器中将数据读入到变量 temp 中的 C51语句是 ______。 A: temp = SCON B: temp = TCON C: temp = DPTR D: temp = SBUF

  • 1 2 3 4 5 6 7 8 9 10