implementation dependency 中文意思是什麼

implementation dependency 解釋
實現依賴
  • implementation : n. 執行,履行;貫徹,落實。
  • dependency : n. 1. 依存,從屬。2. 從屬物。3. 屬國,屬地,保護地。
  1. Abstraction allows the application to build upon an independent set of logical interfaces ; thereby reducing the dependency on the physical implementation of the underlying database

    抽象使程序基於相對獨立的邏輯介面,因此減少對物理執行的基礎數據庫的依賴。
  2. In cases where the operands differ in sign and the rounding direction matters, a program shall either include code generating the desired form of division, not relying on the implementation - defined default result, or have an environmental dependency on the desired rounding direction

    在運算元符號不同及四捨五入方向考量的情形下,一個程式應該自行包含所需的除法格式,而不依靠實作自訂的預設結果,或是用一個環境相依的合需求的四捨五入方向
  3. If you re facing circular - logical dependencies among modules that contain aspects, you can apply the dependency inversion principle just as you would in object - oriented programming : make the more abstract types depend on an interface abstraction and not on an implementation

    如果您正面臨著包含方面的模塊之間存在循環邏輯依賴性,則可以應用dependency inversion principle ,正如在面向對象編程中一樣:使更抽象的類型依賴于介面抽象而不是依賴于實現。
分享友人