英文字典中文字典


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







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

primer    音标拼音: [pr'ɑɪmɚ]
n. 入门书,初级读本,雷管,导火线,底漆

入门书,初级读本,雷管,导火线,底漆

primer
n 1: an introductory textbook
2: any igniter that is used to initiate the burning of a
propellant [synonym: {fuse}, {fuze}, {fusee}, {fuzee}, {primer},
{priming}]
3: the first or preliminary coat of paint or size applied to a
surface [synonym: {flat coat}, {ground}, {primer}, {priming},
{primer coat}, {priming coat}, {undercoat}]

Primer \Prim"er\, n. [Originally, the book read at prime, the
first canonical hour. LL. primae liber. See {Prime}, n., 4.]
1. Originally, a small prayer book for church service,
containing the little office of the Virgin Mary; also, a
work of elementary religious instruction.
[1913 Webster]

The primer, or office of the Blessed Virgin. --Bp.
Stillingfleet.
[1913 Webster]

2. A small elementary book for teaching children to read; a
reading or spelling book for a beginner.
[1913 Webster]

As he sat in the school at his prymer. --Chaucer.
[1913 Webster]

3. (Print.) A kind of type, of which there are two species;
one, called {long primer}, intermediate in size between
bourgeois and small pica [see {Long primer}]; the other,
called {great primer}, larger than pica.
[1913 Webster]

Note: Great primer type.
[1913 Webster]


Primer \Prim"er\, n.
One who, or that which, primes; specifically, an instrument
or device for priming; esp., a cap, tube, or water containing
percussion powder or other compound for igniting a charge of
gunpowder.
[1913 Webster]


Primer \Prim"er\, a. [OF. primer, primier, premier, F. premier.
See {Premier}.]
First; original; primary. [Obs.] "The primer English kings."
--Drayton.
[1913 Webster]

{Primer fine} (O. Eng. Law), a fine due to the king on the
writ or commencement of a suit by fine. --Blackstone.

{Primer seizin} (Feudal Law), the right of the king, when a
tenant in capite died seized of a knight's fee, to receive
of the heir, if of full age, one year's profits of the
land if in possession, and half a year's profits if the
land was in reversion expectant on an estate for life; --
now abolished. --Blackstone.
[1913 Webster]

86 Moby Thesaurus words for "primer":
abecedarium, abecedary, alphabet, alphabet book, and arithmetic,
basics, battledore, blasting cap, cap, casebook, chromogen, coat,
coat of paint, coating, color, color filter, color gelatin,
colorant, coloring, dead-color, detonating powder, detonator,
distemper, drier, dye, dyestuff, electric detonator,
elementary education, elements, exercise book, exploder,
exterior paint, first principles, first steps, flat coat,
flat wash, floor enamel, fulminating mercury, fuse, gradus,
grammar, ground, hornbook, induction, initiation, interior paint,
introduction, manual, manual of instruction, medium,
mercury fulminate, opaque color, outlines, paint, percussion cap,
pigment, primacord, prime coat, priming, principia, principles,
propaedeutic, reader, reading, rudiments, schoolbook, speller,
spelling book, squib, stain, t, tempera, text, thinner, tinction,
tincture, transparent color, turpentine, turps, undercoat,
undercoating, vehicle, wash, wash coat, workbook, writing


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





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


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

































































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


  • The Definitive C++ Book Guide and List - Stack Overflow
    C++ Primer* * Not to be confused with C++ Primer Plus (Stephen Prata), with a significantly less favorable review Stanley Lippman, Josée Lajoie, and Barbara E Moo (updated for C++11) Coming at 1k pages, this is a very thorough introduction into C++ that covers just about everything in the language in a very accessible format and in great detail
  • The Definitive C Book Guide and List - Stack Overflow
    C Primer Plus (5th Edition) - Stephen Prata (2004) A Book on C - Al Kelley Ira Pohl (1998) The C Book (Free Online) - Mike Banahan, Declan Brady, and Mark Doran (1991) C: How to Program (8th Edition) - Paul Deitel and Harvey M Deitel (2015) Lots of good tips and best practices for beginners
  • slice - How slicing in Python works - Stack Overflow
    The first way works for a list or a string; the second way only works for a list, because slice assignment isn't allowed for strings
  • Cant resolve module (not found) in React. js - Stack Overflow
    There is a better way you can handle the import of modules in your React App Consider doing this: Add a jsconfig json file to your base folder
  • sql - Obtener primer registro sin usar subconsultas - Stack Overflow en . . .
    Estoy tratando de obtener el primer registro que salga en la siguiente consulta SQL: SELECT G305 G305S01 AS SALDO FROM BI_SRC GSCF300 G300, BI_SRC GSCF305 G305 WHERE G300 G300CTA = 1024004598 AND G300 G300UUID = G305 G301UUID GROUP BY G305 G305FDIA, G305 G305S01 ORDER BY G305 G305FDIA DESC
  • php - How do I run a file on localhost? - Stack Overflow
    How do I actually run a file on localhost? I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional
  • Cant connect to Flask web service, connection refused
    app run(host='0 0 0 0',port=5000) if you run your app in this way then your server will be visible externally
  • How to write LaTeX in IPython Notebook? - Stack Overflow
    Udacity's Blog has the Best LaTeX Primer I've seen: It clearly shows how to use LaTeX commands in easy to read, and easy to remember manner !! Highly recommended This Link has Excellent Examples showing both the code, and the rendered result ! You can use this site to quickly learn how to write LaTeX by example
  • How can I select the first day of a month in SQL?
    I used GETDATE() as a date to work with, you can replace it with the date which you need Here's how this works: First we format the date in YYYYMMDD format truncating to keep just the 6 leftmost characters in order to keep just the YYYYMM portion, and then append '01' as the month - and voila! you have the first day of the current month
  • How to select only 1 row from oracle sql? - Stack Overflow
    I want to use oracle syntax to select only 1 row from table DUAL For example, I want to execute this query: SELECT user FROM DUAL and it'd have, like, 40 records





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