keep(英文動詞)

本詞條是多義詞,共2個義項
更多義項 ▼ 收起列表 ▲

keep是一個常用英語單詞,既可以做及物動詞也可以做不及物動詞。

基本介紹

  • 中文名:keep
  • 短語: keep a seat
  • 注意:keep還是程式里的一個常用函式
  • 釋義為:保持
英文釋義,計算機函式,智慧型報警器,

英文釋義

用作及物動詞(1)保留、保存、保持、留下
e.g. We'd better keep a seat for him.
我們最好給他留個座位。
He kept all the money in the bank.
他把所有的錢都存入了銀行。
(2)履行(諾言)遵守
e.g. One should keep one's promise.
一個人應當遵守自己的諾言。
Everybody must keep the law.
人人都必須守法。
(3)贍養,養活,飼養
e.g. He has a large family to keep.
他有一大家人要養活。
The old man kept many animals like dogs, pigs and cats.
這位老人養了許多動物,像狗、豬、還有貓等。
(4)經營,管理
e.g. He kept a hotel in this city.
在這座城市裡,他開了一家旅店。
She is good at keeping house.
她擅長管理家務。
(5)保守(秘密),記(日記、帳)
Mary keeps a diary every day
瑪麗天天記日記。
You must keep secrets for your friends.
你必須為你的朋友們保守秘密
(6)慶祝;守(宗教節日等)
e.g. All of the people keep the Spring Festival in our country.
我國所有的人都慶祝春節。
Some of them keep birthdays.
他們中有些人慶祝生日。
(7)使……處於某種狀態(情況)
在這種情況下,keep常跟複合結構(keep+賓語+補語)。用作賓語補足語常見的詞有現在分詞、過去分詞、形容詞、副詞以及介詞短語。
e.g. He kept me waiting for half an hour.
他讓我等了半個小時。
Keep your mouth shut and your eyes open.
少說話,多觀察。
The doctor kept me in for a week.
醫生一周沒讓我出去。
He always keeps his books in good order.
他總是把書放得整整齊齊。
.keep +形容詞
keep+sth/sb +形容詞
keep +doing 一直做某事.keep ...from doing ...阻止做某事.
keep a pet 飼養一個寵物
How long may I keep this book keep指借.
用作不及物動詞
(1)保持、繼續(處於某種狀態)(keep為連繫動詞)
e.g. Please keep quiet.
請保持安靜。
We're keeping in very good health.
我們身體非常好。
(2)(食物)保持良好狀態
e.g. Will this fish keep till tomorrow?
這魚能放到明天嗎?
C、keep構成的一些短語
keep (sb.) away (from sth.)(使)某人離開(某物)
keep sb. from doing sth. 阻止某人做某事
keep sth. in mind 記住(某事物)
keep sb./ sth. out (of sth.) 不讓……入內
keep back 忍住(眼淚),扣下,隱瞞
keep in touch with 與……保持聯繫
keep (on) doing sth. 繼續做某事
keep off 遠離,避開,讓開
keep on 穿戴著。。。;使(燈等)一直開的。
keep out 使留在外面
keep up 保持(不低落),繼續
keep up with 跟上,不落在後面
both and既...且...;...和...都
both of兩者(都);兩個(都);雙方(都)
neither nor既不...也不;也不
neither of(兩者之中)無一個
either or或者
either of (兩者之中)任何一個

計算機函式

函式名: keep
功 能: 退出並繼續駐留
用 法: void keep(int status, int size);
程式例:
/***NOTE:
This is an interrupt service routine. You
can NOT compile this program with Test
Stack Overflow turned on and get an
executable file which will operate
correctly. Due to the nature of this
function the formula used to compute
the number of paragraphs may not
necessarily work in all cases. Use with
care! Terminate Stay Resident (TSR)
programs are complex and no other support
for them is provided. Refer to the
MS-DOStechnical documentation
for more information. */
#include
/* The clock tick interrupt */
#define INTR 0x1C
/* Screen attribute (blue on grey) */
#define ATTR 0x7900
/* reduce heaplength and stacklength
to make a smaller program in memory */
extern unsigned _heaplen = 1024;
extern unsigned _stklen = 512;
void interrupt ( *oldhandler)(void);
void interrupt handler(void)
{
unsigned int (far *screen)[80];
static int count;
/* For a color screen the video memory
is at B800:0000. For a monochrome
system use B000:000 */
screen =MK_FP(0xB800,0);
/* increase the counter and keep it
within 0 to 9 */
count++;
count %= 10;
/* put the number on the screen */
screen[0][79] = count + '0' + ATTR;
/* call the old interrupt handler */
oldhandler();
}
int main(void)
{
/* get the address of the current clock
tick interrupt */
oldhandler = getvect(INTR);
/* install the new interrupt handler */
setvect(INTR, handler);
/* _psp is the starting address of the
program in memory. The top of the stack
is the end of the program. Using _SS and
_SP together we can get the end of the
stack. You may want to allow a bit of
saftey space to insure that enough room
is being allocated ie:
(_SS + ((_SP + safety space)/16) - _psp)
*/
keep(0, (_SS + (_SP/16) - _psp));
return 0;
}

智慧型報警器

防丟、防忘、防遺漏、防水的Keep。Keep是採用最新藍牙4.0版本高效低功耗無線連線技術,創造性的開發出防丟與遙控功能於一體的多功能產品。
keep(英文動詞)
設備與具備藍牙4.0功能的主流智慧型手機成功連線後,用戶手機與Keep超出設定連線距離時,手機開始震動和響鈴提醒用戶,且藍牙防丟器開始啟動報警聲及閃光提示,以便用戶發現和查找位置。除此之外Keep在與手機保持連線的狀態下,還具備遙控手機拍照、錄音、錄影、尋找汽車、手機照明等功能。

相關詞條

熱門詞條

聯絡我們