maintain用法

maintain詳細用法動詞
意思1(英文解釋和中文解釋)sth (with sth) cause sth to continue; keep sth in existence at the same level, standard, etc 保持或維持某事物: maintain friendly relations, contacts, etc (with sb) (與某人)保持友好關系、 接觸等

*(例句) enough food to maintain one's strength 足以維持體力的食物
* maintain law and order 維持法治
* maintain prices, ie prevent them falling 維持住物價(防止跌落)
* maintain one's rights 保留自己的權利
* Maintain your speed at 60 mph. 你要保持每小時60英里的速度.
* The improvement in his health is being maintained. 他的健康狀況仍在繼續好轉.

意思2
support (sb) financially 在財務上支持(某人); 贍養; 扶養: earn enough to maintain a family in comfort 掙的錢足以維持一家人過舒適的生活
* This school is maintained by a charity. 該校由一慈善機構資助.
* She maintains two sons at university. 她供兩個兒子上大學.

意思3
keep (sth) in good condition or working order 保養, 維修(某物): maintain the roads, a house, a car, etc 保養道路、 房子、 汽車等
* Engineers maintain the turbines. 機修工維修渦輪機.
* a well-maintained house 保養良好的房子.

意思4
assert (sth) as true 斷言(某事)屬實; 堅持: maintain one's innocence 堅持自己無辜
* maintain that one is innocent of a charge 對某項指控堅稱無罪.

maintain的用法(加不加to)我會追得
8個六~\(≥▽≤)/~啦啦啦

maintain與remain有啥區別

maintain用法

文章插圖

一、表達意思不同1、maintain:vt. 維持;繼續;維修;主張;供養2、remain:vi. 保持;依然;留下;剩余;逗留;殘存 、n. 遺跡;剩余物,殘骸二、詞性不同1、maintain:主要作及物動詞 。2、remain:既可作不及物動詞,也可作名詞 。擴展資料:aintain的用法1:maintain的基本意思是“保持”“繼續”,指采取某種手段或措施保留一種有價值的東西,使其獲得保養并維持良好狀況,有時也指使事情能正常持續下去,引申可表示“堅持”“主張”“供給”“贍養”等 。maintain的用法2:maintain只用作及物動詞,后面可接表示生命、法律、秩序、和平、友誼等名詞作賓語; 也可接that從句,還可接以“to be+ adj .”充當補足語的復合賓語 。maintain的常用短語:用作動詞 (v.)maintain at (v.+prep.)maintain in (v.+prep.)maintain on (v.+prep.)maintain with (v.+prep.)
keep 和maintain的區別maintain:指通過維修,精心照料等使物體保持良好,正常狀態
keep:指通過主觀控制使某種狀態維持下去或某事物維持原狀

maintain和retain 有什么區別maintain:維持, 維修, 繼續, 供養, 主張,保持某個動作或狀態的意思示例:維持;持續;使繼續:He maintained his rights.他維護了自己的權利 。We must maintain friendly relations with them.我們必須和他們保持友好關系 。保養;維修,維護;養護:The trucks have to be constantly maintained.卡車必須經常得到保養 。a well-maintained machinery維修得好的機器retain:保持, 保留,主要指保留,持有某樣東西,還有“取得”的意思示例:Theinterioroftheshopstillretainsanineteenth-centuryatmosphere.這家商店的內部裝修仍然保留著19世紀的風格 。Hedecidedtoretainhimforthetrial.他決定聘請他為出庭律師 。Heretainsadeeprespectfortheprofession.他對這個職業仍然深懷敬意 。參考資料百度百科.百度百科[引用時間2017-12-22]
maintain的用法addicted在這里是形容詞,be addicted to是固定搭配,表示沉溺于某事 。另外給樓主糾正一個誤區啊,這里的too...to并不是平時我們說的那個太……以至于不能……那個意思 。這里是巧了,其實這里too和to沒有結構上的聯系的,前一個too就是用來修飾addicted的程度的,表示太沉溺于了 。然后由于固定搭配addicted必須和to連用,就給你了個假象 。另外對于你提的這個問題我有點費解啊,too……to結構中的兩部分本來詞性就不一樣,一般的都是too后面跟形容詞,to后面跟一個動詞,這一個形容詞和一個動詞之何談一致的問題呢?要想說兩部分結構一致,應該是說類似于not only…but also;either…or吧?
2.樓主啊,對于這個地方contact的詞性,你又理解錯了啊 。contact在這里是名詞形式,它其實也是一個多詞性的詞 ??勺鰟釉~,也可以做名詞 。這里maintain contact正好就是maintain+n的用法形式啊 。至于maintain的其他用法,樓上已經給了很詳盡的列舉,我在此就不羅嗦啦 。

lamw中的maintain source fields怎樣嵌套結構:Maintain Source Fields 借助剛才第1步的EXCEL,使用Table Maintenance完成它會...Conversion Rules 目標結構與源字段匹配(可以選擇自動)SAP中如何借

c語言數據結構里的false、error、overflow、infeasible用法好像啊 。分別用在什么地方啊
maintain用法

文章插圖

