代码搜索:安全模式

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

代码结果 10,000
www.eeworm.com/read/156740/11778932

htm news(1).htm

document.write('工控|峰值电流模式控制逆变..
www.eeworm.com/read/258266/11874026

c dlg.c

/**************************************************************************** * 文件名:Dlg.C * 功能:MiniGUI应用例子。 * 建立一个模式对话框,对话框包括2个命令按钮和1个静态文本框。 * 说明:使用MiniGUI for uC/OS-II,使用ADS 1.2编译器。 ***********
www.eeworm.com/read/155075/11899856

c ds1302.c

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

htm 2005414529.htm

使用正则表达式实现模式图片新闻(加强).ASP-http://www.koyee.com
www.eeworm.com/read/342711/12005151

m demosvm.m

function varargout = demosvm(varargin) % 非线性模式分析模型. % % 说明: % demosvm实现多类数据分类 % 用户可以装载数据,也可以手动创建 % % 使用的训练算法: % - OAA算法 % - OAO 算法 % - BSVM2算法 % 使用的核函数 % -linear(线性核函数) % - rbf(径
www.eeworm.com/read/342711/12005237

asv demosvm.asv

function varargout = demosvm(varargin) % 非线性模式分析模型. % % 说明: % demosvm实现多类数据分类 % 用户可以装载数据,也可以手动创建 % % 使用的训练算法: % - OAA算法 % - OAO 算法 % - BSVM2算法 % 使用的核函数 % -linear(线性核函数) % - rbf(径
www.eeworm.com/read/153391/12036443

c lt87.c

# include "stdio.h" # include "graphics.h" #define X0 100 #define X1 500 #define Y0 100 #define Y1 300 void main( ) { int g_driver,g_mode,g_error; g_driver=VGA; /* 设置显示模式 */
www.eeworm.com/read/153313/12042033

txt des_code.txt

#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/340666/12140426

txt main.txt

; 主选单 ; ; 设为系统模式 ; 这样就不能储存主选单 mode system ; 读入标题画面 load bg title wipein *mainloop ; 显示主选单 menu result 新游戏 继续游戏进度 游戏结束 end if result == 1 goto start ; 新游戏 if result == 2 goto c
www.eeworm.com/read/340655/12141093

txt main.txt

; 主菜单 ; ; 设为系统模式 ; 这样就不能储存主菜单 mode system ; 读入标题画面 load bg title wipein *mainloop ; 显示主菜单 menu result 新游戏 继续游戏 退出游戏 end if result == 1 goto start ; 新游戏 if result == 2 goto con