代码搜索:安全模式

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

代码结果 10,000
www.eeworm.com/read/119706/14824168

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/220284/14844766

c ds1302.c

#include #include #include "main.h" #include "DS1302.h" //初始化SPI接口 void init_SPI(void) { SPCR = (1
www.eeworm.com/read/206802/15289808

cpp 3descbc.cpp

#include #include //此DES算法为CBC--密码分组链接模式 //此DES算法的加解密效率约为56K每秒。 int Crypt(char *sourcepath,char *destpath,char *inputkey,char *inputiv); int Decrypt(char *sourcepath,char *de
www.eeworm.com/read/206802/15289810

cpp 3descm.cpp

#include #include //此DES算法为CBC--密码分组链接模式 //此DES算法的加解密效率约为56K每秒。 int Crypt(char *sourcepath,char *destpath,char *inputkey,char *inputiv); int Decrypt(char *sourcepath,char *de
www.eeworm.com/read/205674/15310080

c scispi.c

#include "scispi.h" void SPI_MasterInit(void) { /* 设置 MOSI和 SCK为输出,其他为输入 */ //DDR_SPI |= (1
www.eeworm.com/read/8790/153881

h zhx1010.h

#ifndef _ZHX1010_H_ #define _ZHX1010_H_ #define uint unsigned int #define uchar unsigned char sbit PinSD = P3^3; //函数功能:初始化UART //说明:模式1,8位,Fosc = 11.059MHz,temp为波特率设置参数
www.eeworm.com/read/8790/153900

h zhx1010.h

#ifndef _ZHX1010_H_ #define _ZHX1010_H_ #define uint unsigned int #define uchar unsigned char sbit PinSD = P3^3; //函数功能:初始化UART //说明:模式1,8位,Fosc = 11.059MHz,temp为波特率设置参数
www.eeworm.com/read/12110/239475

c bit8_master.c

//////////////UART1 8bit模式主机程序///////////////// ///////////////TX1为P0.0,RX1为P0.1,采用开漏输出+上拉电阻/////////// /////////////bit8_master.c////////////////////// #include #define aalen 6 ty
www.eeworm.com/read/12110/239496

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/13711/280603

c bit8_master.c

//////////////UART1 8bit模式主机程序///////////////// ///////////////TX1为P0.0,RX1为P0.1,采用开漏输出+上拉电阻/////////// /////////////bit8_master.c////////////////////// #include #define aalen 6 ty