代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/343242/11961810
c subser.c
//相减服务器
//接收客户端发来的两个数字,进行相减运算
//
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/153959/11997768
c usb.c
//USB通信实验主程序,包括打开连接,发送数据和接收数据
#include "reg52.h"
#include "usb.h"
#include "study.h"
void usb_init_timer0();
extern uchar data time_service;
xdata USB_DEMO usbDemo;
//函数名:usb_menu
www.eeworm.com/read/153959/11997772
c usb.c
//USB通信实验主程序,包括打开连接,发送数据和接收数据
#include "reg52.h"
#include "usb.h"
#include "study.h"
void usb_init_timer0();
extern uchar data time_service;
xdata USB_DEMO usbDemo;
//函数名:usb_menu
www.eeworm.com/read/342768/11999644
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,中断采用接收方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/341606/12076032
c section6.c
#include
#include "modem.h"
#include "uart.h"
#include "process.h"
#include "const.h"
//定义全局变量
static char nComm;
int *pFlash;
//定义串口操作变量
char nRev_UART0; // 串口 0 的接收标志
char
www.eeworm.com/read/341273/12096227
c testmain.c
//主程序
#include
#include
extern int TESTscan();
char Scanin[300],Scanout[300]; //用于接收输入输出文件名
FILE *fin,*fout; //用于指向输入输出文件的指针
void main(){
int es=0;
es=TESTscan();//调词法分
www.eeworm.com/read/340729/12137956
asm pcf8574.asm
BitCnt DATA 30H ; I2C 数据位计数器
ByteCnt DATA 31H ; I2C 数据字节计数器
SlvAdr DATA 32H ;被控器地址
RcvDat DATA 70H ;接收数据缓冲区
Xm
www.eeworm.com/read/150510/12288859
c exp.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5
www.eeworm.com/read/150388/12295589
c section6.c
#include
#include "modem.h"
#include "uart.h"
#include "process.h"
#include "const.h"
//定义全局变量
static char nComm;
int *pFlash;
//定义串口操作变量
char nRev_UART0; // 串口 0 的接收标志
char
www.eeworm.com/read/149932/12330348
c transmit.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5