overflow一般用于exit的參數中,比如創建指針時,一般判斷一下內存是否分配成功,不成功一般調用returnexit(overflow);infeasible其意思是不可行的,一般在某個判斷中,如果什么什么不可行,就會returninfeasible例如:求后繼元素時,如果是最后一個元素,則求其后繼是不可行的,此時就會returninfeasible;很多函數的返回類型都是Status,這里Status是用typedef定義的intl類型即:typedefintStatus;在這樣的函數中根據不同情況返回ture或falseok或error 。StatusListEmpty(SqListL){//若L為空表,則返回TRUE,否則返回FALSEif(L.length==0){returnTRUE;}else{returnFALSE;}}StatusGetElem(SqListL,inti,ElemType*e){//用e返回L中的第i個元素的值,1=<i<=ListLength(L)if(iL.length){returnERROR;}*e=*(L.elem+i-1);returnOK;}擴展資料C語言append()方法為切片添加元素Go語言的內建函數append()可以為切片動態添加元素 。每個切片會指向一個底層數組,這個數組能容納一定數量的元素 。當底層數組不能容納新增的元素時,切片就會自動按照一定的策略進行“擴容”,此時該切片指向的底層數組就會更換 ?!皵U容”操作往往發生在append()函數調用時 。舉個例子:參考資料來源:百度百科—c語言
數據結構中 viod 和status的區別及用法,要詳細viod
[釋義][體] 虛;

[例句]It is found that the dynamic shear moduli increase as confining pressure increases and decrease as viod ratio increases.
研究結果發現:動剪切模量隨周圍有效應力的增加而增加,隨孔隙比的增加而減少 。

status英[ˈsteɪtəs]美[ˈstetəs, ˈstætəs]
n.地位; 身份; 情形,狀態;

[例句]People of higher status tend more to use certain drugs.
社會地位較高的人往往更容易吸食某種毒品 。
void是空類型,函數調用不返回值 。
status是用在函數前是嚴書的寫法,它是函數的類型,其值是函數結果狀態代碼 。

maintain跟sustain用法的不同?maintain的中文翻譯 以下結果由譯典通提供詞典解釋及物動詞 vt.
1. 維持;保持;使繼續
Ann and Mary maintained their friendship for the next thirty years.
安妮和瑪麗在此后的三十年中一直保持著她們之間的友誼 。2. 維修,保養
Frank maintains his car very well.
弗蘭克把自己的車子保養得很好 。3. 堅持;主張;斷言[+(that)]
He maintains that he once saw a UFO.
他堅持稱自己曾看見過飛碟 。4. 供養,撫養;負擔,支持
Mr. Smith maintains his son at college.
史密斯先生供養念大學的兒子 。5. 保衛,堅守maintain的中文翻譯以下結果由譯典通提供詞典解釋及物動詞 vt.
1. 維持;保持;使繼續
Ann and Mary maintained their friendship for the next thirty years.
安妮和瑪麗在此后的三十年中一直保持著她們之間的友誼 。2. 維修,保養
Frank maintains his car very well.
弗蘭克把自己的車子保養得很好 。3. 堅持;主張;斷言[+(that)]
He maintains that he once saw a UFO.
他堅持稱自己曾看見過飛碟 。4. 供養,撫養;負擔,支持
Mr. Smith maintains his son at college.
史密斯先生供養念大學的兒子 。5. 保衛,堅守

it is expensive to maintain. maintain 是個及物動詞,這里后面為什么不加賓語呢,我迷惑了,請教高手!maintain的賓語就是it.

to的用法to [強 tu:, 弱 tu, 輔音前弱tə, t] adv. 向前;(門等)關上
prep. 到;向;(表示時間、方向)朝…方向
用法:
to:
[到] [向] [給]
1. We work from nine to five.
我們從九點工作到五點 。
2. Tomorrow's high will be 80 to 90.
明天最高溫度將達80度至90度 。
3. add this to the others
把這個加在另外幾個上面
4. Live to eat , but eat to live.
活著為了吃飯,吃飯為了活著 。
5. Will we have time to go there?
我們將會有時間到那里去嗎?
6. Because I had much work to do.
因為我有許多工作(作業)要做 。
7. To let you know we are family.
讓你們知道,我們是一家人唷 。
8. Then I began to like doing it.
后來我開始喜歡上這么做了 。
9. Use the cards to make a rhyme.
用卡片上的單詞做一首小詩 。
10. Can anyone tell me what to do?
有誰可以告訴我要怎麼做嗎?
11. We live next door to a cinema.
我們住在一家電影院的隔壁 。
12. To win you have to risk loss.
要想勝利就得冒失敗的風險 。
13. He is not the God of the dead, but of the living, for to him all are alive.
神原不是死人的神,乃是活人的神 。因為在他那里,人都是活的 。(那里或作看來)
14. I just go out there to do the basics and want to help the team get a result.
我只是上去完成一些基本的任務并且希望幫助球隊拿到一個滿意的結果 。
15. To the world you might be one person, But to one person you just might be the world.
對于這個世界你可能只是某一個人,可對于一個人你可能是他的整個世界 。
16. For those who never seem to know what to prepare for others but who would like to learn.
對那些似乎永遠不知道該準備什么禮物給別人但是卻愿意學習的人來說 。
17. In memory to open a space for the file memory, in its realization of a simple file system.
在內存中開辟一個空間作為文件存儲器,在其上實現一個簡單的文件系統 。
18. You wonder where you would find tuna blubber in this cave, and where you should lug it to.
您想知道您在這個洞哪里會發現金槍魚哭泣,并且您應該用力拖它的地方」 。
19. Some books are to be tasted, others to be swallowed, and some few to be chewed and digested.
一些書是供試嘗的,另一些是供吞咽的,少數一些則是要咀嚼和消化的 。(表語)
20. That means that, my personal duty aside, we have a duty to maintain a certain level of decorum.
這意味著,就算不考慮我個人的責任心,我們也有義務保持一定程度的禮節 。
21. Getting more education is the most obvious way to invest in your career, but why not go further?
獲得更多教育是投資于自己事業最為明顯的方式,但是,為什么不更進一步?
22. Every body attracts every other body with a force that is proportional to the mass of each body.
物體之間用一種力量來相互吸引,這種力量是與物體之間的質量成比例的 。
23. If i pass the interview, I will continue to study , with the shortest time, to work with English.
如果能通過這次面試,我將繼續努力的學習,用最短的時間,用英語進行工作 。
24. The only access to her personal information is that you must access an available file in the computer.
惟一接觸她的個人資料的方法是你必須在電腦中存取個一個有效的文件 。
25. I have given this individual ample opportunity to prove himself and each time he has failed to impress.
我有給予的這一個個體充足的機會證明他自己和每次他有失敗的對印象 。
26. We can use this simple sentence structure to ask many different questions and get a lot of information.
我們可以使用這一簡單的句子結構來詢問不同的問題并獲得很多的信息 。
27. We want to buy Leather Goods and Accessories, Bags and Luggage - Leather, Leather Goods and Accessories, Suitcases, Bags.
我們要采購皮革商品和配件,袋子和行李-皮革,皮具商品和配件,手提箱,袋子 。
28. The aim of the nursing education is not only to have the knowledge of nursing, but also the quality and ability to care for others.
護理教育的目標是培養既具有專業護理知識,又具有人文關懷和照顧他人的品質和能力的高素質人才 。
29. That would help all of us to use the machinery that we have in place for considering these data and for arriving at policy recommendations.
這將幫助我們所有的人來運用機構,在該機構中我們占有適當的位置,考慮這些數據,并且達到政策建議 。
30. In computer graphics, to move a display image on the display space in a straight line from one location to another without rotating the image.
在計算機圖形學中,在顯示屏幕上沿著一條直線把某一位置的圖象移動到另一個位置,但不使圖

“Remain” 和 “maintain”的區別是什么?remain :剩余、剩下;maintain:保持 。1、“Remain” 和 “maintain”的賓語是要保持的一件事物,是另外一個東西;2、remain屬于系動詞,后面的叫表語,remain是可以替換成be動詞的 。3、we should remain loyal to our lord;換成be loyal 也是一樣的 。4、we should keep balance不可能換成remain 。
remain和maintain的區別(信末客套語)你永遠忠實的,敬上. maintain是通過另一事物/作用使其保持不變而remain是指事物自身維持不變 remain 是不及物動詞,后常用形容詞

Remain maintain的區別remain :剩余、剩下;maintain:保持 。1、“Remain” 和 “maintain”的賓語是要保持的一件事物,是另外一個東西;2、remain屬于系動詞,后面的叫表語,remain是可以替換成be動詞的 。3、we should remain loyal to our lord;換成be loyal 也是一樣的 。4、we should keep balance不可能換成remain 。
誰能告訴我 remainmaintainretainreservepreserve的詳細區別
maintain用法

文章插圖

remain、maintain、retain、reserve、preserve的區別為:意思不同、用法不同、側重點不同 。一、意思不同1、remain:保持不變 。2、maintain:維持,保持 。3、retain:持有 。4、reserve:保留,貯備 。5、preserve:保存,保養 。二、用法不同1、remain:remain的基本意思是“留下”“繼續”,即在一段時間內持續地處于某位置或某狀態,含有在別人走了的情況下仍然留下或在別的事物都改變了的情況下依然保持不變的意味 。2、maintain:maintain的基本意思是“保持”“繼續”,指采取某種手段或措施保留一種有價值的東西,使其獲得保養并維持良好狀況,有時也指使事情能正常持續下去,引申可表示“堅持”“主張”“供給”“贍養”等 。3、retain:retain作“保留,保存,保持”解時是較為正式的用語,含有不失去的意味,指繼續“保持”或“保存”某事物 ??捎糜谥副A糍F重的物品,老人保持活力,記憶中保持一定的事實等 。4、reserve:reserve的基本意思是“貯存待用” 。引申可作“留給”“留作專用”或“預訂”解 。reserve是及物動詞,接名詞或代詞作賓語 。5、preserve:preserve的基本意思是“保持”,指把某物“收藏”或“保存”好,強調要采取措施使某物完好無損或質量不變,可用于有形物,也可用于無形物 。引申可表示“維持” 。三、側重點不同1、remain:不及物動詞,后面大多跟形容詞 。2、maintain:及物動詞 。3、retain:作及物動詞用 。4、reserve:不及物,注重節省,節約 。5、preserve:及物,注重保護,不讓其滅絕或遭到破壞 。
maintain什么意思maintain
[men5tein]
vt.
維持, 維修, 繼續, 供養, 主張

基本解釋
maintain

vt.
維持, 維修, 繼續, 供養, 主張

( )balance 可以用keep和maintain,但是為什么不能用remain,我感覺也對啊這是屬于習慣搭配,沒有為什么的,因為歪果仁不會這么說 。
就好像上課的時候我一個同學想說“引領中國文化”說成“lead Chinese culture”, 外國老師馬上就說,culture can be shaped or built, but it can not be led, please correct that.

keep與maintain的區別maintain:指通過維修,精心照料等使物體保持良好,正常狀態
keep:指通過主觀控制使某種狀態維持下去或某事物維持原狀~如果你認可我的回答,請及時點擊【采納為滿意回答】按鈕
~手機提問者在客戶端右上角評價點【滿意】即可 。
~您的采納是我前進的動力~

keep的短語
maintain用法

文章插圖

1、keep about〔around〕雇用; 擁有 2、keep abreast of( v.+adv.+prep. )跟上; 保持與…并列位置3、keep after( v.+prep. )〈非正〉責備; 挑剔; 反復地要求4、keep aloof( v.+adv. )站得遠遠地; 不參與5、keep apart( v.+adv. )(使)分開 擴展資料:單詞用法:v. (動詞)1、keep的基本意思是“保留,保管,保存,留下,保持”,指使某人或某物繼續保持某種狀態 。引申可作“管理,經營”“料理,照顧”“撫養,養活,飼養”“遵守,維護”“慶?!薄暗R”“記”等解 。2、keep可用作及物動詞,也可用作不及物動詞 。用作及物動詞時,接名詞或代詞作賓語(不可接動詞不定式作賓語),也可接雙賓語,其間接賓語可轉化為介詞for的賓語 。keep用作不及物動詞作“保存”解時,主動結構常含被動意義 。3、keep還可接以形容詞、副詞、as短語、現在分詞(短語)、過去分詞(短語)等充當賓語補足語的復合賓語,但不可接含動詞不定式的復合賓語 。4、keep作“保持,繼續”解時還可用作系動詞,后跟表語,該表語可由形容詞、副詞、名詞、動名詞或介詞短語等充當,此用法keep有時可用于進行體 。5、keep后接介詞from,再接名詞或動名詞,表示“使自己不做某事”,主要用于否定句或疑問句 。6、、由keep構成的常用習語大多不用于進行體 。
英語語法問題回答樓主的問題,maintain[mein'tein]vt. 維持;維修,保養;堅持;斷言keep[ki:p]n. 生計,維持
v. 保持,保存,維持首先,keep多用于保持某種狀態,保持健康等maintain多用與,維持平衡,維持關系等,放中文里,兩者就是保持與維持的關系,這個是它們最主要的區別 。而樓主給的例句都是用 keep,保持的意思 。

求翻譯加講解 急翻譯:離家后做出改變要比回家后保持這些改變更容易 。
意思是說:離開家后,你會很容易因為受到外面的環境影響而改變,回到家后,你在外邊不管變成什么樣子,會受到家鄉環境的影響,所以在家里是不可能繼續維持你在外邊的作息和生活習慣等這些改變的 。
句子分析:It is easier to make changes when you are away from home than to maintain the changes after you return.
1. it is easier (to do sth) than (to do sth), 這是一個比較級,前后結構保持一致 。
2. when ...和 after... 做時間狀語 。

retain和maintain作“保持”講怎么區別?maintain
[men5tein]
vt.
維持, 維修, 繼續, 供養, 主張

maintain
main.tain
AHD:[m³n-t³n“]
D.J.[mein6tein]
K.K.[men6ten]
v.tr.(及物動詞)
main.tained,main.tain.ing,main.tains
To keep up or carry on; continue:
維持或保持;繼續:
maintain good relations.
維持良好的關系
To keep in an existing state; preserve or retain:
保持存在的狀態;堅持或保持:
maintain one's composure.
保持冷靜
To keep in a condition of good repair or efficiency:
保養:使…保持在良好的修繕和效率狀態中:
maintain two cars.
保養兩輛小汽車
To provide for; support:
扶養;支持:
maintain a family.
供養家庭
To keep in existence; sustain:
使存在;支撐:
enough food to maintain life.
足夠維持生命的食物
To defend or hold against criticism or attack:
保衛或抵制批評或進攻:
maintained his stand on taxes.
維護他在稅收上的立場
To declare to be true; affirm:
斷言;主張:
maintained her innocence.
堅持她的清白無辜



retain
[ri5tein]
vt.
保持, 保留

retain
re.tain
AHD:[r¹-t³n“]
D.J.[ri6tein]
K.K.[r!6ten]
v.tr.(及物動詞)
re.tained,re.tain.ing,re.tains縮寫 ret.
To maintain possession of.See Synonyms at keep
保持財產占有參見 keep
To keep or hold in a particular place, condition, or position.
保持,保留:保持或維持在一個特殊的場所、條件或位置
To keep in mind; remember.
留在心中;記住
To hire (an attorney, for example) by the payment of a fee.
雇用:付費雇用(例如律師)
To keep in one's service or pay.
付定金保留:保留某人的服務或受雇狀態

maintain放句末什么意思我知道maintain+ ed可以放在句末 做后置定語
請問
原句是?

求虛擬語氣講解虛擬語氣(Subjunctive Mood)這一語法項目是各類英語考試中心測試的重點之一 。虛擬語氣是一種特殊的動詞形式,用來表示說話人所說的話并不是事實,而是一種假設、愿望、懷疑或推測 。
Ⅰ用以表示虛擬條件的虛擬語氣
⒈ 用if條件從句表示的虛擬條件,是虛擬條件最普通的方式 。
① 虛擬現在時表示與現在事實相反的假設,其if 從句的謂語形式用動詞的過去式(be 一般用were),主句用would/ should/ could/ might +動詞原形,例如:If I were in your position I would marry her.
② 虛擬過去時是表示與過去事實相反的假設,if 從句的謂語形式用過去完成時即had+過去分詞,主句用would / should / could / might + have +過去分詞,例如:If it had not rained so hard yesterday we could have played tennis.
③ 大多數的虛擬條件句屬于上面三種情況的一種,但并不排除存在條件和后果中,一個和現在情況相反,另一個和過去情況相反,例如:If you had followed what the doctor said, you would not have been so painful now.這個句子在高中出現頻率頗高 。
④ 但是,如果后果用了虛擬語氣,而條件卻用陳述語氣,這種用法是錯的 。
⒉ 除了表示虛假條件外,if從句還可以表示對將來的推測,由于是將來還沒有發生的,所以談不上是真實的還是虛假的,只能說這個事情發生的可能性有多大 。一般情況下,可以用陳述語氣的if從句來表示對一個未來事實的推測,這個事實是完全可能發生的 。If從句的謂語形式用一般過去式或用were to / should +動詞原形,主句用would / should /could/ might +動詞原形,例如:Jean doesn't want to work right away because she thinks that if she were to get a job she probably wouldn't be able to see her friends very often.(1996年1月四級第44題)
⒊ 有時可以把含有助動詞、情態動詞、be或have的虛擬條件句中的連詞if 省去,而將had , should, were 等詞提到主語之前,即用倒裝結構,這時候,如果出現not等否定詞,否定詞需放在主語后面 。這種結構在口語中很少使用,但頻頻出現在各類考試中出現,例如:If it had not rained so hard yesterday we could have played tennis.→Had it not rained so hard yesterday, we could have played tennis.
⒋ 大多數的虛擬條件通過上面所講的兩種方法表達,但在個別句子中也可以通過介詞without和介詞短語but for表達,副詞otherwise等表達出來 。例如:We didn't know his telephone number; otherwise we would have telephoned him.(1995年6月四級第46題)值得注意的是,包含but for的句子,謂語動詞必定要用虛擬形式,但包含without等短語的句子,謂語動詞未必一定要用虛擬語氣 。
⒌ 有時虛擬條件不是明確地表達出來,而在蘊含在用but引導的從句里,于是便出現了有謂語動詞是虛擬語氣的主句加上謂語動詞是陳述語氣的but從句構成的并列復合句,例如I would have hung you but the telephone was out of order.在這樣的句子里,如果主句沒有用虛擬語氣,或者從句用了虛擬語氣,都是錯的 。
Ⅱ用在賓語從句中的虛擬語氣
⒈ 在表示愿望的動詞wish后的賓語從句中,需用虛擬語氣 。(wish后的that 常省略),根據主句時態,從句謂語時態相應退后一位,例如:How she wished his family could go with him.
⒉ 在具有愿望、請求、建議、命令等主觀意愿的動詞(desire, demand, advice, insist, require, suggest, propose, order, recommend, decide …) 后的賓語從句中需用虛擬語氣 。謂語動詞用(should) +動詞原形 。值得注意的是,如果賓語從句的動詞是否定的,否定詞not的位置應在動詞之前,而不是動詞之后 。例如:The head nurse insisted that the patient not be move.另外,如suggest表達“暗示”,insist表示“堅持某種說法”時,后面的從句不用虛擬語氣,例如:Her pale face suggests that she is ill.或He insisted that he did not kill the boy.
除此之外,上述動詞也要求用虛擬式
① 在It is+上述動詞的過去分詞,其后所跟的主語從句中,如It is suggested that pupils wear school uniforms.
② 在上述動詞相應的名詞形式作主語+連系動詞,其后的表語從句中,例如His suggestion was that classed be re-scheduled.
③ 在對上述動詞相應的名詞進行解釋的同位語從句中,如:The workers raised the demand that their pay be increased to cope with the inflation.
⒊ would (had)rather , would sooner也用來表達主觀愿望,它們之后的賓語從句中需用虛擬語氣 。謂語動詞用過去式表示現在或將來,用過去完成式表示與過去事實相反,例如:I would rather he went right now.
Ⅲ其他形式的虛擬語氣
⒈ it is +necessary等形容詞后,that主語從句中虛擬形式使用,這類形容詞包括necessary, important, essential, imperative, urgent, preferable, vital, advisable等,例如It is necessary that you listen to the teacher carefully.或者It is essential that you be able to pronounce every single word correctly.
⒉ 在It's (high/about) time 之后的定語從句中需用虛擬語氣 。謂語動詞用過去式,例如It is high time that you went to school
⒊ 虛擬語氣在as if / as though 引導的方式狀語從句中的應用(謂語動詞形式與wish后的賓語從句基本相同)表示與現在事實相反或對現在情況有懷疑,謂語動詞用過去式 。例如:He felt as if he alone were responsible for what had happened. 表示過去想象中的動作或情況,謂語動詞用過去完成式 。
⒋ 在lest 引導的狀語從句中,謂語動詞多用虛擬語氣,(should )+ 動詞原形 。例如: The mad man was put in the soft-padded cell lest he injure himself.(1998年1月四級第38題)
⒌ 在if only 引起的感嘆句中需用虛擬語氣 。謂語動詞用過去式或過去完成式 。例如: Look at the terrible situation I am in! if only I had followed your advice.


虛擬語氣:表示動作或狀態不是客觀存在的事實,而是說話人的主觀愿望、假設或推測等 。如:
①If I were a bird, I could fly in the air.如果我是一只小鳥,我就能在空中飛行 。
②I wish I could pass the examination.我希望我能通過考試 。
③May you succeed!祝您成功!
虛擬語氣在語法里算得上是個難點 。讓我們就從最簡單的開始吧 。

虛擬語氣詳解運用:

簡單句中的虛擬語氣

一、情態動詞的過去式用于現在時態時,表示說話人的謙虛、客氣、有禮貌、或委婉的語氣,常用于日常會話中 。如:
⑴.Would you be kind enough to show me the way to the post office?請你告訴我去郵局的路好嗎?
⑵.It would be better for you not to stay up too late.你最好別熬夜到很晚 。
二、表祝愿 。
1、常用“may+動詞原形”表示祝愿,但愿,此時may須置于句首(多用于正式文體中) 。
⑴、May good luck be yours!祝你好運!
⑵、May you be happy!祝你快樂!
⑶、May you do even better!祝你取得更大成就!
⑷、May you have a good time. 祝愿你玩的痛快 。
⑸、May the friendship between us last long. 祝愿我們的友情天長地久 。
⑹、May you be happy. (注意那個be ) 祝你幸福 。
2、用動詞原形 。例如:
(1).Long live the people! 人民萬歲!
(2).“God bless you,”said the priest.牧師說:“愿上帝保佑你!”
(3).Have a good journey! 祝愿你旅途愉快!
三、表示強烈愿望 。(該類型虛擬語氣謂語僅用動詞原形,第三人稱單數也不加“s”)
(1).God save me.
(2).Heaven help us.
四、表命令
1.命令虛擬語氣只能用在第二人稱(you),而且通常省略主語(也就是you) 。
2.句子尾通常加上感嘆號:!
3.虛擬語氣動詞用一般現在時態(Simple Present),如:work, be , go
4.否定形式的命令語氣,可用助動詞do,加上not 。
(1). Work !
(2). Work harder !
(3). Be more alert ! (虛擬語氣動詞Be)
(4). You go out !
(5). Do not work so hard. (do not 表示否定的虛擬語氣)
(6). Don't be afraid. (口語中常用don't 代替do not)
五、在一些習慣表達中 。如:
(1).You’d better set off now.你最好現在就出發 。
(2).I’d rather not tell you the secret.我情愿不告訴你這個秘密 。
第三部分:名詞性從句中的虛擬語氣
第一節:賓語從句(Subordinate Clasue)中的虛擬語氣
一、在動詞wish后的賓語從句中的虛擬語氣
在動詞wish后的賓語從句中的虛擬語氣,常省去賓語從句的引導詞that 。
一)、對現在情況的虛擬(與現在的事實相反):
從句用過去式或過去進行式(時間上是同時的) 。其句子結構為:賓語從句的謂語be和were(was),實義動詞用過去式 。例:
1. I wish (that可省略,下同)I knew the answer to the question.(wish, 動詞過去式knew)我希望知道這個答案 。(事實上是不知道)
2. I wish it were spring in my hometown all the year around.(wish, were)但愿我的家鄉四季如春 。(事實上不可能)
3. I wish I were a bird.(wish, were)但愿我是只小鳥 。(事實上不可能)
4. When she was at the party,she wished she were at home.(wished,過去虛擬動詞were)(事實上并不在家)
5. Now that he is in China, he wishes he understood Chinese.(wishes,過去虛擬動詞understood)
現在他在中國,他希望能懂得中文 。(事實上并不懂)
6. When we begin the trip, they will wish they were with us.(will wish,過去虛擬動詞were)(事實上并不和我們在一起)
二)、對過去情況的虛擬(和過去的事實相反):
用wish表示對過去事情的遺憾 。其句子結構為:賓語從句的謂語用過去完成時,或would, could, might+現在完成時 。例:
1. I wish (that可省略,下同)I hadn't wasted so much time.
我后悔不該浪費這么多時間 。(事實上已浪費了)
2. He wishes he hadn't lost the chance.
他真希望沒有失去機會 。(其實已失去)
3. We wished he had spoken to us.
(wished,had + spoken)(事實上他并沒同我們講)
4. I wish you had called earlier.
(wish, had + called)(事實上已遲了)
5. They will wish they had listened to us sooner.
(will wish,had + listened)(事實上并不如此)
例題分析:I wish I ______ longer this morning, but I had to get up and come to class.
A. could have slept B. slept C. might have slept D. have slept
動詞wish后面接從句,表達不可能實現或與事實相反的情況時,謂語動詞要用虛擬語氣,即用過去式(表示現在發生的動作)或過去完成式(表示過去發生的動作) 。本題后半句謂語動詞have用的是過去時had
to get up and come, 所以前面要用過去完成時表示過去發生的動作 。所以, 選項A)could have slept是答案
三)、對將來情況的虛擬(表示將來的主觀愿望):
從句動詞"would/should/could/might + 動詞原形"(時間上較后)(請注意:主句和從句的主語不相同) 。用wish表示對將來事情的愿望 。例:
1. I wish it would stop raining.(虛擬動詞would+動詞原形stop)
我希望雨能停止 。(事實上雨還在下著呢)
2. I wish you would be quiet.(would + be)
我希望你安靜一些 。(事實上那家伙還在吵著呢)
3. You wished she would arrive the next day.(would + arrive)
你希望她第二天會到 。(事實上她還沒到)
4. I wish she would change her mind.(would + change)
我希望她會改變主意 。(呵呵,女孩子可沒那么容易就改變主意喔)
5. He will wish we would join him the following week.(would + join)
(只是希望我們和他在一起,實際上還沒在一起)
四)、注意:
1.如果將wish改為過去式wished, 其后that 從句中的動詞形式不變 。例如:
I wished I hadn't spent so much money.
我要是那時沒有花掉那么多錢就好了 。
2. 如果that 從句中用would , 一般表示對現狀不滿或希望未來有所改變或請求
I wish he would answer my letter.
I wish prices would come down.
I wish you would help me.
I wish you would stop asking silly questions.

