代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/419369/10872019
bmp 接收.bmp
www.eeworm.com/read/457802/7317668
txt 接收.txt
#include "reg52.h"
#include "intrins.h"
#include "CC1100.h"
#define INT8U unsigned char
#define INT16U unsigned int
#define WRITE_BURST 0x40 //连续写入
#define READ_SINGL
www.eeworm.com/read/452200/7446112
opt 接收.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/452200/7446115
hex 接收.hex
:10082600AD071FED600BE4FEEEC3947D50F20E8023
:01083600F7CA
:01083700229E
:10083800758920758DE8758BE8E4F587D28E7598F3
:020848009022FC
:10080000C2A0C2983098FD85990BC298D2A0E50B82
:10081000B40108759
www.eeworm.com/read/452200/7446118
plg 接收.plg
礦ision3 Build Log
Project:
E:\项目类E\控制面板\485全双工通信\485单数据通信\接收.uv2
Project File Date: 04/09/2009
Output:
www.eeworm.com/read/452200/7446130
obj 接收.obj
www.eeworm.com/read/452200/7446140
c 接收.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
//uchar idata buf[10]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09};
uchar dat1,dat2;
uchar
www.eeworm.com/read/452200/7446142
lst 接收.lst
C51 COMPILER V8.02 接收 04/09/2009 14:13:25 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE 接收
OBJECT MODULE PLACED IN 接收.OBJ
www.eeworm.com/read/451729/7457349
bas 接收.bas
$regfile = "m8def.dat" ' 定义目标单片机是ATmega8
$crystal = 1000000
'====定义使用的定时中断为1,分频系数为64====
Config Timer1 = Timer , Prescale = 64
'======定义定时中断处理子程序========