common adj. 1.共通的,共同的,共有的。 2.公众的;公共的。 3.普通的,通常的,寻常的,平常的。 4.平凡的,通俗的;粗俗的,低劣的。 5.【数学】共通的,公约的;【语法】通性的;通格的。 be common to 共通。 by common consent 全场一致,无异议,按公意。 common as dirt 最平凡的。 common or garden 普普通通的。 common run of 最普通的。 n. 1.公(有)地。 2.(牧场等的)共[公]用权(=right of common)。 3.〔pl. 作 sing. 用〕见 commons 词条。 above [beyond] the common = out of the common. in common (with) 共通,共同,(与…)同样(charges borne in common共同负担的费用)。 keep [be in] commons (在大学等)聚餐。 the (House of) C- 〔英国〕下院,众议院。 out of (the) common 异常的,非凡的。 adv. -ly
code n. 1.法典;法规。 2.规则,准则;(社会、阶级等的)惯例,习俗,制度。 3.(电)码,代码,密码,暗码;代号,略号,暗号。 4.【生物学】遗传(密)码。 the civil [criminal] code民[刑]法典。 the moral code道德准则。 code of signals 信号密码(本)。 code of the school 校规。 code and conventions 规章制度。 C- Napoléon 拿破仑法典。 C- of Hammurabi (古代巴比伦的)汉穆拉比法典。 code of honour 社会礼法;决斗惯例。 code of written law 成文法典。 the International Code 国际电码。 the Morse code 摩尔斯电码。 vt. 1.把…编成法典[法规]。 2.把…译成[编成]电码;编(码);译(码)。 n. -r 【自动化】编码装置;【电讯】记发器。
Finally , programming for the new coding / decoding library is also done step by step . the first step is to finish the common coding module 最后,本文分步骤地完成了改进后编解码方法的编程实现,编写了底层编解码共用代码,并在此基础上完成了asn
Code analysis tool detects common coding errors , such as buffer overrun , un - initialized memory , null pointer dereference , and memory and resource leaks 代码分析工具用于检测常见的编码错误,例如缓冲区溢出、内存未初始化、空指针取消引用,以及内存和资源泄露。
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 这种方式使用公用代码控制生成过程,调用策略实现方法为一种特定的操作生成合适的代码。
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 这样可能会更加整洁,因为它保留了代码的通用性,并可以简化开发过程,因为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 双重检查锁定的要点是,它假定是性能优化的,设计用于消除公共代码路径的同步,很大程度上因为对于早期的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 虽然通过注释类型,代码使核心元素与方面之间有了强烈的依存关系,但是这样可以节省很多代码(通过将共同代码转移到一个方面或者通知中,而不是将它放到每一个方法中) 。
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 在重复出现相同的基本代码模式而只对实现稍微进行了一些修改的情况中,将通用的代码放到一个模板中,然后使用jet来生成各种变化,这是一种很好的节省时间和精力的办法。
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的一个运行时泛型类型的扩展)的文章说明了一个更加强大的类型系统是怎样帮助减轻存在于分解公共代码和使用类型系统在编译期间捕捉错误的两个目标之间的一些压力的。
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具有跨平台兼容性,因此能够在一种通用代码的基础上跨越多种不同的平台来部署应用程序,而且,因为这个工具是开放源代码的,所以您可以对代码进行修改和更新,以适应您自己的需求。