代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/149932/12330351
c receive.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5
www.eeworm.com/read/149932/12330354
c putchar.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5
www.eeworm.com/read/149932/12330359
c 24e1.c
/*=====================================================================
*
* nRF24E1-Quick-Dev快速开发系统源代码
* 2003.7.1
* 功能:
* 1.nRF24E1的初始化控制
* 2.nRF24E1的数据发射与数据接收
* 3.串口通信
* 4.由 Keil C5
www.eeworm.com/read/337753/12342862
h global.h
#ifndef _global_h
#define _global_h
#include "define.h"
//---------------遥控-----------------
extern bit BZ_rem; //遥控标志变量,用来识别是不是有遥控按键按下,有则为“1“无则为”0“
extern uchar REM_value;//用来接收遥控的键值。
ext
www.eeworm.com/read/337685/12350063
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/131737/14131736
c 401.c
#include
#define uchar unsigned char
#define uint unsigned int
void delay();
char Cri_opt[3]; //标准选择命令码
char Cha_opt[3]; //通道选择命令码
char Xbuff[15]; //数据发送缓冲区
char Rbuff[15]; //数据接收缓冲
u
www.eeworm.com/read/225933/14510671
c net_tcp.c
#include "stdio.h"
#include "alt_types.h"
void IP_TCP(void) //tcp协议处理程序
{
TCP_Symbol_Receive=Receive_Buffer[Start_TCP+13]&0x3f; //接收到的TCP标志
//printf("\nTCP_Symbole_Receive = 0x
www.eeworm.com/read/225304/14545412
txt 红外.txt
uchar data i,time,x_data,ma;
uchar data j,s,len,h,RD;
uchar xdata *pm;
uint data c,cj,n,cc;
if(int3==0)
{int3=0;int2=0;} // 设置为红外接收状态
else return;
ledst(0xf7);
www.eeworm.com/read/123195/14642836
java smsrepeatreceive.java
//SMSRepetaReceive.java 2004/03/29 ta na
//该程序能接收短消息,并将其内容显示出来(只限文本消息,而且不能太长)
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import javax.microedition.lcdui.*;
import javax.wire
www.eeworm.com/read/220284/14844468
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,中断采用接收方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#