1) node-tree
节点生成树
3) dynamic node creation
动态节点生成
4) automatic distributing points
节点自动生成
5) JDF nodes tree
JDF节点树
1.
A method of establishing JDF nodes tree based on intented production to obtain a quick and accurate method of mapping the printing process model to JDF nodes tree is proposed on the basis of the analysis of JDF nodes tree.
为了得到一种从印刷工艺流程模型向JDF节点树进行快速而准确映射的方法,在对JDF节点树分析的基础上,提出了基于意图产品的JDF节点树建立方法。
6) root vertex
树根节点
1.
It is given that general principles, in a sense of minimally counting directed trees, are proposed to select a root vertex of the directed tree.
本文在有向村计数最小的意义上,讨论选择有向树树根节点的一般原理,所得结果可用于优化线性网络拓扑分析算法的工程设计。
补充资料:最小生成树
最小生成树是由给定的无向图的边的子集组成的树。它有两个性质:
- 它包含图中的每个顶点。
- 它的所有边上的权的总和尽可能小。
用式子来表示:
- <math>w(T) = \sum_{(u,v)\in T} w(u,v)</math>
这里w(T)表示最小的总权值,(u,v) 表示定点u和v之间的边。
最小生成树的生成有两种方法,普里姆(Prim)算法,和克鲁斯卡尔(Kruskal)算法。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条