代码搜索:通讯接口

找到约 10,000 项符合「通讯接口」的源代码

代码结果 10,000
www.eeworm.com/read/341978/12049365

h lequations.h

////////////////////////////////////////////////////////////////////// // LEquations.h // // 求解线性方程组的类 CLEquations 的声明接口 // // 周长发编制, 2002/8 /////////////////////////////////////////////////////
www.eeworm.com/read/341978/12049437

h nlequation.h

////////////////////////////////////////////////////////////////////// // NLequation.h // // 求解线性方程组的类 CNLequation 的声明接口 // // 周长发编制, 2002/8 /////////////////////////////////////////////////////
www.eeworm.com/read/341978/12049457

h lequations.h

////////////////////////////////////////////////////////////////////// // LEquations.h // // 求解线性方程组的类 CLEquations 的声明接口 // // 周长发编制, 2002/8 /////////////////////////////////////////////////////
www.eeworm.com/read/341978/12049511

h nlequation.h

////////////////////////////////////////////////////////////////////// // NLequation.h // // 求解线性方程组的类 CNLequation 的声明接口 // // 周长发编制, 2002/8 /////////////////////////////////////////////////////
www.eeworm.com/read/341978/12049534

h lequations.h

////////////////////////////////////////////////////////////////////// // LEquations.h // // 求解线性方程组的类 CLEquations 的声明接口 // // 周长发编制, 2002/8 /////////////////////////////////////////////////////
www.eeworm.com/read/341978/12049597

h lequations.h

////////////////////////////////////////////////////////////////////// // LEquations.h // // 求解线性方程组的类 CLEquations 的声明接口 // // 周长发编制, 2002/8 /////////////////////////////////////////////////////
www.eeworm.com/read/151669/12182902

h ideio.h

/********************************************************/ /* */ /* 库 名 称:IDE基本I/O函数库 */ /* 功 能 描 述:提供IDE接口设备基本读写、控制
www.eeworm.com/read/149789/12350323

frm frmsetinterface.frm

VERSION 5.00 Begin VB.Form FrmSetInterface Caption = "接口参数设置" ClientHeight = 3105 ClientLeft = 60 ClientTop = 345 ClientWidth = 5505 LinkT
www.eeworm.com/read/132098/14110562

java shape.java

// Shape.java // 定义形状接口 public interface Shape { public abstract double area(); public abstract double volume(); public abstract String getName(); }
www.eeworm.com/read/128668/14282842

java implementinterface.java

// 程序:接口 // 范例文件:ImplementInterface.java interface SuperInterface { int a = 5; int b = 10; } interface ChildInterface extends SuperInterface { int addNumber(