9. Next time you come,_______ me that book,please.A.takeB.bringC.getD.fetch

9. Next time you come,_______ me that book,please.

A.take

B.bring

C.get

D.fetch


相关考题:

9.—Let's go to see a comedy!—________. Let’s play tennis.A. Let's goB. That sounds boringC. Yes,we doD. You're welcome

You ( ) me, because I never said I liked coffee without milk. A、must misunderstandB、must have misunderstoodC、must be misunderstandingD、had to misunderstand

听力原文: If you want to invest money at short term, you've got several possibilities: first, a current account. This gives you the possibility of having all your money at your immediate disposal. It also entitles you to a cheque-book. Second, you've got a deposit account, which usually pays about 3. 5% interest, less tax. In that respect, a deposit account's a better investment than a current account. However, though you are entitled to a cheque-book, you can only withdraw up to a certain sum each month. For large amounts, you must give the bank a few months' notice. Finally, you have certificates of deposit. These pay in the order of 6.5% interest.28. How many possibilities are there for a customer to invest money at short term?29.With what kind of deposit can a customer NOT use a cheque-book?30.What is the interest rate for maintaining a deposit account?(28)A.2.B.5.C.4D.3

阅读下列函数说明和C++代码,回答问题[说明]对多个元素的聚合进行遍历访问时,需要依次推移元素,例如对数组通过递增下标的方式,数组下标功能抽象化、一般化的结果就称为迭代器(Iterator)。模式以下程序模拟将书籍(Book)放到书架(BookShelf)上并依次输出书名。这样就要涉及到遍历整个书架的过程。使用迭代器Iterator实现。图5-1显示了各个类间的关系。以下是C++语言实现,能够正确编译通过。[图5-1][C++代码]template (1) class Iterator{public:virtual bool hasNext() = 0;(2) Object* next() = 0;};class Book{//省略具体方法和属性};class BookShelf{private:vector books;public:BookShelf(){}Book* getBookAt(int index){return booksindex;}int getLength(){return books. size();}};templateclass BookshelfIterator : public (3) {private:BookShelf * bookShelf;int index;public:BookshelfIterator(BookShelf *bookShelf){this-bookShelf = bookShelf;index = 0;}bool hasNext(){//判断是否还有下一个元素if(index bookShelf-getLength()){return true;}else{return false;}}Objeot* next(){//取得下一个元素return bookShelf-getBookAt(index++);}};int main(){BookShelf bookShelf;//将书籍上架,省略代码Book *book;Iterator *it = new BookShelfIterator( (4) );while( (5) ){//遍历书架,输出书名book=(Book*)it-next();/*访问元素*/}return 0;}

49.—What about some drinks?—__________.A. Help, yourselfB. Good ideaC. You're welcomeD. Me,too

Me,you是两个初始集合,则下列关于派生集合定义方式正确的是A.link/me,you/:a;B.link(me,you):a;C.link/me you/a;D.link(me,you)/a;

10、下列不能用来作为变量名的是?A.Come_hereB.You.nameC.WONDERD.Apple

下列不能用来作为变量名的是?A.You.nameB.AppleC.WONDERD.Come_here

me是一个包含3个成员属性为a的集合,you是一个包含2个成员属性为b的集合,则要定义一个2行3列的矩阵所对应的派生集合方法中正确的是A.ps(me,you):c;B.ps(you,me):c;C.ps(a,b):c;D.ps(b,a):c;

11、下列不能用来作为变量名的是?A.You.nameB.AppleC.WONDERD.Come_here