• 2022-05-28 问题

    Industry advertising and reminder advertising are two common methods used to enhance the image of something and to influence a large number of consumers.

    Industry advertising and reminder advertising are two common methods used to enhance the image of something and to influence a large number of consumers.

  • 2022-06-06 问题

    车牌识别功能中,我们关心的是哪个参数? A: color B: number C: log_id D: image

    车牌识别功能中,我们关心的是哪个参数? A: color B: number C: log_id D: image

  • 2022-06-17 问题

    Which of the following statements about image texture is correct: refers to which characteristics of the image? ( ) A: Image texture is the relative brightness of objects in the image B: Image texture is the apparent roughness of an image region C: Image texture is the apparent smoothness of an image region D: Image texture is the frequency of tonal change on an image

    Which of the following statements about image texture is correct: refers to which characteristics of the image? ( ) A: Image texture is the relative brightness of objects in the image B: Image texture is the apparent roughness of an image region C: Image texture is the apparent smoothness of an image region D: Image texture is the frequency of tonal change on an image

  • 2022-06-06 问题

    Which of the following is not a description of image texture? ( ) A: the frequency of tonal change on an image B: the apparent roughness of an image region C: the apparent smoothness of an image region D: relative brightness of objects in the image

    Which of the following is not a description of image texture? ( ) A: the frequency of tonal change on an image B: the apparent roughness of an image region C: the apparent smoothness of an image region D: relative brightness of objects in the image

  • 2022-05-31 问题

    创建一条弧线的函数是( )。 A: arc(number x, number y, number r, number sAngle, number eAngle, boolean counterclockwise) B: rect(number x, number y, number width, number height) C: arcTo(number x1, number y1, number x2, number y2, number radius) D: fillRect(number x, number y, number width, number height)

    创建一条弧线的函数是( )。 A: arc(number x, number y, number r, number sAngle, number eAngle, boolean counterclockwise) B: rect(number x, number y, number width, number height) C: arcTo(number x1, number y1, number x2, number y2, number radius) D: fillRect(number x, number y, number width, number height)

  • 2021-04-14 问题

    分析下列程序,写出其功能。 import java.applet.*; import java.awt.*; import java.awt.event.*; public class Test extends Applet implements MouseListener { final int number = 5; int count = 0; Image[] card = new Image[number]; public void init() { setSize(1200,1000); addMouseListener(this); for (int i = 0; i < number; i++) { card[i] = getImage(getCodeBase(), i+".jpg"); } } public void paint(Graphics g) { if ((card[count]) != null) g.drawImage(card[count], 10,10,card[count].getWidth(this),card[count].getHeight(this), this); } public void mousePressed(MouseEvent e) { count = (count + 1) % number; repaint(); } public void mouseReleased(MouseEvent e) {} public void mouseEntered(MouseEvent e) {} public void mouseExited(MouseEvent e) {} public void mouseClicked(MouseEvent e) {} }

    分析下列程序,写出其功能。 import java.applet.*; import java.awt.*; import java.awt.event.*; public class Test extends Applet implements MouseListener { final int number = 5; int count = 0; Image[] card = new Image[number]; public void init() { setSize(1200,1000); addMouseListener(this); for (int i = 0; i < number; i++) { card[i] = getImage(getCodeBase(), i+".jpg"); } } public void paint(Graphics g) { if ((card[count]) != null) g.drawImage(card[count], 10,10,card[count].getWidth(this),card[count].getHeight(this), this); } public void mousePressed(MouseEvent e) { count = (count + 1) % number; repaint(); } public void mouseReleased(MouseEvent e) {} public void mouseEntered(MouseEvent e) {} public void mouseExited(MouseEvent e) {} public void mouseClicked(MouseEvent e) {} }

  • 2022-06-11 问题

    According to recording 4.1, which statement is true? ( )。 A: Number four and number five. B: Number one and number two. C: Number three and number four. D: Number one and number four.

    According to recording 4.1, which statement is true? ( )。 A: Number four and number five. B: Number one and number two. C: Number three and number four. D: Number one and number four.

  • 2022-06-15 问题

    如果Number=3,下列命题为真。If Number = 3, point out the truth and false of the following statements.Int(Number * Number) = Number * Number

    如果Number=3,下列命题为真。If Number = 3, point out the truth and false of the following statements.Int(Number * Number) = Number * Number

  • 2022-05-27 问题

    GHOST软件可以将整个硬盘所有内容进行备份,方法是________。 A: Partition To Image B: Disk To Image C: Partition From Image D: Disk From Image

    GHOST软件可以将整个硬盘所有内容进行备份,方法是________。 A: Partition To Image B: Disk To Image C: Partition From Image D: Disk From Image

  • 2022-06-15 问题

    如果Number=7,下列命题为真。If Number = 7, point out the truth or false of the following expressions.Sqrt(Number*Number ) == Int(Sqrt(Number*Number))

    如果Number=7,下列命题为真。If Number = 7, point out the truth or false of the following expressions.Sqrt(Number*Number ) == Int(Sqrt(Number*Number))

  • 1 2 3 4 5 6 7 8 9 10