代码搜索:安全模式

找到约 10,000 项符合「安全模式」的源代码

代码结果 10,000
www.eeworm.com/read/367448/9747580

c main1__.c

#define Main_H #include "allheads.h" void main(void) { initialize(); //初始MEGA88 IO和寄存器 init_SPI(); //初始SPI端口 RF_Channel=8; //选择NRF24L01第8频道 RX_Mode(); //进入接收模式 (接收
www.eeworm.com/read/367448/9747625

c~ main1.c~

#define Main_H #include "allheads.h" void main(void) { initialize(); //初始MEGA88 IO和寄存器 init_SPI(); //初始SPI端口 RF_Channel=8; //选择NRF24L01第8频道 RX_Mode(); //进入接收模式 (接收
www.eeworm.com/read/367190/9767376

txt 14489.txt

#include /* for EnableInterrupts macro */ #include /* include peripheral declarations */ long i,j; void main(void) { /*系统初始化*/ CONFIG2=0x01; //STOP模式下禁止振荡器工作,内部总线时
www.eeworm.com/read/269549/11094630

asm loader.asm

;/* loader.asm : ; * 系统初始化模块代码,负责将系统内核加载至内存并进入保护模式,最终将 ; * 系统控制权交由内核。 ; * ; * Copyright(c) 2007, Alex P.Wonder ; * phoenixwonder@gmail.com ; * ; */ %include "bootsec.inc" %include "pm
www.eeworm.com/read/414690/11106432

_c uart._c

/*****************************************/ //文件名:uart.c //功能:中断模式串口通信的应用 //目标MCU:ATMega8 //晶振4MHZ /*****************************************/ //通信波特率为9600(8位数据,无校验,1位停止位,无数据流控制)。 #includ
www.eeworm.com/read/414690/11106443

c uart.c

/*****************************************/ //文件名:uart.c //功能:中断模式串口通信的应用 //目标MCU:ATMega8 //晶振4MHZ /*****************************************/ //通信波特率为9600(8位数据,无校验,1位停止位,无数据流控制)。 #includ
www.eeworm.com/read/414113/11128090

html meditordialog.html

mEditor - 对话框模式 (按Esc键可关闭对话框) body{margin: 0px; border: 0px; background-color
www.eeworm.com/read/300378/13916793

m program_13_21.m

% 当前延拓模式是补零 % 装载原始信号 load sumlichr; x = sumlichr; subplot(211), plot(x); title('原始信号') % 使用wpdencmp函数进行信号分解 % 寻找默认值(参见ddencmp函数) [thr,sorh,keepapp,crit] = ddencmp('cmp','wp',x) % 使用全局阈值进行压缩 [
www.eeworm.com/read/204319/15341611

c pwm2.c

/////////PCA CEX0为50HZ PWM 输出模式,PCA时钟为外部输入////////////// /////////PWM2.c////////////////////////// #include #define T3RUN temppage=SFRPAGE;SFRPAGE=0x01;TR3=1;SFRPAGE=temppage #define
www.eeworm.com/read/202098/15390567

c 6oktime.c

#include"reg51.h" #define uint unsigned int #define uchar unsigned char int hour=12; //初始化。 int minite=30; int sconds=0; uint count; //模式切换变量 uint k=0; //1s标志位(k=20表示1s) uint done;