common adj. 1.共通的,共同的,共有的。 2.公眾的;公共的。 3.普通的,通常的,尋常的,平常的。 4.平凡的,通俗的;粗俗的,低劣的。 5.【數(shù)學(xué)】共通的,公約的;【語法】通性的;通格的。 be common to 共通。 by common consent 全場一致,無異議,按公意。 common as dirt 最平凡的。 common or garden 普普通通的。 common run of 最普通的。 n. 1.公(有)地。 2.(牧場等的)共[公]用權(quán)(=right of common)。 3.〔pl. 作 sing. 用〕見 commons 詞條。 above [beyond] the common = out of the common. in common (with) 共通,共同,(與…)同樣(charges borne in common共同負(fù)擔(dān)的費用)。 keep [be in] commons (在大學(xué)等)聚餐。 the (House of) C- 〔英國〕下院,眾議院。 out of (the) common 異常的,非凡的。 adv. -ly
code n. 1.法典;法規(guī)。 2.規(guī)則,準(zhǔn)則;(社會、階級等的)慣例,習(xí)俗,制度。 3.(電)碼,代碼,密碼,暗碼;代號,略號,暗號。 4.【生物學(xué)】遺傳(密)碼。 the civil [criminal] code民[刑]法典。 the moral code道德準(zhǔn)則。 code of signals 信號密碼(本)。 code of the school 校規(guī)。 code and conventions 規(guī)章制度。 C- Napoléon 拿破侖法典。 C- of Hammurabi (古代巴比倫的)漢穆拉比法典。 code of honour 社會禮法;決斗慣例。 code of written law 成文法典。 the International Code 國際電碼。 the Morse code 摩爾斯電碼。 vt. 1.把…編成法典[法規(guī)]。 2.把…譯成[編成]電碼;編(碼);譯(碼)。 n. -r 【自動化】編碼裝置;【電訊】記發(fā)器。
Finally , programming for the new coding / decoding library is also done step by step . the first step is to finish the common coding module 最后,本文分步驟地完成了改進后編解碼方法的編程實現(xiàn),編寫了底層編解碼共用代碼,并在此基礎(chǔ)上完成了asn
Code analysis tool detects common coding errors , such as buffer overrun , un - initialized memory , null pointer dereference , and memory and resource leaks 代碼分析工具用于檢測常見的編碼錯誤,例如緩沖區(qū)溢出、內(nèi)存未初始化、空指針取消引用,以及內(nèi)存和資源泄露。
This uses common code to control the generation process , calling methods of the strategy implementation to generate the appropriate code for a particular type of operation 這種方式使用公用代碼控制生成過程,調(diào)用策略實現(xiàn)方法為一種特定的操作生成合適的代碼。
This is a little cleaner , as it keeps the common code common , and it makes development easier as the jet compiler doesn t always give the nicest error messages 這樣可能會更加整潔,因為它保留了代碼的通用性,并可以簡化開發(fā)過程,因為jet編譯器并不能總是給出最正確的錯誤消息。
The whole point of double - checked locking was that it was supposed to be a performance optimization , designed to eliminate synchronization on the common code path , largely because synchronization was relatively expensive in very early jdks 雙重檢查鎖定的要點是,它假定是性能優(yōu)化的,設(shè)計用于消除公共代碼路徑的同步,很大程度上因為對于早期的jdk來說,同步是相對昂貴的。
While , the code will have a strong dependency between core elements and the aspect through annotation types , it will save substantial code by moving the common code to an aspect or advice instead of placing it in every single method 雖然通過注釋類型,代碼使核心元素與方面之間有了強烈的依存關(guān)系,但是這樣可以節(jié)省很多代碼(通過將共同代碼轉(zhuǎn)移到一個方面或者通知中,而不是將它放到每一個方法中) 。
In the cases where the same basic code pattern is repeated , but with small implementation changes , placing the common code in a template and then using jet to generate the variations is an excellent way to save mechanical time and effort 在重復(fù)出現(xiàn)相同的基本代碼模式而只對實現(xiàn)稍微進行了一些修改的情況中,將通用的代碼放到一個模板中,然后使用jet來生成各種變化,這是一種很好的節(jié)省時間和精力的辦法。
An extension of java with run - time generic types , explains how a more powerful type system can help alleviate some of the tension that exists between the goals of factoring out common code , and using the type system to catch errors during compilation ( java的一個運行時泛型類型的擴展)的文章說明了一個更加強大的類型系統(tǒng)是怎樣幫助減輕存在于分解公共代碼和使用類型系統(tǒng)在編譯期間捕捉錯誤的兩個目標(biāo)之間的一些壓力的。
Python is cross - platform compatible , which makes it possible to deploy applications across a wide range of platforms using a common code base , and because it s written in the open source arena , you can modify and update the code to suit your own requirements Python具有跨平臺兼容性,因此能夠在一種通用代碼的基礎(chǔ)上跨越多種不同的平臺來部署應(yīng)用程序,而且,因為這個工具是開放源代碼的,所以您可以對代碼進行修改和更新,以適應(yīng)您自己的需求。