linked data structure 中文意思是什麼

linked data structure 解釋
鏈式數據結構
  • linked : 聯動的
  • data : n 1 資料,材料〈此詞系 datum 的復數。但 datum 罕用,一般即以 data 作為集合詞,在口語中往往用單數...
  • structure : n. 1. 構造,結構;組織;石理,石紋。2. 建造物。3. 【化學】化學結構。4. 【心理學】(直接經驗中顯現的)結構性,整體性;整體結構。adj. -d ,-less adj.
  1. This paper present the classic backtracking as an example, through comparing, explains backtracking efficiency difference under various data structure ; when database can be expressed in sparseness matrix, then it can be expressed in 4 - way linked list, which improves greatly the efficiency than before

    以一個典型的回溯問題為例,通過對比,說明回溯法在不同數據結構下,其時間效率的差異,驗證對于可表示成稀疏矩陣的數據集,在使用四向鏈表結構時,可以大大提高時間效率。
  2. To represent source code, codedom elements are linked to each other to form a data structure known as a codedom graph, which models the structure of some source code

    為表示源代碼, codedom元素相互鏈接以形成一個數據結構(稱為codedom圖) ,它以某種源代碼的結構為模型。
  3. 8. this thesis initiates the 8 - quadrant angle computing method. this method can rapidly recognize the adjacency relationship of all the edges linked with the same node and avoid the complicated computing of trigonometric function. furthermore, this method can rapidly construct the adjacency relationship of all the arcs linked with the same node, in the construction of topological data structure in gis, which is helpful to the rapid construction of topological structure

    創造性地提出了a象限角度計演算法,它可以實現快速確定與同一結點相連接的所有邊的鄰接關系;避免了復雜的三角函數計算,而且該演算法還可以在gis的拓撲數據結構建立過程中,快速地構建與同一結點相連的所有弧段間的鄰接關系,為拓撲結構的快速建立創造了條件。
  4. The latter primarily improves the transmission distance and reliability by selecting the repeater automatically. the frequency domain auto - adaptatation filter algorithm is deduced and reliabity by selecting the repeater automatically. the frequency domain auto - adaptaion filter algorithm is deduced and a method of frequency domain algorithm to restrain the marrow band interference is given on the foundation of the time domain minimum mean square error auto - adaptation filter. then the meter reading system to can learn the power network structure and automatically create linked path by using neural networks auto - study ability and analyzing the reading data

    後者主要是對中繼節點的自動選擇,以提高信息的傳輸距離與可靠性。針對電力線擴頻通信通道的特點,在時域最小均方誤差自適應濾波演算法的基礎上,推導了頻域自適應濾波演算法,並提出了頻域演算法抑制窄帶干擾的具體方法。運用神經網路的自學習方法,通過對抄讀數據進行分析,使抄表系統感知電網拓撲結構,自動建立中繼路徑。
  5. It becomes more difficult to manage, integrate and share the control system real - time data when we set up the industrial real - time database because of complicated affair between every department and isomeric character of the system. a three - level - structure model and the method to establish database is provided based on corba criterion with its character of being regardless of programming languages, hardware platform and network protocol. a universal real - time database faces multi - system is also set up by learning the distributed criterion, it can realize the request broker, and the application software can visit the database pellucidly ; thus the power station simulation model can be linked with the control system such as infi90, ovation and be made use of the control object, a closed simulation and control experiment system is set up

    在創建工控領域實時數據庫時,企業各部門間的復雜事務及內部異構性給實時數據的管理、集成和共享帶來了一定的困難,根據corba規范具有語言無關性、平臺無關性和網路協議無關性的特點提出基於分散式計算規范corba的三層體系結構模型及建立與維護實時數據庫的方法和途徑;通過corba規范建立面向多個分散控制系統的通用實時數據庫,實現數據訪問代理,使應用軟體可以透明地對實時數據庫進行訪問、存取、管理;將infi90 、 ovation分散控制系統與火電廠模擬機模型進行有效的互連,以全物理過程模擬數學模型為對象,構建了閉環控制模擬實驗研究系統,實現數據的高效連通及管理;進而通過基於corba的實時數據庫構建一個從火電廠模擬機對象到過程式控制制設備再到sis系統的綜合自動化試驗平臺。
  6. A singly linked list is a data structure that has an ordered sequence of nodes in which each node contains a data element and a pointer to the next node in the sequence

    單鏈表是擁有有序節點序列的數據結構,其中,每個節點包含一個數據元素以及一個指向序列中下一個節點的指針。
  7. Firstly, singly linked lists are used as the data structure of this algorithm rather than doubly linked lists or trees as other algorithms use, so less memory space and running time are required. secondly, the relationship between the entry and exit points on the two polygons is found and argumentation, which, with the reasonable operations on the lists, reduces the times that the lists are traversed and allows the polygon to be input clockwise or counterclockwise

    該演算法使用單線性鏈表數據結構,與其它使用雙鏈表或樹結構的演算法相比具有佔用空間少及處理速度快的特點;其次,找出並論證兩個多邊形之間進、出點之間的關系,並通過合理的數據結構處理,減少了演算法對多邊形鏈表的遍歷次數,而且允許多邊形既可以按順時針方向也可以按逆時針方向輸入。
  8. The system adopt griding - method to build isolines from the two data. the edge - information structure is designed firstly in program and isopoints are deposited in the edge - information linked lists, which is convenient to the tracking and building of isolines

    對于這兩種數據,本系統均採用網格序列法來生成等值線。在程序中,首次設計了邊信息結構,採用邊信息鏈表的方式來存儲等值點,大大方便了等值線的追蹤與生成。
  9. Binary tree class - a binary tree is a data structure with nodes that include no more than two linked nodes. they are often used for sorting data

    二叉樹是一個具有節點的數據結構,其每個節點最多包含兩個子節點。它們經常用來排序數據。
分享友人