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
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
std::map lt;Key,T,Compare,Allocator gt;::map - cppreference. net Example Run this code #include <iomanip> #include <iostream> #include <map> #include <string> template<typename Key, typename Value, typename Cmp> std::ostream operator <<(std::ostream os, const std::map<Key, Value, Cmp> map) { os << "{ "; for (auto comma {map size()}; const auto p : map)
Standard library header lt;map gt; - cppreference. net map (initializer_list <pair <Key, T>>, Compare = Compare (), Allocator = Allocator ()) -> map <Key, T, Compare, Allocator>; template<class InputIter, class Allocator>
std::unordered_map - cppreference. net std::unordered_map is an associative container that contains key-value pairs with unique keys Search, insertion, and removal of elements have average constant-time complexity
std::map lt;Key,T,Compare,Allocator gt;::~map - cppreference. net Destructs the map The destructors of the elements are called and the used storage is deallocated Complexity Linear in the size of * this Notes If the elements are pointers, the pointed-to objects are not destroyed
std::map lt;Key,T,Compare,Allocator gt;::contains - cppreference. net Complexity Logarithmic in the size of the container Example Run this code #include <iostream> #include <map> int main () { std::map<int, char> example {{1, 'a'}, {2, 'b'}}; for (int x : {2, 5}) if (example contains(x)) std::cout << x << ": Found\n"; else std::cout << x << ": Not found\n"; } Output: 2: Found 5: Not found
std::map lt;Key,T,Compare,Allocator gt;::insert - cppreference. net One way to check success of a hinted insert is to compare before and after Example Run this code #include <iomanip> #include <iostream> #include <map> #include <string> using namespace std::literals; template<typename It> void print_insertion_status (It it, bool success) { std::cout << "Insertion of " << it -> first
std::map lt;Key,T,Compare,Allocator gt;::emplace - cppreference. net #include <iostream> #include <string> #include <utility> #include <map> int main () { std::map<std::string, std::string> m; uses pair's move constructor m emplace(std::make_pair(std::string("a"), std::string("a"))); uses pair's converting move constructor