英文字典中文字典


英文字典中文字典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这几个词,都是图表的意思? - 知乎
    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 意思是主要是指在
  • 有哪些指标可以描述两个图(graph)的相似度? - 知乎
    Graph kernel确实是一种有效的图结构相似度的近似度量方式,下面补充说明一下: 首先Graph kennel 是一种kernel method ; 实际上 kernel method 在图结构中的研究主要有两类:一是Graph embedding 算法,将图(Graph)结构嵌入到向量空间;另一类就是Graph kernel算法。
  • 知乎盐选 | 8. 2 西门子 PLC 的 GRAPH 编程
    8 2 西门子 plc 的 graph 编程 实际的工业生产的控制过程中,顺序逻辑控制占有相当大的比例。 所谓顺序逻辑控制,就是按照生产工艺预先规定的顺序,在各个输入信号的作用下,根据内部状态和时间顺序,在生产过程中的各个执行机构自动地、有秩序地进行操作。
  • GetData Graph Digitizer老提示证书过期,怎么解决? - 知乎
    官方网站(www getdata-graph-digitizer com)打不开了,想买都买不成了,谁知道怎么回事有没有办法解决…
  • DeepSeek 回答中的流程图代码怎么转成图片? - 知乎
    graph TD 是Mermaid中用于表示流程图的语法,其中“graph”是关键字,表示接下来的内容是一个流程图,而“TD”则指明了流程图的方向是从上到下(Top to Down)。 怎么导成像下面一样的流程图呢?
  • graph、chart、diagram、form、table表示图表有啥区别吗?
    Graph指的是坐标图,初中数学课用的坐标纸就叫graph paper Chart的范围大一点。 凡是统计或梳理意义的,比如统计图、流程图、组织结构图、地图、星图都可以用它。
  • 如何理解图嵌入(Graph embedding)概念? - 知乎
    图嵌入(Graph Embedding)是一种将图结构中的节点、边或整个图转换为低维向量空间表示的技术。 这种表示通常被称为嵌入向量或嵌入,它能够捕捉图中节点之间的关系和属性,使得在向量空间中进行的计算能够反映图的结构和属性信息。
  • 图卷积网络(GCN)入门详解 - 知乎
    Graph Laplacian 首先我们表示一个graph的方式有很多,我们可以用邻接矩阵,也可以用Incidence matrix。 这个matrix 中,每一行表示一个边,每一列表示一个节点。每一行中,边的节点的起点用记为1,边的终点记为-1。 我们将这个metrix 记为 具体如下图。
  • Graph Attention Networks - 知乎
    Graph Attention Networks 图注意力网络(GAT) 作者:Petar Veličković, Yoshua Bengio etc 单位:MILA 发表会议及时间:ICLR 2018 研究背景 注:关于背景知识的介绍中会涉及到GCN:图卷积的背景知识,以后有机会我会给大家继续分享有关GCN的论文。
  • 什么是 GraphQL? - 知乎
    GraphQL 是一种针对 Graph(图状数据)进行查询特别有优势的 Query Language(查询语言),所以叫做 GraphQL。 它跟 SQL 的关系是共用 QL 后缀,就好像「汉语」和「英语」共用后缀一样,但他们本质上是不同的语言。





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