英文字典中文字典


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







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

p    音标拼音: [p'i]
n. 字母p

字母p

p
p-n-p电晶体

P
n 1: a multivalent nonmetallic element of the nitrogen family
that occurs commonly in inorganic phosphate rocks and as
organic phosphates in all living cells; is highly reactive
and occurs in several allotropic forms [synonym: {phosphorus},
{P}, {atomic number 15}]
2: the 16th letter of the Roman alphabet [synonym: {P}, {p}]

P \P\ (p[=e]),
the sixteenth letter of the English alphabet, is a nonvocal
consonant whose form and value come from the Latin, into
which language the letter was brought, through the ancient
Greek, from the Ph[oe]nician, its probable origin being
Egyptian. Etymologically P is most closely related to b, f,
and v; as hobble, hopple; father, paternal; recipient,
receive. See {B}, {F}, and {M}.
[1913 Webster] See Guide to Pronunciation, [sect][sect] 247,
248, and 184-195.
[1913 Webster]


Labial \La"bi*al\, n.
1. (Phonetics) A letter or character representing an
articulation or sound formed or uttered chiefly with the
lips, as {b}, {p}, {w}.
[1913 Webster]

2. (Mus.) An organ pipe that is furnished with lips; a flue
pipe.
[1913 Webster]

3. (Zool.) One of the scales which border the mouth of a fish
or reptile.
[1913 Webster]


Mute \Mute\, n.
1. One who does not speak, whether from physical inability,
unwillingness, or other cause. Specifically:
(a) One who, from deafness, either congenital or from
early life, is unable to use articulate language; a
deaf-mute.
(b) A person employed by undertakers at a funeral.
(c) A person whose part in a play does not require him to
speak.
(d) Among the Turks, an officer or attendant who is
selected for his place because he can not speak.
[1913 Webster]

2. (Phon.) A letter which represents no sound; a silent
letter; also, a close articulation; an element of speech
formed by a position of the mouth organs which stops the
passage of the breath; as, {p}, {b}, {d}, {k}, {t}.
[1913 Webster]

3. (Mus.) A little utensil made of brass, ivory, or other
material, so formed that it can be fixed in an erect
position on the bridge of a violin, or similar instrument,
in order to deaden or soften the tone.
[1913 Webster]


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





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


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

































































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


  • html - When to use lt;p gt; vs. lt;br gt; - Stack Overflow
    You want to use the <p> tag when you need to break up two streams of information into separate thoughts <p> Now is the time for all good men to come to the aid of their country < p> <p>The quick brown fox jumped over the lazy sleeping dog < p> The <br > tag is used as a forced line break within the text flow of the web page Use it when you
  • c++ - What does (~0L) mean? - Stack Overflow
    0L is a long integer value with all the bits set to zero - that's generally the definition of 0 The ~ means to invert all the bits, which leaves you with a long integer with all the bits set to one
  • xml - Regular expression \p {L} and \p {N} - Stack Overflow
    \p{L} matches a single code point in the category "letter" \p{N} matches any kind of numeric character in any script Source: regular-expressions info If you're going to work with regular expressions a lot, I'd suggest bookmarking that site, it's very useful
  • html - What do lt;o:p gt; elements do anyway? - Stack Overflow
    For your specific question the o in the <o:p> means "Office namespace" so anything following the o: in a tag means "I'm part of Office namespace" - in case of <o:p> it just means paragraph, the equivalent of the ordinary <p> tag I assume that every HTML tag has its Office "equivalent" and they have more
  • html - When to use lt;span gt; instead lt;p gt;? - Stack Overflow
    The <p> tag is a paragraph, and as such, it is a block element (as is, for instance, h1 and div), whereas span is an inline element (as, for instance, b and a) Block elements by default create some whitespace above and below themselves, and nothing can be aligned next to them, unless you set a float attribute to them
  • How to connect to MySQL from the command line - Stack Overflow
    mysql -u root -p: This with connect to user called root, -p flag will prompt for a password Option 2: mysql -u root -p<PASSWORD>: Here you enter the password directly into the command and after execution the server connects quick without password prompt
  • Spss相关性分析时,显著性p多少表示两者有显著 . . . - 知乎
    在统计语言表达上,如果p值小于0 01,则称作0 01水平显著,例如,研究人员分析X对Y是否存在影响关系时,如果X对应的p值为0 00(由于小数位精度要求,展示为0 00),则说明X对Y存在影响关系这件事至少有99%的把握,统计语言描述为X在0 01水平上呈现显著性。
  • 在电脑上有什么好用的p图软件? - 知乎
    那肯定是p图软件没选对,强烈建议码住下面这四款,新手小白也不怕了! 1、美图秀秀 一款很受欢迎的老牌P图软件,涵盖丰富的图片编辑工具,除了常用的人像美容、拼图、抠图,还有海报设计、证件照制作等,操作起来也是简单好上手。
  • 知乎 - 有问题,就会有答案
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • c++ - . c vs . cc vs. . cpp vs . hpp vs . h vs . cxx - Stack Overflow
    Historically, the first extensions used for C++ were c and h, exactly like for C This caused practical problems, especially the c which didn't allow build systems to easily differentiate C++ and C files





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