二、在表示建議、命令、要求、忠告等動詞的后面的賓語從句中的虛擬語氣
由于這些動詞本身隱含說話者的主觀意見,認為某事應該或不應該怎樣,這些詞語后面的“that”從句應用虛擬語氣,且均以“should+動詞原形”表示這種語氣,但事實上“should”常被省略,故此從句中謂語動詞用原形,常用的此類動詞有:
表示“要求”的:ask, desire, request, demand, require, beg
表示“提議、勸告、建議”的:move, prpose, suggest, recommend, advise, vote
表示“決定、命令”的:decide, order
表示“主張”的:maintain, urge
表示“同意、堅持”的:consent, insist
例如:
1.The doctor suggested that he (should) try to lose his weight.
2.He insisted that we (should ) tell him the news.
3.When I suggested that he try shaving cream, he said, “The razor and water do the job. ”(當我建議他用刮胡膏時,他說“剃刀和水就行了” 。)
4.He pursued various theories for several days until I suggested we take the toy apart to see how it did work. (他費了幾天功夫尋找理論根據,直到我建議拆開看看它是如何轉動的 。)
5.One can suggest that students should spend two or three years in an English�speaking country. (我們建議學生應在說英語的國家呆上兩三年 。)
在表示命令、建議、要求等一類動詞后面的從句中虛擬語氣很普遍,其結構如:
order, suggest, propose, require, demand, request, insist, command, insist +... (should) do
6.I suggest that we (should) hold a meeting next week.
7.He insisted that he (should ) be sent there.
但注意:在insist 后的從句中, 如果是堅持自己, 用陳述語氣, 堅持別人做什么事情, 用虛擬語氣.
8.she insists that she is right.
9.she insisted that I should finish the work at once.
或者說,suggest, insist不表示建議或堅持要某人做某事時,即它們用于其本意暗示、表明、堅持認為時,賓語從句用陳述語氣 。
10.The guard at gate insisted that everybody obey the rules.
三、在expect, believe, think, suspect等動詞的否定或疑問形式后的賓語從句中的虛擬語氣
在expect, believe, think, suspect等動詞的否定或疑問形式后的賓語從句中,我們經常用“should+動詞原形(或完成形式)”,表示驚奇,懷疑,不滿等 。
I never thought that he should be such a brave young soldier.
我們從來沒想到他是個如此勇敢的小戰士 。
四、would rather,would sooner,had rather,would (just) as soon,would prefer之后的賓語從句中的虛擬語氣
would rather , would sooner, had rather, would (just) as soon,would prefer(希望)也用來表達主觀愿望,它們之后的賓語從句中需用虛擬語氣 。謂語動詞用過去式表示現在或將來,用過去完成式表示與過去事實相反 。表示”寧愿做什么”或"對過去做的事的懊悔" 。
(1).I would rather he came tomorrow than today.
(2).John would rather that she had not gone to the party yesterday evening.
(3).Don' t live in the world, I would rather( I would just as soon) you die.
(4).I would rather you go tomorrow.
(5).I would rather everything hadn' t happened in the past.
(6).The manager would rather his daughter did not work in the same office.經理寧愿她女兒不與他在同一間辦公室工作 。
(7).To be frank,I'd rather you were not involved in the case.坦率地說,我希望你不要卷入這件事 。
(8).You don't have to be in such a hurry.I would rather you went on business first.你沒有必要這么著急,我寧愿你先去上班 。
(9).I'd rather you didn't make any comment on the issue for the time being.我倒希望你暫時先不要就此事發表意見 。
(10).Frankly speaking,I'd rather you didn't do anything about it for the time being.坦白地說,我寧愿你現在對此事什么也不要做 。
(11).Wouldn't you rather your child went to bed early?為什么你不愿讓你的孩子早點上床呢?
(12).I would just as soon you had returned the book yesterday.我真希望你昨天把這本書還了 。

