说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 邻接表
1)  adjacency list
邻接表
1.
Algorithm of route searching based on adjacency list;
基于邻接表结构的进路搜索算法研究
2.
Algorithm of decompose self-intersection broken line with adjacency list;
基于邻接表分解自相交折线的算法设计
3.
First of all,an adjacency list should be established and its composition chiefly includes orientation,capacity,flux and so on.
首先创建邻接表,其结构包含边的方向、容量、流量等信息。
2)  adjacency lists
邻接链表
1.
So the storage structure of finite automaton should the choosed adjacency lists.
所以,有穷自动机的存储结构最好采用邻接链表来存储。
3)  inverse adjacency list
逆邻接表
1.
An algorithm for all vertices-constrained shortest paths is put forward bases on some special data structures,such as inverse adjacency list and uses a minimum spanning tree and the pointer list that marks leaves of the trees.
提出了图中从一个顶点到另一个顶点的求受顶点数限制的所有最短路径的一个算法,算法基于逆邻接表、最短路径生成树和叶子指针链表等几种特殊的数据结构。
2.
A new algorithm based on inverse adjacency list is developed for finding vertices-constrained shortest path.
提出了一种基于逆邻接表求受顶点数限制的最短路径的新算法,其时间复杂度为O((m-2)*w)(m是受限制的顶点数,w是有向图中弧的条数),优于同类算法。
4)  Adjlist
类邻接表
5)  extended adjacency list
扩展邻接表
1.
We also point that the extended adjacency list is .
同时指出在SP Turn方法中 ,扩展邻接表是高效的网络表示形式 ,在合理选择的前提下 ,一般SP算法的标号设定、标号修正等标号技术同样适用 ,最短路径可由节点至弧的形式转换为节点至节点的常规形
6)  part adjacency list
零件邻接表
1.
A new method for assembly modeling graded with the part adjacency list and the dimension adjacency list is presented.
讨论了尺寸和公差的工程语义的表达,提出零件邻接表和尺寸邻接表的装置体分级建模方式,并由封闭环信息优化调整装置体零件邻接表,在此基础上提出了根据产品的装配特征、形状特征、精度特征和指定的封闭环信息自动生成装置尺寸/公差链的算法。
补充资料:邻接矩阵
分子式:
CAS号:

性质: 一种用数值形式表示化工工艺流程中各化工单元之间关系的矩阵。设某化工生产流程如图(a)所示。按照这个流程图划出相应的信息流程图(b),并标出模块号和信息流号。对照这个信息流程写出的邻接矩阵。矩阵中的行序和列序都按模块号排列,因而邻接矩阵是个方阵。矩阵中的1表示有信息流从相应行所标志的模块进入相应列的模块,空白(或零)表示在相应行、列所标志的模块之间没有连结关系。例如按上述的信息流程,模块③、④之间有信息连接,因而在矩阵中对应行3、列4位置的数值为1。因为同一模块不会自相连结,故矩阵对角线上的元素全为零(空白)。邻接矩阵用于使计算机识别、分隔流程中具有循环物流的流程(图暂缺)。

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