is a management infrastructure that supports the syntax of CIM, the Managed Object Format ( MOF ), and a common programming interface. 此应用管理的基础结构支持CIM语法、托管对象格式(MOF)和通用编程接口(CPI)。
This design allows the hypervisor to export a common set of emulated devices and make them available through a common application programming interface ( API ). 该设置还允许hypervisor导出一组通用的模拟设备,并通过一个通用的应用编程接口(API)让它们变得可用。
The common security programming interface ( CSPI ) is the interface between security middleware and user. User can achieve the aim of security service by common security programming interface. 公共安全编程接口(CSPI)是安全中间件与用户之间的接口,通过使用公共安全编程接口用户可以透明地利用安全中间件完成安全服务。
With data capture, a common Java application programming interface ( API ) insulates the application logic from the device-specific API or protocol. 通过数据捕获,一个通用Java应用编程界面(API)会把设备特定的API或者协议与应用逻辑隔离开来。
It's reasonable to follow common object-oriented programming practices and have getters and setters in the public interface, but within a class you should always access fields directly. 通常根据面向对象语言的实践,在公共接口中使用Getters和Setters是有道理的,但在一个字段经常被访问的类中宜采用直接访问。