邻接表,adjacency list
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.首先创建邻接表,其结构包含边的方向、容量、流量等信息。
英文短句/例句

1.The formation and structural features of adjacency list are described.介绍了邻接表的形成方法和结构特点。
2.Using adjacency list to save topology structure in power flow calculation, the calculation time is greatly reduced.用邻接表保存中压配电网的拓扑结构,大大缩短了潮流的计算时间。
3.According to the characters of mid-voltage distribution system, the adjacency list of data structure is introduced to save its topology structure.根据中压配电网的结构特点引入数据结构中邻接表来保存配电网拓扑结构。
4.Ordered Adjacency Vertex List Structure for Subdivision Surfaces细分曲面的有序邻接顶点表数据结构
5.of a surface exactly even with an adjoining one, forming the same plane.指完全与邻接平面平齐的表面,形成相同的平面。
6.Dynamic direction adjacent relations and bidirectional association representation of 3D objects3D对象动态方位邻接关系及双向关联表示
7.So the storage structure of finite automaton should the choosed adjacency lists.所以,有穷自动机的存储结构最好采用邻接链表来存储。
8.Approximating, resembling, or taking the place of a fundamental crystalline form or face.邻晶的接近、相似或者替代水晶似的形状或表面的
9.Residential/ industrial interface住宅与工业用途邻接
10.contiguous disk file邻接磁盘文件(存储器)
11.Data entered into the form describes each logical antenna face and the cell sites neighbor lists.输入到该表格的数据用来描述每个逻辑天线接口和小区基站的邻居列表。
12.However, he said that some of al Qaeda members could be hiding in the tribal areas of Pakistan bordering on Afghanistan.不过他表示,部份盖达成员可能藏匿在巴基斯坦接邻阿富汗的部落地区。
13.Sides of abutting surfaces are processed for meeting in3 D modeling workspace. Curved sides are processed also.相邻的表面接缝是在3d模型主窗口中处理的。也同样可以处理弧线的边。
14.Pseudoallele A mutation in a gene that produces an effect similar to another mutation at a different site in the same gene locus.拟等位基因:指表型效应上相似,功能密切相关,在染色体上紧密邻接的基因。
15.Adjacent: Rooftop squares are not considered adjacent to ground squares.邻接:屋顶方格与地面方格不视为临接。
16.the 48 conterminous states; the contiguous 48 states.48个相互连接的州;相互邻接的48个州。
17.contiguous events; immediate contact; the immediate vicinity; the immediate past.紧接着的事件;直接接触;紧邻;最近的过去。
18.Having or exhibiting the qualities of a friendly neighbor.睦邻的有或表现出做一个友好邻居的品质
相关短句/例句

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。因为同一模块不会自相连结,故矩阵对角线上的元素全为零(空白)。邻接矩阵用于使计算机识别、分隔流程中具有循环物流的流程(图暂缺)。