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