代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/104088/15710341
h nlequation.h
//////////////////////////////////////////////////////////////////////
// NLequation.h
//
// 求解线性方程组的类 CNLequation 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/104088/15710343
h lequations.h
//////////////////////////////////////////////////////////////////////
// LEquations.h
//
// 求解线性方程组的类 CLEquations 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////
www.eeworm.com/read/101772/15818505
java implementinterface.java
// 程序:接口
// 范例文件:ImplementInterface.java
interface SuperInterface
{
int a = 5;
int b = 10;
}
interface ChildInterface extends SuperInterface
{
int addNumber(
www.eeworm.com/read/389792/8502042
lis main.lis
.module main.c
.area text(rom, con, rel)
0000 .dbfile F:\ChengXuCunFang\ChengXU\AVR单片机程序存放\max485多机通讯1\主机/delay.h
0000
www.eeworm.com/read/389792/8502331
_c main._c
//从机11
#include
#include
#include "delay.h"
#include "1602.h"
#define amount 10 //设定通讯数据量
#define address 11
www.eeworm.com/read/389792/8502334
c main.c
//从机11
#include
#include
#include "delay.h"
#include "1602.h"
#define amount 10 //设定通讯数据量
#define address 11
www.eeworm.com/read/188496/8536399
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[三菱FX通讯程序.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/185750/8987780
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[三菱FX通讯程序.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/381042/9114227
c comm_drive.c
/*************************************************************************************
文件类型:通讯处理模块
文件作用:
修改权限:
文件相关:
创 建 人:chenbo
创建日期:2007.06.21
当前版本:Ver0.1
版本信息:Ver0.1 Ge
www.eeworm.com/read/281557/9150394
c inter_can_t.c
/////////can 交互通讯发送程序//////////////
/////////inter_can_t.c////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define MSGNUMC 6
#define MSGNUMD 7
#defi