注:①若某人愿自己做某事,would rather后用動詞原形
I would rather stay at home today.
②would rather...than...中用動詞原形
I would rather stay at home than go out today.
五、“had hoped”后的賓語從句中的虛擬語氣
用“had hoped”表示原來希望做到而實際上未能實現的事情,其賓語從句的謂語用“would+動詞原形” 。
I had hoped that she would go to the U.S. and study there, but she said she liked to stay in China.我原本希望她到美國去念書,但她說她喜歡留在中國 。

主語從句中的虛擬語氣
一、“It is (was)+形容詞(或過去分詞)+that……”結構中的虛擬語氣
在形如“It is (was)+形容詞(或過去分詞)+that……”結構中,使用某些表示愿望、建議、請求、命令、可能、適當、較好、迫切、緊近、重要等形容詞后的主語從句的謂語也用虛擬語氣 。其表達形式為should +動詞原形或省略should直接用動詞原形(美國英語中省去should)
常用的形容詞:* natural (自然的), appropriate (適當的),advisable (合適的), preferable (更可取的), better (更好的)* necessary (必須的), important (重要的), imperative (急需的), urgent (急迫的), essential (本質的), vital (必不可少的)* probable (很可能的), possible (可能的)* desirable (極好的)advisable(合理的),compulsory(必須的),crucial(緊急的),desirable(理想的),essential(必要的),imperative(迫切的),incredible(驚人的),necessary(必要的),possible(可能的),strange(奇怪的),urgent(緊迫的) 。
常用的過去分詞(Past Participle):* required (需要的), demanded (要求), requested (被請求的), desired (要求)* suggested (建議), recommended (推薦)* orderd (命令)
1. It is necessary that we (should 可省略,下同)have a walk now.(necessary, should + have) (表示有需要去散步)
2.It was necessary that we (should) make everything ready ahead of time.(necessary, should + make) (表示有必要事先做好準備)
3. It is required that nobody (should) smoke here.(required, should + smoke) (表示要求不要在此抽煙)
4. It is important that every pupil (should) be able to understand therule of school.(important, should + be) (表示重要的是學生都能了解校規)
5. It's important that we (should) take good care of the patient.(important, should + take) (表示重要的是照顧好病人)
6. It is natural that she should do so. (形容詞natural, should+動詞原形do)
7.It is essential that these application forms be sent back as early as possible.這些申請表應盡早地寄回,這是很重要的 。
8.It is vital that enough money be collected to fund the project.重要的是募集足夠的錢,為這個項目提供資金 。
9.It is desired that we(should)get everything ready this evening.希望我們今晚一切都準備就緒 。
注:在上述所列形容詞后面用that引出的賓語從句中,謂語動詞也要用虛擬語氣 。
10.I don't think it advisable that Tom be assigned to the job since he has no experience.湯姆缺乏經驗,指派他做這項工作我認為是不恰當的 。

