【简答题】【消耗次数:1】
Fill in the blanks with the words or phrases given below. Change the form if necessary.[compromise; doom; due to; financial; rarely; security; source; survey; unique; valid]1. The project was[填空1]right from the beginning.
参考答案:
复制
纠错
相关题目
【简答题】 Fill in the blanks with the words or phrases given below. Change the form if necessary.[compromise; doom; due to; financial; rarely; security; source; survey; unique; valid]1. The project was[填空1]right from the beginning.
【简答题】 Direction: Fill in the blanks with the phrases given below. Change the form if necessary.[sell out; in other words; consist of; stand for; rely on; demand for; engage in; at hand; yield to; confront with]1. They have[填空1]of the brand that I like.
【简答题】 Direction: Fill in the blanks with the words given below. Change the form if necessary.[vain; frame; curve; twist; comb; collapse; scatter; scratch; rebuild; harsh]1. Never overtake on a[填空1].
【简答题】 Direction: Fill in the blanks with the words given below. Change the form if necessary.[privilege; component; stagnant; entangle; superficial; arresting; expound; penetrating; indulge; click]1. Their national economy is[填空1].
【简答题】 Direction: Fill in the blanks with the words given below. Change the form if necessary.[hug; flatten; ancestor; amazing; solemnly; comfort; awful; desperately; uproot; cousin]1. The conference was[填空1]opened yesterday.
【简答题】 Fill in the blanks with the words given below. Change the form if necessary.[mingle; harden; disapproval; due; resonate; instinct; fretful; awkward; suspect; feature]9. His laughter[填空1]among the hollow rocks.
【简答题】 Fill in the blanks with the words given below. Change the form if necessary.[mingle; harden; disapproval; due; resonate; instinct; fretful; awkward; suspect; feature]9. His laughter[填空1]among the hollow rocks.
【简答题】 Direction: Fill in the blanks with the words given below. Change the form if necessary.[integrity; conscience; yield; appoint; assure; ensure; demonstrate; clarify; preserve; scarce]1. They were fighting in order to[填空1]their independence.
【简答题】 Direction: Fill in the blanks with the words given below. Change the form if necessary.[dodge; mean; tease; disability; regular; bonus; proclaim; universal]3. That is a[填空1]trick!
【简答题】 Direction: Fill in the blanks with the words given below. Change the form if necessary.[assumption; contact; cliff; equivalent; emergency; outweigh; height; rummage; vibration; bugbear]2. This project was predicatied on the[填空1]that the economy was expanding.
随机题目
【单选题】 在解决计算机主机与打印机之间速度不匹配问题时通常设置一个打印数据缓冲区,主机将要输出的数据依次写入缓冲区中,而打印机则从缓冲区中取出数据打印,该缓冲区应该是一个( )结构。
①  A.堆栈
②  B.队列
③  C.数组
④  D.线性表
【判断题】 对稀疏矩阵进行压缩存储,可采用三元组表,一个6行7列的稀疏矩阵A相应的三元组 表共有8个元素,则矩阵A共有34个零元素。
①  正确
②  错误
【判断题】 设有一个20阶的对称矩阵A,采用压缩存储方式,将其下三角部分以行序为主序存储到一维数组中(矩阵A的第一个元素为a11,数组b的下标从1开始),则矩阵元素a8,5在一维数组b中的下标是40。
①  正确
②  错误
【判断题】 对稀疏矩阵进行压缩存储,可采用三元组表,每个非零元素对应的三元组包括的三项信息是行下标、 列下标、 数组元素的值。
①  正确
②  错误
【判断题】 求两个n阶矩阵的乘积,算法的基本操作为乘法 ,时间复杂度为 O(n3) 。
①  正确
②  错误
【判断题】 设有一个10阶的对称矩阵A,采用压缩存储的方式,将其下三角部分以行序为主存储到一维数组B中(数组下标从1开始),则矩阵中元素A8,5在一维数组B中的下标是33。
①  正确
②  错误
【单选题】 设有一个对称矩阵A,采用压缩存储的方式,将其下三角部分以行序为主序存储到一维数组B中(数组下标从1开始),B数组共有45个元素,则该矩阵是( )阶的对称矩阵。
①  A.15
②  B.11
③  C.10
④  D.9
【单选题】 元素2,6,10,14按顺序依次进栈,按该栈的可能输出序列依次入队列,该队列的不可能输出序列是是( )。(进栈出栈可以交替进行)。
①  A.14,10,6,2
②  B.2,6,10,14
③  C.14,10,2,6
④  D.6,2,14,10
【单选题】 设有一个25阶的对称矩阵A(矩阵的第一个元素为a1,1),采用压缩存储的方式,将其下三角部分以行序为主序存储到一维数组B中(数组下标从1开始),则矩阵中元素a7,5在一维数组B中的下标是( )。
①  A.34
②  B.14
③  C.26
④  D.27
【单选题】 设有一个28阶的对称矩阵A(矩阵的第一个元素为a1,1),采用压缩存储的方式,将其下三角部分以行序为主序存储到一维数组B中(数组下标从1开始),则数组中第40号元素对应于矩阵中的元素是( )。
①  A.a10,8
②  B.a9,4
③  C.a9,5
④  D.a8,5