在最好和最坏情况下的时间复杂度均为O(nlogn)且稳定的排序方法是(52)。
某企业由于外部市场环境和管理需求的变化对现有软件系统提出新的需求,则对该软件进行的维护属于(31)维护。
某项目组拟开发一个大规模系统,且具备了相关领域及类似规模系统的开发经验。下列过程模型中,(15)最适合开发此项目。
GIF文件格式采用了______压缩方式。A.LZWB.HuffmanC.RLED.DME
The approach we propose is a system-oriented methodology for knowledge acquisition. This orientation emphasizes ongoing documentation throughout each cycle and technique applied. Program-wide documentation is suggested, both for the purpose of internal(71)and for later verification and(72)efforts: The documentation system we propose includes a central "knowledge acquisition(73)"which is(74)to reflect knowledge acquisition plans, session nodes, and domain expert participation. Specifically,(75)within the database system include knowledge acquisition forms, which document plans for, and notes from, knowledge acquisition session, domain expert file, and rule content forms.
An analog signal's characteristic quantity representing data may(66). at any instant, any value within a continuous(67). For example, an analog signal may follow continuously the values of another physical quantity representing data.A discrete signal is composed of(68) elements in time, each element having one or more characteristic quantities which can represent data. Examples of characteristic quantities are amplitude, waveform,(69), and position in time. A digital signal is a special case of discrete signals, in which data are represented by a(70) number of well-defined discrete values that one of its characteristic quantities may take in time.
某文件管理系统在磁盘上建立了位示图(bitmap),记录磁盘的使用情况。若系统的字长为32位,磁盘上的物理块依次编号为:0、1、2、…,那么4096号物理块的使用情况在位示图中的第(23)个字中描述;若磁盘的容量为200GB,物理块的大小为1MB,那么位示图的大小为(24)个字。
词典编码是(36)。
执行下列程序段后,a值为(27)a=1 ;b=0;if((a++>++b)? a++: b--)a+=b
计算机执行程序所需的时间P,可用P=ICPI*T来估计,其中I是程序经编译后的机 器指令数,CPI是执行每条指令所需的平均机器周期数,了为每个机器周期的时间。RISC计算机采用(1)来提高机器的速度,该指令系统具有(2)的特点。
在某段页式系统中,虚地址空间包含了8个段,段长为2”字节。硬件把每个段分成大小为256字节的页,虚地址中有(18)位可以用于指定段号;(19)位可以指定页号;(20)位可以指定页内偏移量;(21)位可以指定整个虚地址。
在CORBA体系结构中,负责屏蔽底层网络通信细节的协议是(15)。
函数t()、f()的定义如下所示,若调用函数t时传递给x的值为5,并且调用函数f()时,第一个参数采用传值(callbyvalue)方式,第二,个参数采用传引用(callbvreference)方式,则函数t的返回值为_________。
对n个不同的排序码的元素进行冒泡排序,在(45)情况下比较的次数最少,其比较次数为(46)。在(47)情况下比较次数最多,其比较次数为(48)。
给定关系模式R(U,F),其中:属性集u={A,B,c,D,E,G},函数依赖集F={A→B,A→C,C→D,AE→G)。若将R分解为如下两个模式(55),则分解后的关系模式保持函数依赖。
当(23)时,用例是捕获系统需求最好的选择。
一个数据库系统必须能表示实体和关系。关系可与(42)实体有关。实体与实体之间的关系有一对一、一对多和多对多,其中(43)不能描述多对多的联系。
结构化查询语言SQL是一种 1._____ 语言,其主要功能有 2_____。
支持设计、实现或测试特定的软件开发阶段的CASE工作台是一组(13)。
在极限编程(XP)开发方法中,(38)策略有助于避免兼容性和接口问题,建立能及早发现错误的“冒烟测试”环境。