二、在It is +名詞+that…的主語從句中的虛擬語氣
在It is +名詞+that的主語從句中,常用虛擬語氣,表示建議、命令、請求、道歉、懷疑、驚奇等 。這類名詞
有:advice,decision,desire,demand,idea,motion,order,pity,preference,proposal,recommendation,
requirement,resolution,shame,suggestion,surprise,wish,wonder等 。
⑴、It is my proposal that he be sent to study further abroad.我建議派他去國外進一步學習 。

虛擬語氣用在表語從句或同位語從句中
當某些表示建議、請求、命令等主觀意向的名詞作主語時,其后的表語從句或同位語從句需用虛擬語氣,其表達形式為should +動詞原形或直接用動詞原形 。這類名詞常見的有:
demand (要求), desire (請求),requirment (要求)
advice (勸告), recommendation (建議),suggestion (建議)
order (命令)
necessity (必要地), preference (優先)
proposal (計劃), plan (計劃), idea (辦法),
recommendation以及plan,idea,resolution等 。
We are all for your proposal that the discussion be put off.我們都贊成你提出的將討論延期的建議 。
The suggestion that the mayor present the prizes was accepted by
everyone.由市長頒發獎金的建議被每個人接受 。
⑴、 The advice is that we (should 可省略,下同) leave at once.
(名詞advice,should + leave) (表示加以勸告)
⑵、 My idea is that we (should) get more people to attend the
conference.
(idea, should + get) (表示做出主意)
⑶、 I make a proposal that we (should) hold a meeting next week.
(proposal, should + hold) (表示做出計劃)
⑷、 The judge assented to the suggestion that .
〔A〕both of the criminals will soon be set freedom
〔B〕some of the criminals there are of guilt only
〔C〕the girl was to be paroled in the custody of a welfare society
〔D〕the prisoner be sentenced to death

