英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

adjoin    音标拼音: [ədʒ'ɔɪn]
v. 毗邻,邻接,靠近,贴近

毗邻,邻接,靠近,贴近

adjoin
v 1: lie adjacent to another or share a boundary; "Canada
adjoins the U.S."; "England marches with Scotland" [synonym:
{border}, {adjoin}, {edge}, {abut}, {march}, {butt}, {butt
against}, {butt on}]
2: be in direct physical contact with; make contact; "The two
buildings touch"; "Their hands touched"; "The wire must not
contact the metal cover"; "The surfaces contact at this
point" [synonym: {touch}, {adjoin}, {meet}, {contact}]
3: attach or add; "I adjoin a copy of your my lawyer's letter"

Adjoin \Ad*join"\, v. t. [imp. & p. p. {Adjoined}; p. pr. & vb.
n. {Adjoining}.] [OE. ajoinen, OF. ajoindre, F. adjoindre,
fr. L. adjungere; ad jungere to join. See {Join}, and cf.
{Adjunct}.]
To join or unite to; to lie contiguous to; to be in contact
with; to attach; to append.
[1913 Webster]

Corrections . . . should be, as remarks, adjoined by
way of note. --Watts.
[1913 Webster]


Adjoin \Ad*join"\ ([a^]d*join"), v. i.
1. To lie or be next, or in contact; to be contiguous; as,
the houses adjoin.
[1913 Webster]

When one man's land adjoins to another's.
--Blackstone.
[1913 Webster]

Note: The construction with to, on, or with is obsolete or
obsolescent.
[1913 Webster]

2. To join one's self. [Obs.]
[1913 Webster]

She lightly unto him adjoined side to side.
--Spenser.
[1913 Webster]

76 Moby Thesaurus words for "adjoin":
abut, abut on, add, affix, agglutinate, annex, append, appose,
attach, be contiguous, be in contact, befringe, bind, border,
border on, bound, bring near, burden, butt, communicate,
complicate, conjoin, connect, decorate, edge, encumber, end,
enframe, frame, fringe, glue on, hem, hitch on, infix, join,
join with, juxtapose, juxtaposit, lap, lie by, line, list, march,
marge, margin, marginate, meet, neighbor, ornament, paste on, plus,
postfix, prefix, purfle, purl, put with, rim, run into,
saddle with, set off, side, skirt, slap on, stand by, subjoin,
suffix, superadd, superpose, tack on, tag, tag on, touch, trim,
unite with, verge, verge upon


请选择你想看的字典辞典:
单词字典翻译
Adjoin查看 Adjoin 在百度字典中的解释百度英翻中〔查看〕
Adjoin查看 Adjoin 在Google字典中的解释Google英翻中〔查看〕
Adjoin查看 Adjoin 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • python的话pycharm和idle有什么区别吗,为什么idle写的代码 . . .
    最上层的窗口为IDLE,下层窗口是Win10的记事本 你会发现IDLE像极了记事本,简单总结IDLE就是记事本(里面的代码可以有颜色(这个功能叫代码着色))+python shell(也就是python命令行)+运行功能(也就是run,你可以把代码以脚本的形式运行)。
  • Python右键打开如何添加Edit with IDLE选项-百度经验
    Python右键打开如何添加Edit with IDLE选项,Pytho右键打开如何添加EditwithIDLE选项。 经验内容仅供参考,如果您需解决具体问题 (尤其法律、医学等领域),建议您详细咨询相关领域专业人士。
  • Python IDLE代码颜色主题下载 - CSDN社区
    以下内容是CSDN社区关于Python IDLE代码颜色主题下载相关内容,如果想了解更多关于下载资源悬赏专区社区其他内容,请访问CSDN社区。
  • Python IDLE使用方法详解(包含常用快捷键)
    Python IDLE常用快捷键 在程序开发过程中,合理使用快捷键不但可以减少代码的错误率,而且可以提高开发效率。 在 IDLE 中,可通过选择“Options -> Configure IDLE”菜单项,在打开的“Settings”对话框的‘Keys”选项卡中查看,但是该界面是英文的,不便于查看。
  • System Idle Process占用率高怎么办 - 百度经验
    System Idle Process占用率高怎么办,在Widow中有一个进程SytemIdleProce,很多网友发现SytemIdleProce在电脑没有被怎么使用的时候反而占用率很高,这时候很多网友就不知道该怎么办了。那么,SytemIdleProce占用率高究竟是怎么一回事情呢?请看:
  • 关于使用Dcm4che实现CFindSCP以及CMoveSCP的问题 . . .
    以下内容是CSDN社区关于关于使用Dcm4che实现CFindSCP以及CMoveSCP的问题相关内容,如果想了解更多关于Java社区其他内容,请访问CSDN社区。
  • IDLE如何清屏? - 知乎
    原文链接: python idle 清屏问题的解决 在学习和使用python的过程中,少不了要与Python IDLE打交道。 但使用 Python IDLE 都会遇到一个常见而又懊恼的问题——要怎么清屏? 答案是为IDLE增加一个清屏的扩展ClearWindow就可以了(在 Issue 6143: IDLE 中可以看到这个扩展的说明)。
  • 教你怎么设置Python IDLE的行号显示 玩转IDLE-百度经验
    其实IDLE提供了一个显示所有行和所有字符的功能。 我们打开IDLE shell或者IDLE编辑器,可以看到左下角有个Ln和Col,事实上,Ln是当前光标所在行,Col是当前光标所在列。 我们如果想得到文件代码有多少行,我们可以直接移动光标到行末,以此来得到一个行数。
  • 详解PCIE物理层控制字符和ordered set-CSDN社区
    以下内容是CSDN社区关于详解PCIE物理层控制字符和ordered set相关内容,如果想了解更多关于芯片设计验证社区其他内容,请访问CSDN社区。
  • python新手入门使用自带的IDLE、用pycharm还是visual studio
    补充: 首先感谢大家的讨论!在这里基于大家的讨论,补充一下~ 因为使用Anaconda中内置的JupyterNotebook可以减少没接触过代码的新人们更好的使用Python,而不会因为一些配置什么的打击积极性。 当然确实有比Jupyter更易于新人上手的编程环境,那就是Python自带的 IDLE,如下图所示





中文字典-英文字典  2005-2009