代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/432785/1889672
h cyusbdll.h
//加入extern是为了保持和C语言的兼容性,以便labcvi调用
extern "C" int __stdcall SendData(int nLen, unsigned char OutBuff[]);
extern "C" int __stdcall ReceData(int nLen, unsigned char inBuff[]);
www.eeworm.com/read/413918/2156290
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_SendCmd(unsigned
www.eeworm.com/read/413918/2156323
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_SendCmd(unsigned
www.eeworm.com/read/355666/3050869
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_SendCmd(unsigned
www.eeworm.com/read/267417/4267486
c poscomm.c
/*
poscomm.c
Sunyard S520-G POS communicate routine package.
*/
#include
#include
#include "pos.h"
static int CommTrans( );
static int SendData(char *strBuf, short sDat
www.eeworm.com/read/413918/2156282
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 void ZLG7290_SendBuf(unsigned char * d
www.eeworm.com/read/413918/2156315
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 void ZLG7290_SendBuf(unsigned char * d
www.eeworm.com/read/387240/8698429
c scan.c
#include "mpi.h" /*MPI head file*/
#include
int main( int argc, char** argv )
{
int i, rank, size;
double a[10],b[10];
double sum,c;
int senddata,recvdata;
MPI_Status status;
MPI_In
www.eeworm.com/read/446791/7564954
c uart.c
/*
void Uart0SendData()
{
byte i,Dat;
i=5;
while(i--)
{
if(!Uart0SendTask)break;
//DelayMs(1);
}
Uart0SendBuff[0] = 0x55;
Uart0SendBuff[1] = 0xaa;
www.eeworm.com/read/11248/214483
out tmp.out
C51 COMPILER V7.05 - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2003
*** WARNING C280 IN LINE 17 OF STEPMOTOR.C: 'SendData': unreferenced local variable
C51 COMPILATION COMPLETE.