希望這些對你有幫助!

關于argue這個單詞的講解argue有堅持,主張的意思.詳見下面解釋:
To attempt to prove by reasoning; maintain or contend:
堅持,主張:列舉證明極力列舉理由以證明;堅持或主張:
例:The speaker argued that more immigrants should be admitted to the country.
講演者舉出理由證明應該允許更多的移民入境
此句應翻譯為:科學家們極力主張地球是圓的.

英語語法問題maintain和keep區別是什么maintain [mein'tein] vt.維持;維修,保養;堅持;斷言
keep [ki:p] n.生計,維持v.保持,保存,維持
首先,keep多用于保持某種狀態,保持健康等maintain多用與,維持平衡,維持關系等,放中文里,兩者就是保持與維持的關系,這個是它們最主要的區別..

keep和maintain用法有什么區別,為什么保持樂觀要用maintain而不是keep?maintain [mein'tein] vt. 維持;維修,保養;堅持;斷言 keep [ki:p] n. 生計,維持 v. 保持,保存,維持首先,keep多用于保持某種狀態,保持健康等 maintain多用與,維持平衡,維持關系等,放中文里,兩者就是保持與維持的關系,這個是它們最主要的區別 。

maintain和keep區別是什么區別:
1)Maintain 系統正式用語 。側重表示小心使用及經常加以維護或補充使之“保持”正常狀態 。
如:We have to maintain the house in good condition.
我們必須使這幢房子保持完好無損 。

2)keep 表示“保持”某一狀態或“保持”某物完好無損 。
如:
A refrigerator keeps food fresh.
冰箱可以使食品保持新鮮 。

