代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/316932/13514173
cpp tcpclientdlg.cpp
// TcpClientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "TcpClient.h"
#include "TcpClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CTcpClientDlg dialog
CT
www.eeworm.com/read/136022/13878187
c at45db081.c
/*================================================================*/
/*功能说明: SPI总线子程序 */
/*文件名: SPI.C */
/*相关程序说明:本程序是读写A
www.eeworm.com/read/143384/5758095
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/124247/6054290
lst tcp_server_demo.lst
C51 COMPILER V7.06 TCP_SERVER_DEMO 11/26/2004 11:32:46 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TCP_SERVER_DEMO
OBJECT MODULE P
www.eeworm.com/read/187518/6287112
c spi_drive.c
/*******************************************************************************************************
* 文件名:Spi_Drive.c
* 功 能:SPI 总线配置 驱动HC595工作实现SPI串行数据传输
* 作 者:Windows
* 日 期:2006年10月12号
*
www.eeworm.com/read/491051/6439898
lst sendpack.lst
##############################################################################
# #
# IAR 8051 C/C++ Compiler V7.20H/W32
www.eeworm.com/read/489008/6481440
c ht9200a.c
#include"MEGA.h"
#define pDTMF_DATA_sbi sbi(PORTB,4);
#define pDTMF_DATA_cbi cbi(PORTB,4);
#define pDTMF_CLK_sbi sbi(PORTB,5);
#define pDTMF_CLK_cbi cbi(PORTB,5);
#define pDTMF_CE1_sbi sbi(PORT
www.eeworm.com/read/484039/6589700
c e51pro.c
//////////////////////////////////////////////////////////////////////////////////////////////////
//E51Pro.c
//Easy 51Pro编程器主程序,负责通讯,管理编程操作
////////////////////////////////////////////////////////
www.eeworm.com/read/482429/6624644
c main.c
//DB0--DB7====P1.20--P1.27
//*********************************************************************
#include"lpc213x.h"
//*********************************************************************
www.eeworm.com/read/410770/11269985
h gprs.h
//***********************************************************
// gprs driver header file
//***********************************************************
extern void GPRS_Cmd(char *pt);
ext