题目内容

一个n阶上三角矩阵A按行优先顺序压缩存放在一维数组B,则B中元素个数

A. n*n
B. n(n+1)/2+1
C. n(n+1)/2
D. n

查看答案
更多问题

某递归算法的执行时间的递推关系如下:T(n)=1当n=1时T(n)=T(n/2)+1当n>1时则该算法的时间复杂度为( )。

A. O(1)
B. O(Log2n)
C. O(n)
D. O(nLog2n)

某递归算法的执行时间的递推关系如下:T(n)=1 当n=1时T(n)=2T(n/2)+1 当n>1时则该算法的时间复杂度为( )。

A. O(1)
B. O(Log2n)
C. O(n)
D. O(nLog2n)

Direction: verbs that can be followed by either an –ing form or an infinitive but different in meaning.Verbs like stop, remember, forget, regret,etc. can be followed by either an –ing form or an infinitive; however there is a different of meaning in these cases.Now complete each of the sentences, using the proper form of the verb in brackets.1.Stop ___ around here. You are getting in the way of others. (hang)2.He stopped in the middle of a sentence ___ me a smile when he saw me come in. (give)3.What would he take me for it if I forgot ___ on time the money I borrowed from him? (return)4.Do you remember ___ by your teacher for the first time? (praise)5.My letter arrived shortly after he passed away. I regret ___ earlier. (not, write)6.Prof. McDonald said, “I forget ___ that this piece of writing is not well-focused.” (say)7.Do remember ___ the windows. I’m afraid the smell of fish still lingers in the kitchen. (open)8.How come you could have forgotten ___ by them so generously? (help)

甲公司为取得银行汇票,3月8日将款项10000元存入银行,3月14日购入材料一批,取得购货发票,金额共计7910元(其中增值税税额为910元)3月18日已将余款退回银行存款账户。

答案查题题库