maintain和keep一樣嗎不完全一樣,有點像,maintain比較正規,專業,keep比較口語化

maintain和sustain怎么區分?用法上有什么不同呢詞義就有些不同啦,MAINTAIN是維護,SUSTAIN是維持啊

maintain和sustain的區別maintain是“維護”,如果說maintain某設備,就是說要經常修修補補
sustain是“支持”,如果說sustain某設備,就是說拿根柱子頂著它,不頂著設備就垮掉了
另外sustain有“經受”的意思,比如說sustain some damage,精銳教育老師解答

sustain,maintain和retain的區別
maintain用法

文章插圖

一、釋義不同1、sustain:vt. 支持;承受;維持;認可;經受2、maintain:vt. 維持;維修;保養;堅持;斷言3、retain:vt. 保持;保留;記?。黄刚埗?、引申不同1、sustain:引申為“經受” 。還可表示“確認…正當有效”、“準許” 。2、maintain:引申可表示“堅持”、“主張”、“供給”、“贍養”等 。3、retain:可用于指保留貴重的物品,老人保持活力,記憶中保持一定的事實等 。三、側重不同1、sustain:強調始終不渝地支撐或保持 。2、maintain:指保持某種狀況或狀態,給予所需的力量,以防力量、價值等有所損失3、retain:指繼續保持 。
maintain和sustain的區別maintain vt是保持、維修、堅持、供養的意思
contain vt是包含、控制的意思 。vi表示自制 。
sustain vt是承受、撐住、維持、長期保持的意思 。
基本來說他們的差別還是蠻明顯的 。用心記一下應該不會用錯 。

