代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/487627/6506522
asm mt8888.asm
switch bit p3.3 ;提机高电平有效
IRQCP BIT p3.2 ;int0
;--------------------------------------------
;发送寄存器,接收寄存器地址:0000H
;控制寄存器、状态寄存器地址:0100H
;CS-----P2.1
;RS0----P2.0
;p
www.eeworm.com/read/320809/6569773
m simo_capacity.m
% B04060532-曹作恺-程序-3
% 平均功率分配的MIMO信道容量——SIMO的信道容量
% SIMO_Capacity.m
% B04060532@fm.njupt.edu.cn
clear all;clc;
Nt = 1; % 8.发射天线的数目为1
Nr = 1; % 9.接收天线的
www.eeworm.com/read/484557/6579733
c chuankou.c
#include
#include
#include "Typedef.H"
#include "Disp_drive.h"
#include "UserDef.H"
#include "congji.h"
INT8U SHUJU=0;
INT8U SHUJU_DUP[15];
//串口接收一个整数并显示
void chuankou
www.eeworm.com/read/484316/6585577
s common.s
.module common.c
.area text(rom, con, rel)
.dbfile E:\心电监护系统\测试程序\第一阶段\无线测试\接收端\common.c
.dbfunc e Delay650us _Delay650us fV
; i -> R16
; t -> R18
.even
_Delay650
www.eeworm.com/read/482677/6620918
m digit_receive.m
%数字基带信号接收示意
clear all;
close all;
N =100;
N_sample=8; %每码元抽样点数
Ts=1;
dt = Ts/N_sample;
t=0:dt:(N*N_sample-1)*dt;
gt = ones(1,N_sample); %数字基带波形
d = sign(randn(1,N)); %输入数字序列
a =
www.eeworm.com/read/481917/6632473
txt 51.txt
#i nclude
#define max 20//定义缓冲区大小
struct comset{
char tcombuffer[max];//发送缓冲区:环状
char rcombuffer[max];//接收缓冲区
char rcount,tcount;//收发的有效数据数
char rstart,rend,tstart,tend;//当前读写起始与结束位置
www.eeworm.com/read/480432/6664310
cpp com.cpp
//---------------------------------------------------------------------------
//串口控制类
//基本用WINAPI实现,采用事件响应方式,用一个线程处理各种消息
//用一个线程进行监控串口以接收字符,直接向串口写字符
//作者:冯华亮
//最后修改日期:2002年5月
#include
#
www.eeworm.com/read/479567/6688766
h data.h
/*data.h 该头文件中包括全局变量,所用到的结构等*/
/*定义的结构链表,用于接收命令*/
struct Call{
int CallDirection;/*呼叫方向:1.代表向上;2.代表向下;0.代表内部呼叫*/
int CallFloor;/*呼叫楼层*/
struct Call *Nextptr;
};
typedef struct Cal
www.eeworm.com/read/410211/11298162
c cw1.c
#include "iom32v.h"
#include "macros.h"
#define wuxian_js PA3 //无线接收
#define power_led PC6 //电源指示灯
#define study_key PC1 //学习键
#define UDRE 5 //发送缓冲区为空
#define DATA_REGISTER_