英文字典中文字典


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







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

grayback    
n. 灰鲸;黑头鸦;南军的士兵

灰鲸;黑头鸦;南军的士兵

grayback
n 1: a dowitcher with a grey back [synonym: {greyback}, {grayback},
{Limnodromus griseus}]
2: a sandpiper that breeds in the Arctic and winters in the
southern hemisphere [synonym: {knot}, {greyback}, {grayback},
{Calidris canutus}]

Gray \Gray\ (gr[=a]), a. [Compar. {Grayer}; superl. {Grayest}.]
[OE. gray, grey, AS. gr[=ae]g, gr[=e]g; akin to D. graauw,
OHG. gr[=a]o, G. grau, Dan. graa, Sw. gr[*a], Icel. gr[=a]r.]
[Written also {grey}.]
1. any color of neutral hue between white and black; white
mixed with black, as the color of pepper and salt, or of
ashes, or of hair whitened by age; sometimes, a dark mixed
color; as, the soft gray eye of a dove.
[1913 Webster]

These gray and dun colors may be also produced by
mixing whites and blacks. --Sir I.
Newton.
[1913 Webster]

2. Gray-haired; gray-headed; of a gray color; hoary.
[1913 Webster]

3. Old; mature; as, gray experience. -- Ames.
[1913 Webster]

4. gloomy; dismal.
[PJC]

{Gray antimony} (Min.), stibnite.

{Gray buck} (Zool.), the chickara.

{Gray cobalt} (Min.), smaltite.

{Gray copper} (Min.), tetrahedrite.

{Gray duck} (Zool.), the gadwall; also applied to the female
mallard.

{Gray falcon} (Zool.) the peregrine falcon.

{Gray Friar}. See {Franciscan}, and {Friar}.

{Gray hen} (Zool.), the female of the blackcock or black
grouse. See {Heath grouse}.

{Gray mill} or {Gray millet} (Bot.), a name of several plants
of the genus {Lithospermum}; gromwell.

{Gray mullet} (Zool.) any one of the numerous species of the
genus {Mugil}, or family {Mugilid[ae]}, found both in the
Old World and America; as the European species
({Mugilid[ae] capito}, and {Mugilid[ae] auratus}), the
American striped mullet ({Mugilid[ae] albula}), and the
white or silver mullet ({Mugilid[ae] Braziliensis}). See
{Mullet}.

{Gray owl} (Zool.), the European tawny or brown owl ({Syrnium
aluco}). The great gray owl ({Ulula cinerea}) inhabits
arctic America.

{Gray parrot} (Zool.), an African parrot ({Psittacus
erithacus}), very commonly domesticated, and noted for its
aptness in learning to talk. Also called {jako}.

{Gray pike}. (Zool.) See {Sauger}.

{Gray snapper} (Zool.), a Florida fish; the sea lawyer. See
{Snapper}.

{Gray snipe} (Zool.), the dowitcher in winter plumage.

{Gray whale} (Zool.), a rather large and swift whale of the
northern Pacific ({Eschrichtius robustus}, formerly
{Rhachianectes glaucus}), having short jaws and no dorsal
fin. It grows to a length of 50 feet (someimes 60 feet).
It was formerly taken in large numbers in the bays of
California, and is now rare; -- called also {grayback},
{devilfish}, and {hardhead}. It lives up to 50 or 60 years
and adults weigh from 20 to 40 tons.
[1913 Webster]


Grayback \Gray"back`\, n. (Zool.)
(a) The California gray whale.
(b) The redbreasted sandpiper or knot.
(c) The dowitcher.
(d) The body louse.
[1913 Webster]


Gray whale \Gray whale\ (Zool.),
a rather large and swift baleen whale of the northern Pacific
({Eschrichtius robustus}, formerly {Rhachianectes glaucus}),
having short jaws and no dorsal fin; -- called also
{grayback}, {devilfish}, and {hardhead}. It grows to a length
of 50 feet (sometimes 60 feet). It was formerly taken in
large numbers in the bays of California, and is now rare. It
lives up to 50 or 60 years and adults weigh from 20 to 40
tons.
[1913 Webster PJC]


Redhead \Red"head`\ (-h?d`), n.
1. A person having red hair.
[1913 Webster]

2. (Zool.)
(a) An American duck ({Aythya Americana}) highly esteemed
as a game bird. It is closely allied to the
canvasback, but is smaller and its head brighter red.
Called also {red-headed duck}. {American poachard},
{grayback}, and {fall duck}. See Illust. under
{Poachard}.
(b) The red-headed woodpecker. See {Woodpecker}.
[1913 Webster]

3. (Bot.) A kind of milkweed ({Asclepias Curassavica}) with
red flowers. It is used in medicine.
[1913 Webster]


Dowitcher \Dow"itch*er\, n. (Zool.)
The red-breasted or gray snipe ({Macrorhamphus griseus}); --
called also {brownback}, and {grayback}.
[1913 Webster]


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





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


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

































































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


  • 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
  • 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
  • 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
  • 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
  • [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
  • 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
  • Mega timers - Programming - Arduino Forum
    Where will I get information about the timer output to Mega pins assignment? like the attachment for UNO
  • Programmable switch timer - General Guidance - Arduino Forum
    I have beginner skills on arduino, and I kind of jumped the gun into a project for school, to build a programmable switch timer, it has 4 buttons The switch is to be able to program on and off times of a bulb, it should be able to set 2 programs daily for each day of the week(i e i can manually program 2 on off times for each day Monday through sunday) This also implies that date, time are





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