英文字典中文字典


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







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

imply    音标拼音: [ɪmpl'ɑɪ]
vt. 含有…的意思;暗指,暗示,意指

含有…的意思;暗指,暗示,意指

imply
v 1: express or state indirectly [synonym: {imply}, {connote}]
2: suggest as a logically necessary consequence; in logic
3: have as a logical consequence; "The water shortage means that
we have to stop taking long showers" [synonym: {entail}, {imply},
{mean}]
4: suggest that someone is guilty [synonym: {incriminate}, {imply},
{inculpate}]
5: have as a necessary feature; "This decision involves many
changes" [synonym: {imply}, {involve}]

Imply \Im*ply"\, v. t. [imp. & p. p. {Implied}; p. pr. & vb. n.
{Implying}.] [From the same source as employ. See {Employ},
{Ply}, and cf. {Implicate}, {Apply}.]
1. To infold or involve; to wrap up. [Obs.] "His head in
curls implied." --Chapman.
[1913 Webster]

2. To involve in substance or essence, or by fair inference,
or by construction of law, when not include virtually; as,
war implies fighting.
[1913 Webster]

Where a malicious act is proved, a malicious
intention is implied. --Bp.
Sherlock.
[1913 Webster]

When a man employs a laborer to work for him, . . .
the act of hiring implies an obligation and a
promise that he shall pay him a reasonable reward
for his services. --Blackstone.
[1913 Webster]

3. To refer, ascribe, or attribute. [Obs.]
[1913 Webster]

Whence might this distaste arise?
[1913 Webster]

If [from] neither your perverse and peevish will.
To which I most imply it. --J. Webster.

Syn: To involve; include; comprise; import; mean; denote;
signify; betoken. See {Involve}.
[1913 Webster]

121 Moby Thesaurus words for "imply":
accuse, adumbrate, advert to, affect, allege, allegorize,
allude to, approve, argue, arraign, article, assume, attest,
be construed as, bespeak, betoken, bid fair, book, breathe, bring,
bring accusation, bring charges, bring to book, bring to mind,
call for, charge, cite, complain, comprise, connote, contain,
demonstrate, denote, denounce, denunciate, display, drop a hint,
entail, evidence, evince, exhibit, express, fasten on, fasten upon,
finger, furnish evidence, give a hint, give indication of,
give prospect of, give the cue, glance at, go to show,
hang something on, hint, hint at, hold out hope, illustrate,
impeach, implicate, import, impute, include, indicate, indict,
infer, inform against, inform on, insinuate, intimate, involve,
lay charges, lead to, lodge a complaint, lodge a plaint,
make fair promise, make likely, manifest, mark, mean, mean to say,
pin on, point indirectly to, point to, prefer charges,
press charges, presume, presuppose, promise, prompt, put on report,
raise expectation, refer to, report, reproach, require, set forth,
show, show signs of, signal, signalize, signify, speak for itself,
speak volumes, spell, stand fair to, stand for, subsume, suggest,
suppose, symbolize, symptomatize, take, take for granted, take in,
take to task, task, taunt with, tax, tell, tend to show, twit


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





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


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

































































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


  • How to select a timer in ESP32 Arduino API 3. 0
    Thanks to several real knowledgeable members I'm starting to understand the nuances of esp32 timers I still has a few question to resolve: In API version 2 0 you selected which 1 of the 4 timers you wanted in "timerBegin(timer#, pre-scaler,count_direction)" now there is only 1 parameter "Frequency" Where do I select the timer number? A second question is what are the allowable frequencies
  • ESP32-C3 Watch Dog Timer (WDT) - Arduino Forum
    After many trials (thinking it was to do with the 'Reset WDT' statement), I finally realised that it Wasn't tying up the early #define CONFIG_FREERTOS_NUMBER_OF_CORES 1 statement with the idle_core_mask = (1 << CONFIG_FREERTOS_NUMBER_OF_CORES) - 1, statement I just manually Set it to 1 core for the ESP32-C3
  • Handling Timer Overflow Interrupts - Arduino Forum
    I clear the timer, set it up in Input Capture Mode, set the pre-scaler to ClkIO 1024, and enable Overflow interrupts, as the event I'm timing can take up to 10 seconds, which means the timer may overflow twice I maintain a software count, in a uint32_t that is increment by 65536 every time an overflow occurs
  • Programming timer interruption - Arduino Forum
    I'm posting here a simple project to create an interrupt timer on an ESP32 board for version 3 1 1 by Esspressif Systems I had difficulties to find updated information to make this code, I hope it can be useful to someone ! This code creates an interrupt every 100ms and counts the number of interrupts There is the code : #include "esp32-hal-timer h" const int ledPin = 2; pin of the LED
  • Start a timer when button is pressed - Arduino Forum
    I am creating a timer for a race I have a photosensor that has a laser pointed to so when someone crosses the finish, it trips the sensor, and the system logs the racer's time I am using millis() to time the race, but I need the timer to start when I push the button I have tried using edge detection to start the timer, but the timer starts when the program starts, not when the program
  • [Solved] Timer. h - Programming - Arduino Forum
    As you understand I need a hardware timer (counting clock ticks) Millis () makes demanding to ckeck if "old value" is smaller than millis () value (normal run from start until rollover) or greater (1st time after rollover) before any compare
  • Hardware Timer ESP32 Dev Module - Arduino Forum
    this is a simple esp32 hardware timer code but i am getting error can anyone please check the issue
  • 12VDC timer - Arduino or off the shelf?
    A timer is a clock and doesn’t have NO or NC, that is a switch I suspect you want a relay that you can switch with a microcontroller in response to an input That is relatively simple to do Your other specifications and purpose you don’t share so only you will know what you need Any arduino microcontroller can time things
  • Six digit Seven segment display countdown timer - Arduino Forum
    Namely, a countdown timer with six seven segment displays that shows the remaining months, days, and hours set by the user via push-buttons The actual countdown would then be controlled by an RTC module (I read somewhere that the Arduino's internal timer is not accurate for extended time periods)





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