代码搜索:安全模式

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

代码结果 10,000
www.eeworm.com/read/242777/12986117

c nrf24l01.c

void nrf24l01_init0() { IO0CLR = NRF_CE0; // 空闲模式,不进行数据传输 T_data[0] = 0x23; // SETUP_AW:设置地址宽度 T_data[1] = 0x03;
www.eeworm.com/read/321298/13409344

m nsa.m

%% 该算法是NSA的编程实例,其中:sf是自己模式串;det是检测器集合; %% n是解测器检测器集合的个数; %% ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %% 下面是检测器产生阶段 %% rs=0.04; rab=0.05; self=[0.2265 0.1423; 0.2871 0
www.eeworm.com/read/320928/13415829

cpp bf.cpp

//字符串匹配算法 //BF(Brute Force)算法,区分大小写 #include #include #define pat_length 34 //模式字符串长度 int compare(unsigned char *t, unsigned char *p); unsigned char pat[pat_length+1]={
www.eeworm.com/read/319333/13454427

html meditordialog.html

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

prg main.prg

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不处理已删除的记录 set cent on set date to ansi close all RELEASE WINDOW 常用 &&关闭常用工具栏 if mod(day(date()),2)=0 &&偶数日期 _SCREEN.
www.eeworm.com/read/318723/13473506

bak main.bak

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不处理已删除的记录 set cent on set date to ansi close all RELEASE WINDOW 常用 &&关闭常用工具栏 if mod(day(date()),2)=0 &&偶数日期 _SCREEN.
www.eeworm.com/read/317843/13495502

c dsp28_evpwm1.c

#include "DSP281x_Device.h" void main(void) {//Step1 InitSysCtrl(); //Step2 EALLOW; GpioMuxRegs.GPBMUX.all = 0x0003; // EVB PWM 7-8 pins GpioMuxRegs.GPAMUX.all= 0x0000; // 设置成I/O模式
www.eeworm.com/read/315192/13548998

html 2005511105149.html

成本责任流管理模式探索[2] TD { .font12 { FONT-SIZE: 12px; FONT-STYLE: normal; FONT-FAMILY: "宋体" } .l
www.eeworm.com/read/315192/13548999

html 2005511104150.html

中国会计核算制度模式的演进 TD { .font12 { FONT-SIZE: 12px; FONT-STYLE: normal; FONT-FAMILY: "宋体" } .li
www.eeworm.com/read/311470/13630418

c spi.c

#include #include void SPI_init(void) { SSPEN = 1; //Enable ssp module TRISC5 = 0; //SDO 输出 TRISC4 = 1; //SDI 输入 TRISC3 = 0; //SCK 主控模式为输出 SSPCON &= 0xF0; //cle