1)  multiple spaning tree protocol
多生成树
2)  MSTP(Multiple Spanning Tree Protocol)
多生成树协议
3)  Duosheng
多生
4)  Supernumerary tooth
多生牙
5)  Supernumerary teeth
多生牙
1.
Supernumerary teeth:Report of a rare case and review of the literature;
罕见全口多生牙1例报告及文献复习
2.
Result: A case withsupernumerary teeth had been proved to be a case of CCD with abnormal clavicles, patent sutures and fontanelles,supernumerary teeth, short stature, and a variety of other skeletal changes.
结果:临床确诊锁骨颅骨发育不全综合征,主要临床表现为异常发育的锁骨, 囟门的闭合不全, 多生牙, 身材矮小等一系列骨骼的改变。
6)  Multiple production lines
多生产线
参考词条
补充资料:最小生成树

最小生成树是由给定的无向图的边的子集组成的树。它有两个性质:

  • 它包含图中的每个顶点。
  • 它的所有边上的权的总和尽可能小。

用式子来表示:

<math>w(T) = \sum_{(u,v)\in T} w(u,v)</math>

这里w(T)表示最小的总权值,(u,v) 表示定点uv之间的边。

最小生成树的生成有两种方法,普里姆(Prim)算法,和克鲁斯卡尔(Kruskal)算法。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。