英文字典中文字典


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







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

duplex    音标拼音: [d'upl,ɛks]
双工,双工的,双向的

双工,双工的,双向的

duplex
双工; 双面列印


duplex
半双工的


duplex
部分全双工


duplex
全双工服务


duplex
半双工服务


duplex
不对称半双工

duplex
双工

duplex
adj 1: (used technically of a device or process) having two
parts; "a duplex transaction"
2: allowing communication in opposite directions simultaneously;
"duplex system"; "duplex telephony"
n 1: a house with two units sharing a common wall [synonym: {duplex
house}, {duplex}, {semidetached house}]
2: an apartment having rooms on two floors that are connected by
a staircase [synonym: {duplex apartment}, {duplex}]
v 1: change into a duplex

Duplex \Du"plex\, a. [L., fr. duo two plicare to fold. See
{Two}, and {Complex}.]
1. Double; twofold.
[1913 Webster]

2. (Computers) organized so that data may be transmitted in
two opposite directions over the same channel; -- of
communications channels, such as data transfer lines
between computers.
[PJC]

{Duplex escapement}, a peculiar kind of watch escapement, in
which the scape-wheel has two sets of teeth. See
{Escapement}.

{Duplex lathe}, one for turning off, screwing, and surfacing,
by means of two cutting tools, on opposite sides of the
piece operated upon.

{Duplex pumping engine}, a steam pump in which two steam
cylinders are placed side by side, one operating the
valves of the other.

{Duplex querela} [L., double complaint] (Eccl. Law), a
complaint in the nature of an appeal from the ordinary to
his immediate superior, as from a bishop to an archbishop.
--Mozley & W.

{Duplex telegraphy}, a system of telegraphy for sending two
messages over the same wire simultaneously.

{Duplex watch}, one with a duplex escapement.

{half duplex} (Computers)
(a) arranged so that the information may be transmitted in
both directions, but only in one direction at a time;
-- of communications channels between computers;
contrasted with {full duplex(a)}.
(b) arranged so that the information transmitted to the
remote computer also appears on the local terminal; --
of communications channels between computers;
contrasted with {full duplex(b)}.

{full duplex}, (Computers)
(a) arranged so that the information may be transmitted in
both directions simultaneously; -- of communications
channels between computers; contrasted with {half
duplex(a)}.
(b) arranged so that the information transmitted to the
remote computer does not appear on the local terminal;
-- of communications channels between computers;
contrasted with {half duplex(b)}.
[1913 Webster]


Duplex \Du"plex\, v. t. [See {Duplex}, a.] (Teleg.)
To arrange, as a telegraph line, so that two messages may be
transmitted simultaneously; to equip with a duplex
telegraphic outfit.
[Webster 1913 Suppl.]


duplex \du"plex\, n. [See {Duplex}, a.]
1. something which is duplex; -- used mostly in reference to
a living unit, such as an apartment, in a building having
two similar living units.
[PJC]

2. (Biology, Genetics) a double-stranded region in a nucleic
acid molecule. See {deoxyribonucleic acid}.
[PJC]

49 Moby Thesaurus words for "duplex":
Janus-like, ambidextrous, apartment house, bifacial, bifold,
biform, bifurcated, bilateral, binary, binate, biparous,
bipartisan, bipartite, bivalent, condominium, conduplicate,
cooperative apartment house, dichotomous, disomatous, double,
double-barreled, double-faced, duadic, dual, dualistic, duple,
duplex house, duplicate, duplicated, dyadic, flats, geminate,
geminated, high-rise apartment building, identical, matched,
second, secondary, tenement, twain, twin, twinned, two, two-faced,
two-level, two-ply, two-sided, two-story, twofold

Used to describe a communications channel
that can carry signals in both directions, in contrast to a
{simplex} channel which only ever carries a signal in one
direction.

If signals can only flow in one direction at a time the
communications is "{half-duplex}", like a single-lane road with
traffic lights at each end. Walkie-talkies with a
"press-to-talk" button provide half-duplex communications.

If signals can flow in both directions simultaneously the
communications is "{full-duplex}", like a normal two-lane
road. Telephones provide full-duplex communications.

The term "duplex" was first used in wireless, telegraph, and
telephone communications. Nearly all communications circuits
used by computers are two-way, so the term is seldom used.

{(http://cit.ac.nz/smac/dc100www/dc_014.htm)}.

(2001-07-21)


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





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


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

































































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


  • Testing for Tuberculosis | Tuberculosis (TB) | CDC
    There are two types of tests for tuberculosis (TB) infection: the TB blood test and the TB skin test A positive test result for TB infection means you have TB germs in your body If you test positive for TB infection, your health care provider will do other tests to determine if you have inactive TB (also called latent TB infection) or active TB disease
  • Overview of Testing for SARS-CoV-2 | COVID-19 | CDC
    This overview describes current information on the types of tests used to detect SARS-CoV-2 infection and their intended uses This information is intended for use by healthcare providers, public health professionals, and those organizing and implementing testing in non-healthcare settings
  • Unit test naming best practices - Stack Overflow
    What are the best practices for naming unit test classes and test methods? This was discussed on SO before, at What are some popular naming conventions for Unit Tests? I don't know if this is a v
  • c++ - GoogleTest: How to skip a test? - Stack Overflow
    Using Google Test 1 6 (Windows 7, Visual Studio C++) How can I turn off a given test? (aka how can I prevent a test from running) Is there anything I can do besides commenting out the whole test?
  • CDC Laboratory Recommendations for Syphilis . . .
    This report provides new CDC recommendations for tests that can support a diagnosis of syphilis, including serologic testing and methods for the identification of the causative agent Treponema pallidum These comprehensive recommendations are the first published by CDC on laboratory testing for syphilis, which has traditionally been based on serologic algorithms to detect a humoral immune
  • What is the difference between TEST, TEST_F and TEST_P?
    The TEST_P macro is followed by a set of parameters that are passed to the test case In summary, TEST is for standalone test cases, TEST_F is for test cases with fixtures, and TEST_P is for test cases with parameters The choice of which macro to use depends on the specific testing needs and requirements of your project
  • Getting Tested for HIV | HIV | CDC
    Antibody test An antibody test looks for antibodies to HIV in your blood or oral fluid Most rapid tests and the only HIV self-test approved by the U S Food and Drug Administration (FDA) are antibody tests Antibody tests that use blood from a vein can detect HIV sooner than tests done with blood from a finger stick or with oral fluid
  • powershell - Test Database Connectivity - Stack Overflow
    Is there an easy way to test the connectivity to a MS SQL Server instance from a client (without loading any SQL assemblies) with PowerShell? MS Sql: Servername\\Instance Port 1433 How can I test
  • Clinical Testing and Diagnosis for Hepatitis B
    Test all infants born to HBsAg-positive people for HBsAg and antibody to hepatitis B surface antigen (anti-HBs) seromarkers See the process flow diagram below to help guide HBC screening and testing decisions
  • HTTP test server accepting GET POST requests - Stack Overflow
    I need a live test server that accepts my requests for basic information via HTTP GET and also allows me to POST (even if it's really not doing anything) This is entirely for test purposes A good





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