代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/400508/11575815
c msp430pc.c
/*2008-9-10*/
#include "include.h"
uchar aTxBuff[12]; //发送数据缓冲区
uchar RxBuff[N_XY_BAO]; //接收数据缓冲区rx_pc
uchar NRxBuff; //从pc收到数据长度,
uchar re_tx; //重发次数
uchar ann_tem;
uchar pre_tem;
uc
www.eeworm.com/read/347738/11639397
c 16_2_3.c
//红外遥控接收程序
#include < REG51.h >
bit leader; //引导码标记
bit user; //用户码标记
unsigned long group; //32位二进制码组
unsigned int code[4] = {0x00,0x00,0x00,0x00};
unsigned int length; //码长
unsigned
www.eeworm.com/read/347017/11705404
v rcvr.v
module rcvr (data_out,received,s_in,clock,reset);
input s_in,clock,reset;
output [7:0] data_out;
output received;
parameter band_cnt=16;//代表波特率输入数据,数字代表接收时钟的分频数
reg s_in1,s_in2,rxclk_enable,re
www.eeworm.com/read/260029/11750878
dbg tuner.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\电视接收头\高频头项目\avr\SRC\
FILE I2C.c
FUNC delay_us 208 fV
BLOCK 14 20A
DEFREG i 10 c
DEFREG count 16 c
LINE 14 20A
LINE 16 20A
www.eeworm.com/read/257211/11944240
c 7-2.c
#include
#include
void main(void)
{
unsigned char True = 1; //定义
unsigned char False = 0;
SCON = 0x50; //串口方式1,允许接收
TMOD = 0x20; //定时器1定时方式2
TH1 = 0xE8; //11.059
www.eeworm.com/read/256283/12010543
bak udp-server.c.bak
/*udp服务器(server)端程序,用于接收客户端发送来的数据,然后打印到屏幕*/
#include
#include
#include
#include
#include
#include
#include /*cl
www.eeworm.com/read/256283/12010544
c udp-server.c
/*udp服务器(server)端程序,用于接收客户端发送来的数据,然后打印到屏幕*/
#include
#include
#include
#include
#include
#include
#include /*cl
www.eeworm.com/read/152080/12145324
asm rs232.asm
;实验名称:RS232通信实验
;功能:接收电脑送过来的数据,并且显示16进制数,并将数据回传到电脑
; 作者:http://www.mcuprog.com
; 05-02-01
;***********************************************************
E BIT P3.5 ;LCD口线的定义
RW BIT P3.6
www.eeworm.com/read/337136/12388206
c 7-2.c
#include
#include
void main(void)
{
unsigned char True = 1; //定义
unsigned char False = 0;
SCON = 0x50; //串口方式1,允许接收
TMOD = 0x20; //定时器1定时方式2
TH1 = 0xE8; //11.059