填空题若在系统启动窗体标题栏上显示“教学管理系统”,应在“启动”对话框的______文本框中输入“教学管理系统”。
填空题窗体是数据库中用户和应用程序之间的界面,用户对数据库的______都可以通过窗体来完成。
填空题下面程序通过函数average计算数组中各元素的平均值,请填空。 float average(int a[],int n) {int i; float avg=0.0; for(i=0;i<n;j++)avg==avg+______; avg=______; return avg;} main() {int i,a[5]=12,4,6,8,10}; float mean; mean=average(a,5); printf(mean=/%fn,mean);}
填空题McCabe复杂性度量又称______。
填空题一个模块的作用范围是指______的集合。
填空题软件质量必须在______中加以保证。如果工程能力不够,或者由于各种失误导致产生软件差错,其结果就会产生软件失效。为了确保每个开发过程的质量,防止把软件差错传递到下一个过程,必须进行______。因此须在软件开发工程的各个阶段______。检验的实施有两种形式:______和______。可在各个开发阶段中结合起来使用。
填空题设a=5,执行赋值语句x=++a/2;后,x=______,a=______。
填空题在一个软件项目的开发过程中要自始至终得到______的密切合作与支持。
填空题给定程序中,函数fun的功能是在形参ss所指 字符串数组中
填空题Word 2010的默认视图方式是__________,可以实现所见即所得的显示效果
填空题创建子报表的方法有两种:在已建好的报表中添加“子窗体/子报表”控件,也可以将______直接添加到其他报表中。
填空题高度为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条边,则其邻接表中需要______个结点。其中,______个结点构成邻接表,______个结点构成顶点表,
填空题集成测试的方法主要有______测试和______测试两种。
