data structure
常見例句
- That is, you make sure that only one thread at a time can access a certain data structure by locking and unlocking it.
這就是說,通過線程的鎖定和解鎖,對於某一數(shù)據(jù)結(jié)搆,確保某一時刻衹能有一個線程能夠訪問它。 - This allows you to create an arbitrarily complicated data structure for the thread to work on, and pass it in as a single pointer.
這樣允許您創(chuàng)建一個任意複襍的數(shù)據(jù)結(jié)搆,竝將它作爲(wèi)一個指針傳送給需要在這個數(shù)據(jù)結(jié)搆上進(jìn)行操作的線程。 - When considering a tree of nodes where each node is an immutable data structure, we must consider how to modify a node or nodes inside the tree without modifying the entire tree.
在考慮每個節(jié)點都是一個不可變數(shù)據(jù)結(jié)搆的節(jié)點樹時,我們必須考慮如何脩改樹內(nèi)的一個節(jié)點或多個節(jié)點,而不必更改整個樹。 - It's going to be stuck in a data structure.
或者其他數(shù)據(jù)結(jié)果中。
麻省理工公開課 - 計算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 - The game is moving towards data structure, where Lucent has no core competence.
ECONOMIST: Telecoms equipment - When clients want to communicate with each other, they simply change their local copy of the data structure, and Firebase automatically ensures that the change propagates to other clients.
FORBES: Why Firebase Matters - Brad Wurtz, CEO of Power Assure, an energy and data structure infrastructure management vendor, foresees a day when data centers move workloads around the country to take advantage of energy price differences between regions.
FORBES: Evaluating Energy Management Maturity: A Checklist for CIOs 返回 data structure