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







請輸入英文單字,中文詞皆可:

map    音標拼音: [m'æp]
n. 地圖,圖
vt. 繪制…的地圖,在地圖上表示出;制定,計劃

地圖,圖繪制…的地圖,在地圖上表示出;制定,計劃

map
數元映像


map
映射;映成表;地區圖;圖解;映像;標定(網);圖;圖像;變換;變址

map
映像 映射 映 地圖

map
n 1: a diagrammatic representation of the earth's surface (or
part of it)
2: (mathematics) a mathematical relation such that each element
of a given set (the domain of the function) is associated
with an element of another set (the range of the function)
[synonym: {function}, {mathematical function}, {single-valued
function}, {map}, {mapping}]
v 1: make a map of; show or establish the features of details
of; "map the surface of Venus"
2: explore or survey for the purpose of making a map; "We
haven't even begun to map the many galaxies that we know
exist"
3: locate within a specific region of a chromosome in relation
to known DNA or gene sequences; "map the genes"
4: plan, delineate, or arrange in detail; "map one's future"
[synonym: {map}, {map out}]
5: depict as if on a map; "sorrow was mapped on the mother's
face"
6: to establish a mapping (of mathematical elements or sets)
[synonym: {map}, {represent}]

Map \Map\ (m[a^]p), n. [From F. mappe, in mappemonde map of the
world, fr. L. mappa napkin, signal cloth; -- a Punic word.
Cf. {Apron}, {Napkin}, {Nappe}.]
1. A representation of the surface of the earth, or of some
portion of it, showing the relative position of the parts
represented; -- usually on a flat surface. Also, such a
representation of the celestial sphere, or of some part of
it.
[1913 Webster]

Note: There are five principal kinds of projection used in
making maps: the orthographic, the stereographic, the
globuar, the conical, and the cylindrical, or
Mercator's projection. See {Projection}.
[1913 Webster]

2. Anything which represents graphically a succession of
events, states, or acts; as, an historical map.
[1913 Webster]

Thus is his cheek the map of days outworn. --Shak.
[1913 Webster]

{Map lichen} (Bot.), a lichen ({Lecidea geographica}.)
growing on stones in curious maplike figures. --Dr. Prior.
[1913 Webster]


Map \Map\, v. t. [imp. & p. p. {Mapped}; p. pr. & vb. n.
{Mapping}.]
To represent by a map; -- often with out; as, to survey and
map, or map out, a county. Hence, figuratively: To represent
or indicate systematically and clearly; to sketch; to plan;
as, to map, or map out, a journey; to map out business.
[1913 Webster]

I am near to the place where they should meet, if
Pisanio have mapped it truly. --Shak.
[1913 Webster]

175 Moby Thesaurus words for "map":
Lambert conformal projection, Mercator projection,
Miller projection, aeronautical chart, alphabet, art,
astronomical chart, atlas, azimuthal equidistant projection,
azimuthal projection, blueprint, cartographer, cartography,
catch a likeness, celestial chart, celestial globe, character,
charactering, characterization, characterize, chart, choreography,
chorographer, chorography, climatic chart, conic projection,
contour line, contour map, conventional representation,
countenance, cylindrical projection, dance notation, delineate,
delineation, demonstration, depict, depiction, depictment, design,
diagram, dial, draft, drama, draw, drawing, exemplification, face,
facies, favor, features, figuration, general reference map, globe,
gnomonic projection, graph, graphic scale, grid line, hachure,
heliographic chart, hieroglyphic, hit off, home on,
hydrographic chart, iconography, identify, ideogram, illustration,
imagery, imaging, index, isoline, kisser, latitude, lay off,
lay out, layer tint, legend, letter, limn, limning, lineaments,
logogram, logograph, longitude, map maker, map out, map projection,
mapper, mark off, mark out, meridian, mug, mush, musical notation,
notate, notation, outline, paint, pan, parallel, phiz,
photogrammetrist, photogrammetry, photomap, phototopography,
physical map, physiognomy, pick up, pictogram, picture,
picturization, picturize, pinpoint, plan, plot, plot out,
political map, polyconic projection, portraiture, portray,
portrayal, prefigurement, presentment, print, printing, projection,
puss, realization, receive, register, relief map, render,
rendering, rendition, represent, representation,
representative fraction, road map, rub, scale, scan, schema,
schematize, score, script, set out, sinusoidal projection, sketch,
sketch out, special map, spot, sweep, syllabary, symbol, symbolize,
tablature, take a rubbing, terrain map, terrestrial globe,
thematic map, topographer, topographic chart, topography, trace,
trace out, trace over, tracing, transportation map, trigger,
tune in, visage, weather chart, weather map, write, writing

1. {function}.

2. In {functional programming}, the most common
{higher-order function} over lists. Map applies its first
argument to each element of its second argument (a list) and
returns the list of results.

map :: (a -> b) -> [a] -> [b]
map f [] = []
map f (x:xs) = f x : map f xs

This can be generalised to types other than lists.

(1997-11-05)



安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • Get started with Google Maps - Android - Google Maps Help
    This article will help you set up, learn the basics and explain various features of Google Maps You can use the Google Maps app on your mobile device or Google Maps on your computer
  • Google マップを使ってみる - Android - マップ ヘルプ
    この記事では、Google マップの設定方法、基本的な使用方法、およびさまざまな機能について説明します。
  • Get directions show routes in Google Maps
    Click points on the map, type an address, or add a place name Choose your mode of transportation To get driving directions, click Driving To get transit directions, click Transit To get walking directions, click Walking To get rideshare or taxi options, click Ride To get cycling directions, click Cycle To get flight options, click
  • 目标检测中的mAP是什么含义? - 知乎
    评价指标 mAP 下面用一个例子说明 AP 和 mAP 的计算 先规定两个公式,一个是 Precision,一个是 Recall,这两个公式同上面的一样,我们把它们扩展开来,用另外一种形式进行展示,其中 all detctions 代表所有预测框的数量, all ground truths 代表所有 GT 的数量。
  • 求,这个$开头的一串东西是什么?是链接吗,怎么使用? - 知乎
    即 至于为什么这样编码以及此段代码中的其他符号及数字字母代表什么意思,就不知道了
  • 有哪些绘制地图的软件? - 知乎
    现在,一款面向人文领域,支持跨平台的专题地图绘制免费软件已经来了,它就是地图书编辑器(Di Map Editor)。现在已经正式发布了全新的2 0预览版。 现在已经正式发布了全新的2 0预览版。
  • Create or open a map - Computer - My Maps Help - Google Help
    Open a map you can edit or create a map Next to "Base map" in the bottom of the left panel, click the Down Arrow To choose a style, click one of the images View maps you can’t edit If you can open a map but can’t edit what’s on it, you're in the map viewer While in the map viewer, you can still: Search the map contents; Show or hide
  • Google Maps Help
    Official Google Maps Help Center where you can find tips and tutorials on using Google Maps and other answers to frequently asked questions
  • 哪里可以制作在线的地图热力图? - 知乎
    镝数图表里有分级区域地图的模版,直接在站内找到地图模版,从简单到复杂有好几个,建议题主先用那个免费的画着试试。
  • Use Google Maps in Space
    To pan, or move the map: Drag the view in any direction To move North, press the Up arrow To move South, press the Down arrow To move East, press the Right arrow To move West, press the Left arrow Zoom in or out To zoom in and out of the sky: Press the + or -key Move your cursor over a place on the map and use the mouse scroll button





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

|中文姓名英譯,姓名翻譯 |简体中文英文字典