adjacency-list
基本解释
- 邻接表
英汉例句
- Using adjacency list to save topology structure in power flow calculation, the calculation time is greatly reduced.
用邻接表保存中压配电网的拓扑结构,大大缩短了潮流的计算时间。 - According to the characters of mid-voltage distribution system, the adjacency list of data structure is introduced to save its topology structure.
根据中压配电网的结构特点引入数据结构中邻接表来保存配电网拓扑结构。 - First of all,an adjacency list should be established and its composition chiefly includes orientation,capacity,flux and so on.
首先创建邻接表,其结构包含边的方向、容量、流量等信息。 - Storing trees is a common problem, with multiple solutions. There are two major approaches: the adjacency list model, and the modified preorder tree traversal algorithm.
存储树是一个平常的问题,有多个解决方案。有两个主要的方法:邻接列表模式和预排序遍历树算法。 - The method takes station-train adjacency list as its basic data structure and rebuilds the rail-net with the restriction of train routes, to make the got-route data validity and rationality.
以车站-车次邻接表为基本数据结构,将铁路路网图改进为列车约束下的列车可达图,保证车站生成个性化径路的合理性和有效性;