data structure
常見(jiàn)例句
- That is, you make sure that only one thread at a time can access a certain data structure by locking and unlocking it.
這就是說(shuō),通過(guò)線程的鎖定和解鎖,對(duì)于某一數(shù)據(jù)結(jié)構(gòu),確保某一時(shí)刻只能有一個(gè)線程能夠訪問(wèn)它。 - 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)建一個(gè)任意復(fù)雜的數(shù)據(jù)結(jié)構(gòu),并將它作為一個(gè)指針傳送給需要在這個(gè)數(shù)據(jù)結(jié)構(gòu)上進(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.
在考慮每個(gè)節(jié)點(diǎn)都是一個(gè)不可變數(shù)據(jù)結(jié)構(gòu)的節(jié)點(diǎn)樹(shù)時(shí),我們必須考慮如何修改樹(shù)內(nèi)的一個(gè)節(jié)點(diǎn)或多個(gè)節(jié)點(diǎn),而不必更改整個(gè)樹(shù)。 - It's going to be stuck in a data structure.
或者其他數(shù)據(jù)結(jié)果中。
麻省理工公開(kāi)課 - 計(jì)算機(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