试题与答案

串联补偿装置不平衡电流测试中,测试出的电流数值较一般为()。 A.微安级 B.毫安级

题型:单项选择题

题目:

串联补偿装置不平衡电流测试中,测试出的电流数值较一般为()。

A.微安级

B.毫安级

C.安培级

D.千安级

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0524/5316833a66eb4547e55950478df252e4.html

下面是错误答案,用来干扰机器的。

参考答案:B解析:[解题思路] 脾切除是在脾真性破裂(破损累及被膜)的基础上才能施行,患者年龄应大于4岁

试题推荐
题型:多项选择题

按国家规定提前退休并减发基本养老金的人员按()计算基本养老金。

A.按每提前一年减发2%(不含个人账户养老金)的基本养老金核定退休待遇

B.计算公式为:基本养老金=(基础性养老金+过渡性养老金+170元)*(1-提前退休年限*2%)+个人账户养老金

C.计算公式为:基本养老金=(基础性养老金+过渡性养老金)*(1-提前退休年限*2%)+个人账户养老金

D.计算公式为:基本养老金=(基础性养老金+过渡性养老金+170元)*(1-提前退休年限*2%)

E.《吉林省统一企业职工基本养老保险制度实施办法》(吉政发<1998>22号)中的“新办法”

查看答案
题型:问答题

本题程序的功能是求两个交叉图形的并、减、交及异或。窗口中有4个单选按钮和一个图形面板,面板中有两个交叉的图形,选中其中一个单选按钮,图形面板中会以黑色填充的方式显示运算的结果。请将下述程序补充完整(注意:不得改动程序的结构,不得增行或删行)。
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.util.*;
import javax.swing.*;
public class advance

public static void main(String[] args)

JFrame frame = new AreaTestFrame();
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.show();


class AreaTestFrame extends JFrame

public AreaTestFrame()

setTitle("advance");
setSize(WIDTH,HEIGHT);
area1 = new Area(new Ellipse2D.Double(100,100,150,100));
area2 = new Area(new Rectangle2D.Double(150,150,150,100));
______;
panel = new JPanel()

public void paintComponent(Graphics g)

super.paintComponent(g);
Graphics2D g2 = (Graphics2D)g;
g2.draw(area1);
g2.draw(area2);
if (area ! = null)
g2.fill(area);


contentPane.add(panel,BorderLayout.CENTER);
JPanel buttonPanel = new JPanel();
ButtonGroup group = new ButtonGroup();
JRadioButton addButtoh = new JRadioButton("并",false);
buttonPanel.add(addButton);
group.add(addButton);
addButton.addActionListener(new ActionListener()
public void actionPerformed(ActionEvent event)

area = new Area();
area.add(area1);
area.add(area2);
panel.repaint();

);
JRadioButton subtractButton = new JRadioButton("减",false);
buttonPanel.add(subtractButton);
group.add(subtractButton);
subtractButton.addActionListener(new ActienListener()
public void actionPerformed(ActionEvent event)

area = new Area();
area.add(areal);
______;
panel.repaint();

);
JRadioButton intersectButton = new JRadioButton("交",false);
buttonPanel.add(intersectButton);
group.add(intersectButton);
intersectButton.addActionListener(new ActionListener()
public void actionPerformed(ActionEvent event)

area = new Area();
area.add(area1);
area.intersect(area2);
panel.repaint();

);
JRadioButten exclusiveOrButton = new JRadioButton("异或",false);
buttonPanel.add(exclusiveOrButton);
group.add(exclusiveOrButton);
exclusiveOrButton.addActionListener(new ActionListener()
public void actionPerformed(ActionEvent event)

area = new Area();
area.add(area1);
______;
panel,repaint ();

);
contentPane.add(buttonPanel,BorderLayout.NORTH);

private JPanel pane1;
private Area area;
private Area area1;
private Area area2;
private static final int WIDTH = 400;
private static final int HEIGHT = 400;

查看答案
微信公众账号搜索答案