Interface
interface是面向对象编程语言中接口操作的关键字,功能是把所需成员组合起来,用来封装一定功能的集合。它好比一个模板,在其中定义了对象必须实现的成员,通过类或结构来实现它。接口不能直接实例化,即ICountic=newiCount()是错的。接口不能包含成员的任何代码,只定义成员本身。接口成员的...
共 509 份资源
Interface 热门资料
PDF文档
internet interface IC interface sourece code .for dsp application
internet interface IC interface sourece code .for dsp application...
PDF文档
: Interface definition for driver code for I2C (SSC) interface
: Interface definition for driver code for I2C (SSC) interface...
PDF文档
Emulating a synchronous serial interface (SSC) interface via software routines
The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC...