代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/449640/7499271
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();
www.eeworm.com/read/448848/7524909
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/445864/7589073
txt 说明.txt
1:winsock 监听时,通过DataArrival方法获取请求,然后SendData 发送.
Private Sub tcpServer_DataArrival(ByVal bytesTotal As Long)
'为进入的数据声明一个变量。
'调用 GetData 方法,并将数据赋予名为 txtOutput 的 TextBox 的 Text 属性。
Dim strData As
www.eeworm.com/read/440946/7678654
pas ldshare.pas
unit LDShare;
interface
uses
Windows,Messages,SysUtils;
var
sBaseDir :String = '.\LogBase';
sServerName :String = 'ktest';
sCaption :String = 'LogServer';
nServerP
www.eeworm.com/read/438397/7731948
c main.c
#include "msp430x24x.h"
#define LE_H P5OUT|=BIT2 // LE--P52
#define LE_L P5OUT&=~BIT2
#define DATA_H P5OUT|=BIT1 // DATA--P51
#define DATA_L P5OUT&=~BI
www.eeworm.com/read/436720/7763905
c cputimer0.c
#include "DSP28_Device.h"
#include "ext_inf.h"
unsigned int LedCount;
const Uint16 LedCode[]={0x7F,0xBF,0xDF,0xEF,0xF7,0xFB,0xFD,0xFE,0xFF};
interrupt void ISRTimer0(void);
void SendData(Ui
www.eeworm.com/read/398957/7905119
c maincantest.c
/********************************************************************************
*使用自编写CAn收发函数的程序示例
*
********************************************************************************/
#include "c
www.eeworm.com/read/398957/7905130
c canapp.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/398446/7946058
h zlg7290.h
/****************************************************************************
* 文件名:ZLG7290.H
* 功能:ZLG7290操作软件包。(头文件)
****************************************************************************/
www.eeworm.com/read/197772/7971079
c uart_ir_pc.c
/*******************************************************************
* 文件: UART_IR_PC.C
* 开发: WWW.ZLGMCU.COM
* 日期: 2004.03.10
* 功能: 利用LPC900系列单片机的UART和T1实现与PC的红外通信。
* 本程