代码搜索:RF

找到约 8,431 项符合「RF」的源代码

代码结果 8,431
www.eeworm.com/read/332491/12752943

tmp pcf8563_calator.c~rf361e3f.tmp

void Value_Chk(uchar *t) // *t 是PCF_time { uchar i,j; //以下分别去掉时间值中的无效位,年位不用换 *t&=0x7f; *(t+1)&=0x7f; *(t+2)&=0x3f; *(t+3)&=0x3f; *(t+4)&=0x1f; *(t+5)&=0xff; /
www.eeworm.com/read/332491/12753130

tmp key.c~rf6c3c7f.tmp

#include "msp430X16x.h" #include "KEY.h" #include "LCDdriver.h" #include "PCF8563.h" #include "stdbool.h" unsigned char flagA,flagB,flagC,flagD; bool K2_Value,K3_Value; static uns
www.eeworm.com/read/292248/8365644

m test.m

clear all, close all, clc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %OFDM Blocks (Turbo+QPSK) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%