单选题建立一个供应商、零件数据库。其中“供应商”表S(Sno,Sname,Zip,City)分别表示:供应商代码、供应商名、供应商邮编、供应商所在城市,其函数依赖为:Sno→(Sname,Zip,City),Zip→City。“供应商”表S属于{{U}} (55) {{/U}}。
单选题类的实例化过程不仅仅是根据单个类进行的空间分配、初始化和绑定,它是一种实例的合成过程。指导编译程序进行这种合成的是{{U}} (43) {{/U}}。
单选题已知某文档包含5个字符
单选题MPEG-2Video编码是 (36) 。
单选题______以静态或动态的连接方式,为应用程序提供一组可使用的类。 A.类属 B.类库 C.函数库 D.框架
单选题关于程序模块优化的启发式规则有若干条,以下规则中不符合优化原则的是 (42) 。如果一个模块调用下层模块时传递一个数据结构,则这种耦合属于 (43) 。
单选题在CCITT建议的E1载波中,每一帧包含 (64) 位。
单选题己知数据信息为 16 位,最少应附加()位校验位,才能实现海明码纠错。
单选题试题(44)~(46)
每种设计模式都有特定的意图。____(44)____模式使得一个对象在其内部状态改变时通过调用另一个类中的方法改变其行为,使这个对象看起来如同修改了它的类。下图是采用该模式的有关TCP连接的结构图实例。该模式的核心思想是引入抽象类____(45)____来表示TCP连接的状态,声明不同操作状态的公共接口,其于类实现与特定状态相关的行为。当一个____(46)____对象收到其他对象的请求时,它根据自身的当前状态做出不同的反应。
单选题在双向循环链表中,在P指针所指向的结点前插入一个指针q所指向的新结点,其修改指针的操作是 (55) 。
单选题ISO/IEC 9126 软件质量模型中第一层定义了六个质量特性,并为各质量特性定义了相应的质量子特性,其中易分析子特性属于软件的( ) 质量特性。
单选题双宿主机至少具有两个网络接口,分别连接内外两个网络,两个网卡之间的通信是 (65) 。
单选题以下关于平衡二叉树叙述中,说法错误的是 (65) 。
单选题某项目包含的活动如下表所示,完成整个项目的最短时间为(17)周。不能通过缩短活动(18)的工期,来缩短整个项目的完成时间。
单选题以下选项中,最适合于用交互式计算机软件解决的问题是( ) 。
单选题宏病毒一般感染以______为扩展名的文件。
A.EXE
B.COM
C.DOC
D.DLL
单选题Artificial intelligence (AI) ,an interdisciplinary field, is usually regarded as a branch of computer science, dealing with models and systems for the performance of functions generally associated with human intelligence, such as (71) and learning. In AI, knowledge-based system is an information (72) system that provides for solving problems in a particular domain or application area by drawing inferences from a knowledge base. Moreover, some knowledge-based systems have learning capabilities. Expert system (ES) indicates the knowledge-based system that provides for solving problems in a particular domain or application area by drawing inferences from a knowledge base developed from human (73) . Some expert systems are able to (74) their knowledge base and develop new inference rules based on their experience with previous problems. The term "expert system" is sometimes used (75) with "knowledge-based system", but should be taken to emphasize expert knowledge.
单选题重新定义P操作: P(s): S=S-1; if s<0 then 将本进程插入相应等待队列的队首; V操作的定义不变。 使用上述定义的信号量操作。现有n个进程竞争进入一个临界区,需要使用 (24) ,并保证进程能够以正常的次序公平地进入临界区。