persistent data structure
基本解釋
- [計算機科學(xué)技術(shù)]持續(xù)資料結(jié)構(gòu)
英漢例句
- Partially persistent data is a persistent data structure that allows updates to the latest version only.
部分持久數(shù)據(jù)是一種僅允許對最新版本更新的持久數(shù)據(jù)結(jié)構(gòu)。 - Fully persistent data is a persistent data structure that both maintains and allows updates to all versions of its data.
完全持久數(shù)據(jù)是一種維護其數(shù)據(jù)的所有版本并允許對這些版本更新的持久數(shù)據(jù)結(jié)構(gòu)。 - In short, the idea is to turn a persistent data structure into a transient before a series of modifications; the call transient achieves that.
簡單來說,這種思想就是在大量修改之前將一個持久數(shù)據(jù)結(jié)構(gòu)轉(zhuǎn)換為一個transient;調(diào)用transient即可完成這個功能。
雙語例句
詞組短語
- fully persistent data structure 全持續(xù)數(shù)據(jù)結(jié)構(gòu)
- confluently persistent data structure 匯合持續(xù)數(shù)據(jù)結(jié)構(gòu)
- partially persistent data structure 部分持續(xù)數(shù)據(jù)結(jié)構(gòu)
短語
專業(yè)釋義
- 持續(xù)資料結(jié)構(gòu)