代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/338307/3318870
java implementinterface.java
// 程序:接口
// 范例文件:ImplementInterface.java
interface SuperInterface
{
int a = 5;
int b = 10;
}
interface ChildInterface extends SuperInterface
{
int addNumber(
www.eeworm.com/read/334868/3361157
c rs485.c
/******************************************************************
* 文件名称:
* RS485.c
* 文件说明:
* 使用UART模块外加Max3485芯片实现485接口
***********************************
www.eeworm.com/read/331055/3418661
java shape.java
// Shape.java
// 定义形状接口
public interface Shape {
public abstract double area();
public abstract double volume();
public abstract String getName();
}
www.eeworm.com/read/329281/3432989
cs imanager.cs
using System;
namespace StudentsMIS.Business
{
///
/// IManager接口。
///
public interface IManager
{
IEntity Select(string id);
int Insert(IEntity obj);
www.eeworm.com/read/320817/3541296
java shape.java
// Shape.java
// 定义形状接口
public interface Shape {
public abstract double area();
public abstract double volume();
public abstract String getName();
}
www.eeworm.com/read/307393/3723194
h nlequation.h
//////////////////////////////////////////////////////////////////////
// NLequation.h
//
// 求解线性方程组的类 CNLequation 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/307393/3723197
h lequations.h
//////////////////////////////////////////////////////////////////////
// LEquations.h
//
// 求解线性方程组的类 CLEquations 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/307393/3723201
h nlequation.h
//////////////////////////////////////////////////////////////////////
// NLequation.h
//
// 求解线性方程组的类 CNLequation 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/307393/3723204
h lequations.h
//////////////////////////////////////////////////////////////////////
// LEquations.h
//
// 求解线性方程组的类 CLEquations 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/307393/3723259
h nlequation.h
//////////////////////////////////////////////////////////////////////
// NLequation.h
//
// 求解线性方程组的类 CNLequation 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////