英文字典中文字典


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







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

physic    
n. 药品,泻药,医学
vt. 给…服药,治愈

药品,泻药,医学给…服药,治癒

physic
n 1: a purging medicine; stimulates evacuation of the bowels
[synonym: {purgative}, {cathartic}, {physic}, {aperient}]

Physic \Phys"ic\ (f[i^]z"[i^]k), v. t. [imp. & p. p. {Physiced}
(f[i^]z"[i^]kt); p. pr. & vb. n. {Physicking}
(f[i^]z"[i^]k*[i^]ng).]
1. To treat with physic or medicine; to administer medicine
to, esp. a cathartic; to operate on as a cathartic; to
purge.
[1913 Webster]

2. To work on as a remedy; to heal; to cure.
[1913 Webster]

The labor we delight in physics pain. --Shak.
[1913 Webster]

A mind diseased no remedy can physic. --Byron.
[1913 Webster]


Physic \Phys"ic\ (f[i^]z"[i^]k), n. [OE. phisike, fisike, OF.
phisique, F. physique knowledge of nature, physics, L.
physica, physice, fr. Gr. fysikh`, fr. fysiko`s natural, from
fy`sis nature, fr. fy`ein to produce, grow, akin to E. be.
See {Be}, and cf. {Physics}, {Physique}.]
1. The art of healing diseases; the science of medicine; the
theory or practice of medicine; -- an archaic term,
superseded by {medicine}. [archaic] "A doctor of physik."
--Chaucer.
[1913 Webster]

2. A specific internal application for the cure or relief of
sickness; a remedy for disease; a medicine.
[1913 Webster]

3. Specifically, a medicine that purges; a cathartic.
[1913 Webster]

4. A physician. [R.] --Shak.
[1913 Webster]

{Physic nut} (Bot.), a small tropical American euphorbiaceous
tree ({Jatropha Curcas}), and its seeds, which are well
flavored, but contain a drastic oil which renders them
dangerous if eaten in large quantities.
[1913 Webster]

110 Moby Thesaurus words for "physic":
Medicaid, Medicare, Newtonian physics, acoustics, aerophysics,
aerospace medicine, aperient, applied physics, astrophysics, balm,
balsam, basic conductor physics, biomedicine, biophysics,
carminative, cathartic, chemical physics, clinical medicine,
comparative medicine, constitutional medicine, cryogenics,
crystallography, cure, cytophysics, diuretic, dosimetric medicine,
drops, drug, electron physics, electronics, electrophysics,
electuary, elixir, ethical drug, experimental medicine,
generic name, geophysics, herbs, inhalant, internal medicine,
laxative, leechcraft, leechdom, legal medicine, lincture, linctus,
macrophysics, materia medica, mathematical physics, mechanics,
medical jurisprudence, medicament, medication, medicinal,
medicinal herbs, medicine, medicophysics, microphysics,
military medicine, mixture, natural philosophy, natural science,
naval medicine, neo-Hippocratic medicine, nonprescription drug,
nuclear physics, officinal, optics, patent medicine, pharmacon,
philosophy, physical chemistry, physical medicine,
physical science, physicochemistry, physicomathematics, physics,
powder, preclinical medicine, preparation, prescription drug,
preventive medicine, proprietary, proprietary medicine,
proprietary name, psychophysics, psychosomatic medicine,
public health medicine, purgative, purge, radiation physics,
radionics, simples, socialized medicine, solar physics,
solid-state physics, space medicine, state medicine, statics,
stereophysics, syrup, theoretical physics, theraputant, therapy,
thermodynamics, tisane, tropical medicine, vegetable remedies,
veterinary medicine, zoophysics


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





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


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

































































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


  • Morse code translator - Code Golf Stack Exchange
    I created a string of alphanumerics such that their placement in the string describes their Morse code representation Originally I was going to use binary, but 01 would be the same as 1 So I used ternary with - = 1 and = 2 Thus is character c is at index 1121 in this string, its Morse code representation is -- -
  • audio - Morse code generator in sound - Code Golf Stack Exchange
    Because Morse code is a variable-length code that uses between 1 and 4 symbols for each letter, the tables 31313855 (bit 1) and 60257815 (bit 0) can together represent one less than the length of each letter's code
  • Translate Morse code based on tone duration
    The string literal is Morse code setup as a binary heap in array form VB NET lets you index strings as arrays of characters The \ is integer division, taking the left sub heap for 1 or the right sub heap for 111 I used ! as a blank for when there isn't a value in that heap spot It's only necessary to properly pad out the indices
  • Write a formatted Morse code cheatsheet
    Spaces replacing the first three pieces, the Morse code with a -suffix, the second half of the remaining letters; The new lines follow the same format as the existing line, just with an extra Morse prefix and half as many letters remaining to process This is then repeated until each line has only one letter _ [single space]
  • code golf - Nightmare Puzzlang translator - Code Golf Stack Exchange
    Then the following code XX X X X XX X XX X XX translates to 4a b4 66 03 56 4b bf d2 6e fd c3 2c 70 in hex, or J´f VK¿ÒnýÃ,p as a string Note that the resulting string will very likely have ASCII unprintables Task Translate the given Nightmare Puzzlang code into a string Input output
  • Is this string a palindrome (in Morse Code)?
    All the Morse codes for the letters in this set end with [AJKMOQT-Y] $ - All the Morse codes for the letters in this set end with - T`L`\EDKN_UMS\EWNRTTMWGAI_ISADKG Replace each letter with the letter whose Morse code is the prefix of that letter (here E and T are simply deleted via the unescaped _, but normally they would be turned into
  • code golf - They call me Inspector Morse - Code Golf Stack Exchange
    A string is dot-heavy when its morse representation contains more dots than dashes For example, the letter E is a single dot, which means it is Dot-heavy Input The input string will only contain
  • Morse code to standard output - Code Golf Stack Exchange
    This question involves taking input in Morse code as (period) and - (minus symbol), with spaces to separate the input Your task is to convert the code to standard output You can assume that the





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