常見例句雙語例句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é)構,并將它作為一個指針傳送給需要在這個數(shù)據(jù)結(jié)構上進行操作的線程。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é)果中。麻省理工公開課 - 計算機科學及編程導論課程節(jié)選權威例句The game is moving towards data structure, where Lucent has no core competence.ECONOMIST: Telecoms equipmentWhen 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 MattersBrad 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