英语人>词典>英汉 : set的中文,翻译,解释,例句,音标,同义词,反义词,相关词组,情景对话,拼写相似词汇
set的中文,翻译,解释,例句,音标,同义词,反义词,相关词组,情景对话,拼写相似词汇

set [set]

第三人称单数:[sets]  动词过去式:[set]  过去分词:[set]  现在分词:[setting]  
set的基本解释
vt.

放, 安置, 放置, 设定, 使凝结, 点燃, 确定, 点缀, 使就位, 树立, 分配, 调整

  • She had her hair set.
  • 她把头发做成波浪形。
  • Bob set us a good example.
  • 鲍伯为我们树立了一个好榜样。
  • The moon is setting.
  • 月亮正在落下。
vi.

日落, 凝固, 定型, 搁住, 结果, 适合

  • His body has set.
  • 他的身体已发育成熟了。
n.

一套, 一副, 组合, 集合, 装置, 一批, 布景

  • Everyone must be on the set ready to begin filming at 10 o'clock.
  • 每个人都必须到达布景地准备10点钟开拍电影。
adj.

规定的, 固定的, 决心的, 故意的, 持久的, 老套的, 准备好的

相似词
set的同义词
v. put · fix · adjust · set up · place · position · regulate · arrange · determine
set的反义词
vi. rise
与set相关的词组
set in:开始, 到来
set off:出发, 衬托
set to:开始认真干, 开始大吃, 争吵起来
set up:设立
set at:袭击
set by:把...留开
set over:置于...上, 指派...管理, 移交
set up as:当上了...., 干...的工作
set about:开始
set oneself against:坚决反对
set on:攻击, 怂恿
set before:放在...面前
set down:放下, 记下
be hard set:凝固
set apart:使分离, 留出
set forward:提出
set out:出发, 开始
与set相关的情景对话
商务外贸 / 参观
A:

Would you like to go through our factory some time?

什么时候来看看我们的工厂吧?

B:

That‘s a good idea.

好啊。

A:

I can set up a tour next week.

我可以安排在下个礼拜参观。

B:

Just let me know which day.

决定好哪一天就告诉我。

衣食住行 / 在理发店
A:

What kind of permanent would you like to have?

您想烫什么样的发型?

B:

What kinds do you have?

你们能烫什么样的发型?

A:

Oh, we have quite a varity:regular, cold perm, straight perm, pin curl and foam.

啊,我们能烫很多种类:普通的、汽烫、直发烫、卷发和泡沫烫。

B:

Last time I tried a pin curl perm and a foam permanent. Set the wave a little looser than usual, please.

我上次躺了卷发,觉得太卷了。今天不妨试试泡沫烫。你把波浪弄的比以往松些。

衣食住行 / 生活对话
A:

Thank you for bringing me. This is great!

谢谢你带我来,太棒了!

B:

Rose, do you see? Herb and Don are over there.

柔丝,你看到没,赫伯跟唐在那里。

A:

Uh huh. I can't believe it! You're trying to set up Herb and me.

喔,我真不敢相信!你想撮合我跟赫伯。

B:

Let's sit with them.

我们去跟他们坐在一起。

A:

Ms. Matchmaker, Herb and I just aren't written in the stars.

媒人婆,赫伯和我根本没缘分。

B:

Who knows? Come on!

谁说的?来嘛!

set所属的单词分类
Math & Number / 数学与数字 [192]

y-coordinate  ·  long division  ·  kilo-  ·  x-coordinate  ·  scientific notation  ·  greater than  ·  Venn diagram  ·  q.e.d.  ·  greater  ·  y-axis

更多 网络例句 与set相关的网络例句 [注:此内容来源于网络,仅供参考]

For an abitrary set X, appropriate order relations on WCL (the set of all weak closure operators), WIN (the set of all weak interior operators), WOU (the set of all weak exterior operators), WB (the set of all weak boundary operators), WD (the set of all weak derived operators), WD*(the set of all weak difference derived operators), WR (the set of all weak remote neighborhood system operators) and WN (the set of all weak neighborhood system operators) can be defined respectively, which make WCL, WIN, WOU, WB, WD, WD*, WR and WN to be complete lattices that are ismorphic to CS(X,CS is the set of all closure systems on X.

证明了可以在WCL(X上的弱闭包算子的全体)、 WIN(X上的弱内部算子的全体)、 WOU (X上的弱外部算子的全体)、 WB (X上的弱边界算子的全体)、WD、 WD*(X上的弱差导算子的全体)、 WR(X上的弱远域系算子的全体)和WN(X上的弱邻域系算子的全体)上定义适当的序关系,使它们成为与CS(X,〖JX-*5[JX*5]同构的完备格其中CS(X是给定集合X上的闭包系统的全体。

A set is "less than" another set if and only if the first set is a proper subset of the second set, and a set is "greater than" another set if and only if the first set is a proper superset of the second set.

只有当第一个集合是第二个集合的严格子集时,我们才称第一个集合"小于"第二个集合,同理,只有当第一个集合是第二个集合的严格超集时,我们才称第一个集合"大于"第二个集合。

To declare what we can do with a set, we start a header file Set.h:#ifndef SET_H #define SET_H extern const void * Set; void * add (void * set, const void * element); void * find (const void * set, const void * element); void * drop (void * set, const void * element); int contains (const void * set, const void * element);#endif The preprocessor statements protect the declarations: no matter how many times we include Set.h, the C compiler only sees the declarations once.

宣布我们能做些什么用一套,我们开始一个头文件Set.h :# ifndef SET_H #定义SET_H 外部构造无效*设置;无效*地址(无效*一套,无效*常量元素);无效*找到(常量无效*一套,无效*常量元素);无效*下降(无效*一套,无效*常量元素);国际载(常量无效*一套,无效*常量元素);# endif 预报表保护声明:无论多少次我们包括Set.h , C编译器将只看到申报一次。

更多网络解释 与set相关的网络解释 [注:此内容来源于网络,仅供参考]

set:套

邮票存在"套"(Set)的概念,每套邮票有单枚为一套,也有同时发行的若干种面值、图案的邮票组成一套. >对"套"的定义为:"全套邮票计量单位的简称. 一次确定选题的1枚或若干枚邮票组合的计量单位".

set:设置

按"设置"(SET)键进入内容设置,以"设置"(SET)键选择设置年、月、日、时、分及12/24小时制式. 以"上翻"(UP)、"下翻(DOWN)"键调整该内容.

set:盘

网球比赛计分法是由分(Point)、局(Game)、盘(Set)所组成否则6比6平手后必须以决胜局(Tie Breaker)决定该盘胜负,决胜局中双方轮流发球,以往末发明决胜局以前,每一盘(Advantage Set)均需领先对手两局以上才能赢得该盘,

set:布景

走上了观众席,我们的面前就是布景(Set)了. 现场有一个主持人,给我们介绍了一下整个Set的布局. 中间的是一个固定布景(Fixed Set),是长期搭着不动的. 整个Set就是Leonard和Sheldon的家的客厅,电梯过道,以及对面Penny家的客厅.

set:abbr. security electronic transaction; 安全电子交易

加载更多网络解释 (23)