英文字典中文字典


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







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

anticyclone    
n. 逆旋风,高气压圈

逆旋风,高气压圈

anticyclone
n 1: (meteorology) winds spiraling outward from a high pressure
center; circling clockwise in the northern hemisphere and
counterclockwise in the southern [ant: {cyclone}]

Storm \Storm\, n. [AS. storm; akin to D. storm, G. sturm, Icel.
stormr; and perhaps to Gr. ? assault, onset, Skr. s? to flow,
to hasten, or perhaps to L. sternere to strew, prostrate (cf.
{Stratum}). [root]166.]
1. A violent disturbance of the atmosphere, attended by wind,
rain, snow, hail, or thunder and lightning; hence, often,
a heavy fall of rain, snow, or hail, whether accompanied
with wind or not.
[1913 Webster]

We hear this fearful tempest sing,
Yet seek no shelter to avoid the storm. --Shak.
[1913 Webster]

2. A violent agitation of human society; a civil, political,
or domestic commotion; sedition, insurrection, or war;
violent outbreak; clamor; tumult.
[1913 Webster]

I will stir up in England some black storm. --Shak.
[1913 Webster]

Her sister
Began to scold and raise up such a storm. --Shak.
[1913 Webster]

3. A heavy shower or fall, any adverse outburst of tumultuous
force; violence.
[1913 Webster]

A brave man struggling in the storms of fate.
--Pope.
[1913 Webster]

4. (Mil.) A violent assault on a fortified place; a furious
attempt of troops to enter and take a fortified place by
scaling the walls, forcing the gates, or the like.
[1913 Webster]

Note: Storm is often used in the formation of self-explained
compounds; as, storm-presaging, stormproof,
storm-tossed, and the like.
[1913 Webster]

{Anticyclonic storm} (Meteor.), a storm characterized by a
central area of high atmospheric pressure, and having a
system of winds blowing spirally outward in a direction
contrary to that cyclonic storms. It is attended by low
temperature, dry air, infrequent precipitation, and often
by clear sky. Called also {high-area storm},
{anticyclone}. When attended by high winds, snow, and
freezing temperatures such storms have various local
names, as {blizzard}, {wet norther}, {purga}, {buran},
etc.

{Cyclonic storm}. (Meteor.) A cyclone, or low-area storm. See
{Cyclone}, above.

{Magnetic storm}. See under {Magnetic}.

{Storm-and-stress period} [a translation of G. sturm und
drang periode], a designation given to the literary
agitation and revolutionary development in Germany under
the lead of Goethe and Schiller in the latter part of the
18th century.

{Storm center} (Meteorol.), the center of the area covered by
a storm, especially by a storm of large extent.

{Storm door} (Arch.), an extra outside door to prevent the
entrance of wind, cold, rain, etc.; -- usually removed in
summer.

{Storm path} (Meteorol.), the course over which a storm, or
storm center, travels.

{Storm petrel}. (Zool.) See {Stormy petrel}, under {Petrel}.


{Storm sail} (Naut.), any one of a number of strong, heavy
sails that are bent and set in stormy weather.

{Storm scud}. See the Note under {Cloud}.
[1913 Webster]

Syn: Tempest; violence; agitation; calamity.

Usage: {Storm}, {Tempest}. Storm is violent agitation, a
commotion of the elements by wind, etc., but not
necessarily implying the fall of anything from the
clouds. Hence, to call a mere fall or rain without
wind a storm is a departure from the true sense of the
word. A tempest is a sudden and violent storm, such as
those common on the coast of Italy, where the term
originated, and is usually attended by a heavy rain,
with lightning and thunder.
[1913 Webster]

Storms beat, and rolls the main;
O! beat those storms, and roll the seas, in
vain. --Pope.
[1913 Webster]

What at first was called a gust, the same
Hath now a storm's, anon a tempest's name.
--Donne.
[1913 Webster]


Anticyclone \An"ti*cy`clone\ ([a^]n"t[i^]*s[imac]`kl[=o]n), n.
(Meteorol.)
A movement of the atmosphere opposite in character, as
regards direction of the wind and distribution of barometric
pressure, to that of a cyclone. -- {An`ti*cy*clon"ic}, a. --
{An`ti*cy*clon"ic*al*ly}, adv.
[1913 Webster]


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





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


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

































































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


  • 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
  • Watchdog timer WDT - prevent esp32 from stucking
    The best way to answer this is to have you grab your favorite search engine and look for 'WDT RDP32 xxx,' where WDT stands for Watchdog Timer and xxx is the specific unit you have
  • 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
  • [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
  • 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
  • Accurate timer clock - Programming - Arduino Forum
    I want to make a digital clock like the ones used for timing at races The idea was to have the Arduino (Uno) turn on and off a bunch of leds (WS2812B) in the pattern representing each digit of a digital clock Knowing nothing abut the Arduino I just assumed it would be accurate (down to a second) without drifting over the course of a couple of days But my first tests it dosn't seem to
  • FspTimer: using AGT timer issues - UNO R4 Minima - Arduino Forum
    @ptillisch and others, not sure if best to ask here, or up on Github issues? As I mentioned in the Servo library Issue, plus forum post, I have not handled the case where the FsPTimer ends up trying to use an AGT timer I thought I would try to make it work If it works, will also update my Charlieplex code as well So not sure best place But as this is a stand alone issue, decided to ask on





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