英文字典中文字典


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







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

graph    音标拼音: [gr'æf]
n. 图,图表,曲线图,坐标图

图,图表,曲线图,坐标图

graph
图形


graph
多图形

graph
图 图形

graph
n 1: a visual representation of the relations between certain
quantities plotted with reference to a set of axes [synonym:
{graph}, {graphical record}]
v 1: represent by means of a graph; "chart the data" [synonym:
{graph}, {chart}]
2: plot upon a graph

-graph \-graph\ (-gr[.a]f) [From Gr. gra`fein to write. See
{Graphic}.]
A suffix signifying something written (as in {digraph}), a
writing; also, a writer or an instrument that produces a
written or visible record of a measurement, such as a
spectrograph; as, autograph, crystograph, telegraph,
photograph.
[1913 Webster PJC]


Graph \Graph\ (gr[.a]f), n. [See {-graph}.] (Math.)
1. A curve or surface, the locus of a point whose coordinates
are the variables in the equation of the locus; as, a
graph of the exponential function.
[Webster 1913 Suppl.]

2. A diagram symbolizing a system of interrelations of
variable quantities using points represented by spots, or
by lines to represent the relations of continuous
variables. More than one set of interrelations may be
presented on one graph, in which case the spots or lines
are typically distinguishable from each other, as by
color, shape, thickness, continuity, etc. A diagram in
which relationships between variables are represented by
other visual means is sometimes called a graph, as in a
{bar graph}, but may also be called a {chart}.
[Webster 1913 Suppl. PJC]

77 Moby Thesaurus words for "graph":
alphabetic character, black and white, blueprint, brouillon,
cartoon, catalog, catalogue raisonne, character, charcoal,
charcoal drawing, chart, chiaroscuro, cipher, copy, crayon,
delineation, design, device, diagram, doodle, draft, drawing,
ebauche, elevation, esquisse, figure, grapheme, ground plan,
house plan, ichnography, lay off, lay out, letter,
lexigraphic character, line drawing, map, map out, mark off,
mark out, monogram, outline, pastel, pattern, pen-and-ink,
pencil drawing, phonetic character, phonetic symbol,
pictographic character, plan, plot, plot out, profile, projection,
rough, rough copy, rough draft, rough outline, schema, scheme,
set out, sign, silhouette, silver-print drawing, sinopia, skeleton,
sketch, sketch out, study, syllabic, symbol, table,
table of contents, tracing, vignette, working drawing, writing,
written character


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





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


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

































































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


  • 怎么区分 chart,diagram,graph,figure这几个词,都是图表的意思? - 知乎
    电路图也算diagram。 graph: A graph is a mathematical diagram which shows the relationship between two or more sets of numbers or measurements 意思是graph是数学化的diagram,展示两个或两个以上的数字集。 figure: In books and magazines, the diagrams which help to show or explain information are referred to as figures
  • 什么是 GraphQL? - 知乎
    所以 Graph + QL = 图表化 (可视化) 查询语言,是一种描述客户端如何向服务端请求数据的 API 语法,类似于 RESTful API 规范。 注:不要联想到 MySQL、NoSQL,它不是图形数据库,比如 Neo4j。
  • 有哪些指标可以描述两个图(graph)的相似度? - 知乎
    如果是喜欢图论又关注数学的人,应该听说过近几年的热点方向:“graph limit”。 数学界三大奖之一沃尔夫奖获得者,L Lovasz [1]对这个方向做出了很大贡献,并且graph limit无论是在数论,分析,概率这些纯数方向,还是CS,算法这些应数方项都有很多应用。
  • 如何理解 Graph Convolutional Network(GCN)? - 知乎
    Spectral graph theory 小杰:谱图理论 (spectral graph theory) 4 什么是拉普拉斯矩阵? 为什么GCN要用拉普拉斯矩阵? Graph Fourier Transformation及Graph Convolution的定义都用到图的拉普拉斯矩阵,那么首先来介绍一下拉普拉斯矩阵。
  • graph、chart、diagram、form、table表示图表有啥区别吗?
    graph、chart、diagram、form、table都是图表,区别你知道吗? 这些单词分为图和表两大类。 Graph指的是坐标图,初中数学课用的坐标纸就叫graph paper Chart的范围大一点。 凡是统计或梳理意义的,比如统计图、流程图、组织结构图、地图、星图都可以用它。
  • 图结构(graph)依据图论可以解决很多问题,但是为什么现在一搜论文都是深度学习在用啊? - 知乎
    图结构(graph)依据图论可以解决很多问题,但是为什么现在一搜论文都是深度学习在用啊? 可能我看问题比较片面,先听听各位大佬的补充和解答,拓宽找一下知识面。 还有就是拓扑和图到底有什么区别呢,先谢谢各位指点! 显示全部 关注者 23
  • Graph Embedding领域有哪些必读的论文? - 知乎
    原文链接:Graph Embedding的发展历程 Graph Embedding最初的的思想与Word Embedding异曲同工,Graph表示一种“二维”的关系,而序列(Sequence)表示一种“一维”的关系。因此,要将图转换为Graph Embedding,就需要先把图变为序列,然后通过一些模型或算法把这些序列转换为Embedding。 DeepWalk DeepWalk是graph embedding
  • Graph Attention Network的本质是什么? - 知乎
    基于 Graph Convolution 的 Attention 要了解基于 Graph Convolution 的 Attention,就得先了解 Graph Convolution 是在做什么。 在之前的回答中提到过, Graph Convolution 的核心思想是利用边的信息对节点进行聚合,从而生成新的节点表示。
  • 图论中的线图(line graph)的定义有大佬可以解释一下吗? - 知乎
    图论中的线图(line graph)的定义有大佬可以解释一下吗? 定义:图G的线图(line graph)L (G)是E上的图,他的顶点集是E且使得x,y∈E是相邻的当且仅当它们作为边在G中是相邻的 显示全部 关注者 4 被浏览
  • 西门子S7-GRAPH编程语言连载 (1)——初识 - 知乎
    顺序功能图(SFC-Sequential Function Chart)是国际编程语言标准IEC 61131-3推荐的五种编程语言之一(其它四种语言分别是:梯形图、功能块图、语句表和结构化文本),西门子PLC所支持的编程语言S7-GRAPH(简称GRAPH)就属于顺序功能图。





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