代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/154013/11995192

h zlg7290.h

/**************************************************************************** * 文件名:ZLG7290.H * 功能:ZLG7290操作软件包。(头文件) ****************************************************************************/
www.eeworm.com/read/153968/11997487

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/152025/12151032

c 44bmon.c

/////////////////实现群发 #include #include #include #include #include #include "44b.h" #include "44blib.h" #include "option.h" #include
www.eeworm.com/read/254145/12158573

h zlg7290.h

/**************************************************************************** * 文件名:ZLG7290.H * 功能:ZLG7290操作软件包。(头文件) ****************************************************************************/
www.eeworm.com/read/340363/12164347

asm 步幅5k radio.asm

;************************************************** ;DEFINE THE SPECIAL REGISTER ;************************************************** INDF EQU 0X00 TCC EQU 0X01 PC EQU
www.eeworm.com/read/340363/12164375

asm cv870.asm

;************************************************** ;DEFINE THE SPECIAL REGISTER ;************************************************** INDF EQU 0X00 TCC EQU 0X01 PC EQU
www.eeworm.com/read/253620/12209158

c i2c.c

#include #include //TWCR #define TWINT 7//中断标志,发送成功就会置位 #define TWEA 6 #define TWSTA 5 #define TWSTO 4 #define TWWC 3 #define TWEN 2 #define TWIE 0 //TWS
www.eeworm.com/read/151211/12228942

txt 39.txt

简单电子邮件发送程序 本文将向你介绍如何编写一个能发送简单的电子邮件的程序。所谓简单是指本程序只能发送纯文本,并且一次只能发送给一个收件人。 首先新建一个工程。 将窗体的Name属性改为"frmSendMail" ,Caption属性改为"Simple Mail sender", BorderStyle 属性值设为"1 - Fixed Single"。 向窗体中添加一个 ...
www.eeworm.com/read/151211/12228952

txt 91.txt

用VB实现客户——服务器(TCP/IP)编程实例   现在大多数语言都支持客户-服务器模式编程,其中VB给我们提供了很好的客户-服务器编程方式。下面我们用VB来实现TCP/IP网络编程。   TCP/IP协议是Internet最重要的协议。VB提供了WinSock控件,用于在TCP/IP的基础上进行网络通信。当两个应用程序使用Socket进行网络通信时,其中一个必须创建Socket服务器侦 ...
www.eeworm.com/read/151211/12229006

txt 92.txt

用VB实现客户——服务器(TCP/IP)编程实例   现在大多数语言都支持客户-服务器模式编程,其中VB给我们提供了很好的客户-服务器编程方式。下面我们用VB来实现TCP/IP网络编程。   TCP/IP协议是Internet最重要的协议。VB提供了WinSock控件,用于在TCP/IP的基础上进行网络通信。当两个应用程序使用Socket进行网络通信时,其中一个必须创建Socket服务器 ...