sustain,maintain和retain的區別第一個是維持的意思,第二個偏重堅持的意思,第三個是保持的意思,三個詞的意義相近,在使用的時候要結合具體的語境 。

maintaining和maintainance做名詞時區別?maintaining做動名詞主語,而maintainance則直接做主語 。就是用動名詞形式(即ing)做句子的主語(后面需要接其他詞,如名詞或名詞短語,整個做主語),例如maintaining an adequate food suplyis of great significance to social stability. 和 In the future the machines will need spare parts and maintenance.
或者說
maintenance強調狀態,而maintaining強調動作 。
望采納 。。。謝謝!

“對……的態度”用英文怎么翻譯
maintain用法

文章插圖

【maintain用法】attitude后常接towards/to,指“對……的態度,看法”Attitude 英 ['ætɪtjuːd]美 ['ætɪtuːd]n. 態度;看法;姿勢形容詞: attitudinal詞語用法n. (名詞)attitude的基本意思是“態度,看法”,指一個人的態度、心態、感覺及想法等,作此解時常與介詞to或towards連用,表示“對…的態度或看法” 。attitude也可作“姿態,姿勢”解,是正式用語 。例句用作名詞 (n.)1、We must maintain a firm attitude.我們必須采取堅定的態度 。2、She shows a very positive attitude to her work.她工作態度非常積極 。擴展資料:近義詞的用法posture 英 ['pɒstʃə(r)]美 ['pɑːstʃər]n. 姿勢;情形形容詞: postural 名詞: posturer 詞匯搭配readiness posture 戰備狀態defence posture 防御態勢 forced posture 強迫體位sitting posture 坐姿例句用作名詞 (n.)Only humans have a natural upright posture.只有人類才有自然直立的姿勢 。