代码搜索:通讯接口
找到约 10,000 项符合「通讯接口」的源代码
代码结果 10,000
www.eeworm.com/read/26441/959142
c at24c1024.c
//-----------------------------------------------------------------
// 名称:用TWI接口读写AT24C1024子程序
//-----------------------------------------------------------------
#include
#include
www.eeworm.com/read/27607/985095
c i2c_mcp3421.c
//-----------------------------------------------------------------
// 名称: IIC接口A/D转换器件MCP3421读写程序
//-----------------------------------------------------------------
#include
#define INT
www.eeworm.com/read/28694/1005663
c at25f2048.c
//-----------------------------------------------------------------
// 名称:用SPI接口读写AT25F2048子程序
//-----------------------------------------------------------------
#include
#include
www.eeworm.com/read/28694/1005737
c at24c1024.c
//-----------------------------------------------------------------
// 名称:用TWI接口读写AT24C1024子程序
//-----------------------------------------------------------------
#include
#include
www.eeworm.com/read/472355/1411318
lua npcsdk.lua
------------------------------------------------------------
--NpcSdk.lua Created by knight 2004.11.18.
--
--npc对话系统函数接口定义
print( "loading npcsdk.lua" )
------------------------------------------
www.eeworm.com/read/234079/4662960
h itimelogserver.h
#include "GUIDS.h"
//接口ITimeLog的声明
DECLARE_INTERFACE_(ITimeLog,IUnknown)
{
STDMETHOD(OutputLog)(BSTR* varLogText)PURE;
};
www.eeworm.com/read/232586/4697547
java~1~ interfaceofemployee.java~1~
/*该接口用于定义员工的相关操作*/
package com.richard.dao;
public interface InterfaceOfEmployee {
void employeeInsert();
}
www.eeworm.com/read/222086/4822773
c ch452.c
/*******************************************************************
CH452 2 线接口
*******************************************************************/
#include
#include "define.h"
www.eeworm.com/read/218512/4859821
c sys_arch.c
//*------------------------------------------------------------------------------------------------
//* 文件名 : sys_arch.c
//* 功能描述 : 操作系统模拟层接口函数实现文件
//*-----------------------------------------