已选分类
工学计算机科学与技术
填空题高度为h的完全二叉树至少有______个结点,至多有______个结点。
填空题按注释完成程序 import java.awt.*; import java.awt.event.*; import javax.swing.*; public class ButtonTestApplet extends JApplet { public void init() { ButtonPanel buttonpanel = new ButtonPanel(); Container container = getContentPane(); container.add(buttonpane1); } } class ButtonPanel extends JPanel { private class ColorAction implements ActionListener { private Color backgroundColor; public void actionPerformed(ActionEvent actionevent) { setBackground(backgroundColor); repaint(); } public ColorAction(Color color) { backgroundColor = color; } } public ButtonPanel() { JButton jbutton = new JButton(橙色); jbutton.setForeground(Color.blue); jbutton.setFont((______) (隶书,Font.ITALIC,32)) JButton jbutton1 = new JButton(蓝色); Jbutton1.setForeground(Color.blue); jbutton.setFont((______) (隶书,Font.ITALIC,32)) JButton jbutton2 = new JButton(红色); Jbutton2.setForeground(Color.blue); jbutton.setFont ((______) (隶书,Font.ITALIC,32) ) add(jbutton) ; add(jbuttonl) ; add(jbutton2) ; ColorAction coloraction = new ColorAction(Color.orange); ColorAction coloractionl = new ColorAction(Color.blue); ColorAction coloraction2 = new ColorAction(Color.red); jbutton.addActionListener((______)); jbuttonl.addActionListener((______)); jbutton2.addActionListener((______)); } }
填空题查询设计完成后,有多种方式可以观察查询结果,比如可以进入______视图模式,或者单击工具栏上的______按钮。
填空题有m个叶结点的哈夫曼树上结点的数目是______。
填空题螺旋模型将______模型和______模型结合起来,加入了两种模型均忽略了的风险分析,弥补了这两种模型的不足。
填空题用不同的语义抽象以不同的方式来描述同一个系统是可能的,数据流和对应的加工用______描述,而系统行为用______来描述。
填空题效益分有形效益和无形效益两种。有形效益可以用_____、_____、_____等指标进行度量;无形效益主要从性质上、心理上进行衡量,很难直接进行量的比较。
填空题
对无向图,若它有n个顶点e条边,则其邻接表中需要______个结点。其中,______个结点构成邻接表,______个结点构成顶点表,
填空题集成测试的方法主要有______测试和______测试两种。
填空题
宏的OpenQuery操作的含义是( )。
填空题用C语言描述命题:a是奇数______。
填空题______是对象现有属性的某些特殊值。
填空题若在宏的条件表达式中引用窗体上控件的值,应该使用的语法是______。
填空题对话框有______、______、______三种形式。
填空题在单元测试中,测试一个模块时,需要设计______。
填空题______是对整个对象的状态/行为关系的图示。
填空题对于无向图,若它有n个顶点e条边,则其邻接链表中需要______个结点。其中,______个结点构成邻接表,______个结点构成顶点表。
填空题
数据库设计中的逻辑设计分为( )和( )两部分。
填空题结构化设计方法中,要把数据流图转换成软件结构,若某个加工将它的输入流分离成许多发散的数据流,形成许多加工路径,并根据输入的值选择其中一个路径来执行,这种特征的DFD称为______的数据流图。
填空题在同一个应用中的共享是指在同一应用的类层次结构中,存在继承关系的各相似子类中,存在数据结构和行为的______,使各相似子类共享共同的______。使用继承来实现______。
