代码搜索:内核模式

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

代码结果 10,000
www.eeworm.com/read/404680/11480380

h uart.h

#define UART0BUFFERLENGTH 64 /* 定义串口模式设置数据结构 */ typedef struct UartMode { uint8 datab; // 字长度,5/6/7/8 uint8 stopb; // 停止位,1/2 uint8 parity; // 奇偶校验位,0为无
www.eeworm.com/read/157630/11680199

m svm168.m

function [nsv,al3,bi,T]=svm168(x,y,ker,C,par,tol); % %--------------------S200502106 郑黎方------------------------------------ % 支持向量机在模式识别方面的应用. % % [nsv,al3,bi,T]=svm168(x,y,ker,C,par,to
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