模块独立性 meaning in Chinese
module independence
Examples
- All the objects are modulated by the principle of independence and physical integrality , and then modeled one by one
本文采用模块化方法,根据模块独立性原则和物理划分原则将整个仿真系统中虚拟化的考察对象进行了细分,并逐一建模。 - Load - time weaving is very useful in preserving module independence in larger systems ; it provides the same kind of run - time resolution for aspects that java class loading does for objects
装载时织入在保持大型系统中的模块独立性方面非常有用,它为方面提供了java类装载为对象提供的同样的运行时解决方案。 - Class as the reuse object of object - oriented reuse , has the trait of strong independency , high plasticity and clear interface . by means of inheritance , combination and polymorphism , the basal object can finish complex function
面向对象复用主要基于类作为基础复用对象,每一个类均有模块独立性强、高度可塑性和接口清晰、简明等特点,基础对象通过继承、组合、多态等复用手段完成复杂的功能。 - Independence of module is bad and coupling between modules is always high in legacy systems written in conventional procedural languages . transforming legacy systems into equivalent object - oriented systems makes software more maintainable , reliable and understandable
传统的面向过程的程序设计方法设计出来的软件模块独立性差,模块之间的耦合度往往比较高,从而造成系统后期维护上存在较大的困难。