英文字典中文字典


英文字典中文字典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       







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

contact    音标拼音: [k'ɑnt,ækt]
n. 互通信息,交际,互通意见,接触
vi. 接触,会晤,交际
vt. 使接触
a. 有联系的

互通资讯,交际,互通意见,接触接触,会晤,交际使接触有联系的

contact
触点断开

contact
接触 接头

contact
n 1: close interaction; "they kept in daily contact"; "they
claimed that they had been in contact with extraterrestrial
beings"
2: the act of touching physically; "her fingers came in contact
with the light switch" [synonym: {contact}, {physical contact}]
3: the state or condition of touching or of being in immediate
proximity; "litmus paper turns red on contact with an acid"
4: the physical coming together of two or more things; "contact
with the pier scraped paint from the hull" [synonym: {contact},
{impinging}, {striking}]
5: a person who is in a position to give you special assistance;
"he used his business contacts to get an introduction to the
governor" [synonym: {contact}, {middleman}]
6: a channel for communication between groups; "he provided a
liaison with the guerrillas" [synonym: {liaison}, {link},
{contact}, {inter-group communication}]
7: (electronics) a junction where things (as two electrical
conductors) touch or are in physical contact; "they forget to
solder the contacts" [synonym: {contact}, {tangency}]
8: a communicative interaction; "the pilot made contact with the
base"; "he got in touch with his colleagues" [synonym: {contact},
{touch}]
9: a thin curved glass or plastic lens designed to fit over the
cornea in order to correct vision or to deliver medication
[synonym: {contact}, {contact lens}]
v 1: be in or establish communication with; "Our advertisements
reach millions"; "He never contacted his children after he
emigrated to Australia" [synonym: {reach}, {get through}, {get
hold of}, {contact}]
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}]

Contact \Con"tact\ (k[o^]n"t[a^]kt), n. [L. contactus, fr.
contingere, -tactum, to touch on all sides. See
{Contingent}.]
1. A close union or junction of bodies; a touching or
meeting.
[1913 Webster]

2. (Geom.) The property of two curves, or surfaces, which
meet, and at the point of meeting have a common direction.
[1913 Webster]

3. (Mining) The plane between two adjacent bodies of
dissimilar rock. --Raymond.
[1913 Webster]

4. (Electricity) A metallic conducting component of an
electrical device connected to a circuit within and so
situated that it may form a conducting pathway to an
external power source or device when contacted by another
conductor; as, the contact on a standard light bulb has
the shape of a screw for easy insertion into the socket.
[PJC]

5. A person who serves to commmunicate information to or from
one group to another, whether formally or informally; as,
a good Washington reporter has contacts in the White
House.
[PJC]

{Contact level}, a delicate level so pivoted as to tilt when
two parts of a measuring apparatus come into contact with
each other; -- used in precise determinations of lengths
and in the accurate graduation of instruments.
[1913 Webster]

153 Moby Thesaurus words for "contact":
ESP, accord, acquaintance, answer, approach, arbitrator,
assail the ear, association, attouchement, be heard, breath,
broker, brush, brush by, caress, caress the ear, closeness,
come in contact, commerce, communicate with, communication,
communion, companionship, concord, congress, conjunction,
connection, contiguity, contingence, conversation, converse,
correspond, correspond with, correspondence, cutaneous sense,
dealing, dealings, empathy, establish connection, exchange, feel,
feeling, fellowship, fingertip caress, flick, friend,
gain a hearing, get, get across, get hold of, get through to,
get to, glance, go-between, graze, hand-mindedness, harmony, hit,
impinge, impingement, impingence, in, information, interaction,
interagent, interchange, intercommunication, intercommunion,
intercourse, intermediary, intermediate, intermedium, internuncio,
interplay, interpleader, interrogate, junction, kiss, lambency,
lap, lick, light touch, linguistic intercourse,
maintain connection, make advances, make an impression,
make contact with, make oneself heard, make overtures, make up to,
mediator, medium, message, middleman, nearness, negotiant,
negotiator, nudge, oneness, osculate, osculation, phone,
propinquity, proximity, question, raise, rapport, reach,
reach the ear, register, relate to, relation, reply, reply to,
respond to, response, ring up, rub, scrape, sense of touch, shave,
sideswipe, skim, skirt, social intercourse, speak to, speak with,
speaking, speech, speech circuit, speech situation, squeak by,
stroke, sympathy, tactile sense, taction, talking, tangency, tap,
telepathy, telephone, tentative contact, tentative poke, touch,
touching, traffic, truck, two-way communication, understanding,
union, unity, whisper, write to



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


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

































































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


  • Welcome to Intel® NPU Acceleration Library’s documentation!
    The Intel® NPU Acceleration Library is a Python library designed to boost the efficiency of your applications by leveraging the power of the Intel Neural Processing Unit (NPU) to perform high-speed computations on compatible hardware
  • Basic usage — Intel® NPU Acceleration Library documentation
    Basic usage # For implemented examples, please check the examples folder Run a single MatMul in the NPU # from intel_npu_acceleration_library backend import MatMul import numpy as np inC, outC, batch =
  • intel_npu_acceleration_library package - GitHub Pages
    Submodules # intel_npu_acceleration_library bindings module # intel_npu_acceleration_library compiler module # class intel_npu_acceleration_library compiler CompilerConfig(use_to: bool = False, dtype: dtype | NPUDtype = torch float16, training: bool = False) # Bases: object Configuration class to store the compilation configuration of a model for the NPU intel_npu_acceleration_library
  • Advanced Setup — Intel® NPU Acceleration Library documentation
    To build the package you need a compiler in your system (Visual Studio 2019 suggested for Windows build) MacOS is not yet supported For development packages use (after cloning the repo)
  • GitHub Pages
    automodule:: intel_npu_acceleration_library bindings :members: :undoc-members: :show-inheritance:
  • intel. github. io
    The Intel® NPU Acceleration Library is a Python library designed to boost the efficiency of your applications by leveraging the power of the Intel Neural Processing Unit (NPU) to perform high-speed computations on compatible hardware Installation -------------
  • intel_npu_acceleration_library. backend package
    Returns: Return True if the NPU is available in the system Return type: bool intel_npu_acceleration_library backend run_factory(x: Tensor | List[Tensor], weights: List[Tensor], backend_cls: Any, op_id: str | None = None) → Tensor # Run a factory operation Depending on the datatype of the weights it runs a float or quantized operation
  • Quick overview of Intel’s Neural Processing Unit (NPU)
    Quick overview of Intel’s Neural Processing Unit (NPU) # The Intel NPU is an AI accelerator integrated into Intel Core Ultra processors, characterized by a unique architecture comprising compute acceleration and data transfer capabilities





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