代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/426832/1986775
c commtest.c
#include "COMM.H"
int main()
{
char send[512];
char recv[512];
memset(send, 0, 512);
memset(recv, 0, 512);
strncpy(send, "666666", 6);
send[7]=0;
InitComm(1, 0, 0);
SendData
www.eeworm.com/read/415365/11075156
c udisk.c
//#include "stdafx.h"
//#include "CommPort.h"
//extern CCommPort Comm;
//#define SendResponse(buff,len) Comm.SendData(buff, NULL, len, 10000, 1, 0, FALSE); //发送数据
#include "config.h"
#includ
www.eeworm.com/read/104047/15711896
cpp bh10.cpp
// BH10.cpp : Defines the entry point for the console application.
//csAuxCom.SendData(szDataBuf,dwLen)
//csAuxCOm.RcvData(szDataBuf,&dwLen)
#include "stdafx.h"
#include "windows.h"
#include "Bh1
www.eeworm.com/read/104047/15711995
cpp bh10.cpp
// BH10.cpp : Defines the entry point for the console application.
//csAuxCom.SendData(szDataBuf,dwLen)
//csAuxCOm.RcvData(szDataBuf,&dwLen)
#include "stdafx.h"
#include "windows.h"
#include "Bh1
www.eeworm.com/read/25976/849504
c uart.c
#include "STC15F2K.h"
#include
typedef unsigned char uchar;
typedef unsigned int uint;
bit busy;
uchar GetC;
void InitUART(void);
void SendData(uchar dat);
void SendStri
www.eeworm.com/read/339586/3298595
cxx udptransport.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include
#include "resip/stack/Helper.hxx"
#include "resip/stack/SendData.hxx"
#include "resip/stack/SipMessage.hxx"
#inc
www.eeworm.com/read/362878/9977629
cpp fdtd_2d_tm_pml.cpp
// fdtd_2D_TM_PML.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "fdtd_2d_TM.h"
int main(int argc, char* argv[])
{
#ifdef senddata
Engine *ep;
www.eeworm.com/read/296395/8107306
c sound.c
#include "C89c55.h"
void Delay(unsigned int time);
//void SendData(uchar address,uchar type,uchar length);
void Init();
void FeedDog();
void Speak();
unsigned int Clock; // 定时计数值
unsigned
www.eeworm.com/read/13388/274331
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();