代码搜索:模式匹配

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

代码结果 10,000
www.eeworm.com/read/375042/9375291

h serial.h

#ifndef _SERIAL_H_ #define _SERIAL_H_ //函数功能:串口初始化 //说明:模式1,8位,9600Bds at 11.059MHz void InitSerial(); //函数功能:串口发送一字节数据 //参数说明:temp为发送的数据 void Serial_TX(INT8U temp); #endif //_SERIAL
www.eeworm.com/read/374053/9422752

m neuralnetwork_bp_classification.m

% BP 神经网络用于模式分类 % 使用平台 - Matlab6.5 clc clear close all %--------------------------------------------------- % 产生训练样本与测试样本,每一列为一个样本 P1 = [rand(3,5),rand(3,5)+1,rand(3,5)+2]; T1 = [repmat([1
www.eeworm.com/read/373359/9461615

h i2cint.h

/**************************************************************************** * 文件名:I2CINT.H * 功能:硬件I2C软件包,利用中断方式操作。(头文件) * 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式) ****************************
www.eeworm.com/read/176315/9504793

h patternclass.h

//模式识别类,实现了链码的存储,识别等 //清华大学自动化系98级 闾海荣 #include class PatternClass{ private: //私有变量 int xMax,yMax;//数组的实际维数 int realValue;//该数组表示的实际值 int M[32][32];//存储数组 private: //私有函数
www.eeworm.com/read/372391/9512032

cpp algo4-2.cpp

// algo4-2.cpp 实现算法4.6、4.8的程序 #include"c1.h" #include"c4-1.h" #include"bo4-1.cpp" void get_nextval(SString T,int nextval[]) { // 求模式串T的next函数修正值并存入数组nextval。算法4.8 int i=1,j=0; nex
www.eeworm.com/read/372391/9512077

cpp algo4-1.cpp

// algo4-1.cpp 实现算法4.6、4.7的程序 #include"c1.h" #include"c4-1.h" #include"bo4-1.cpp" void get_next(SString T,int next[]) { // 求模式串T的next函数值并存入数组next 算法 4.7 int i=1,j=0; next[1]=0;
www.eeworm.com/read/371187/9562595

h serial.h

#ifndef _SERIAL_H_ #define _SERIAL_H_ //函数功能:串口初始化 //说明:模式1,8位,9600Bds at 11.059MHz void InitSerial(); //函数功能:串口发送一字节数据 //参数说明:temp为发送的数据 void Serial_TX(INT8U temp); #endif //_SERIAL
www.eeworm.com/read/366600/9807520

h i2cint.h

/**************************************************************************** * 文件名:I2CINT.H * 功能:硬件I2C软件包,利用中断方式操作。(头文件) * 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式) ****************************
www.eeworm.com/read/366495/9811675

cpp algo4-2.cpp

// algo4-2.cpp 实现算法4.6、4.8的程序 #include"c1.h" #include"c4-1.h" #include"bo4-1.cpp" void get_nextval(SString T,int nextval[]) { // 求模式串T的next函数修正值并存入数组nextval。算法4.8 int i=1,j=0; nex
www.eeworm.com/read/366495/9811688

cpp algo4-1.cpp

// algo4-1.cpp 实现算法4.6、4.7的程序 #include"c1.h" #include"c4-1.h" #include"bo4-1.cpp" void get_next(SString T,int next[]) { // 求模式串T的next函数值并存入数组next 算法 4.7 int i=1,j=0; next[1]=0;