代码搜索:模式匹配

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

代码结果 10,000
www.eeworm.com/read/423304/10571742

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/423304/10571808

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/423304/10572714

c algo4-2.c

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

c algo4-1.c

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

c main.c

#include"at89x52.h" #include"common.h" #include"1380.h" #include"zimo.h" #include"lcd.h" #include"IDcard.h" void initial(void) { P0=P1=P2=P3=0xff; /* TMOD=0x01; //工作模式 TH0=0xec;
www.eeworm.com/read/276719/10713320

c main.c

/*****************************************************************************\ 文件名:main.c 描述:用于MSP430F149。 定时器B产生大约1ms的定时,使主程序退出低功耗模式。主程序执行一遍流程,再 次进入休眠,等待下一次被唤醒。 中断TIME_FA次后,改变
www.eeworm.com/read/420726/10778800

txt 2.unicode简介.txt

Unicode简介 智能中国——游戏组 整理编译 -------------------------------------------------------------------------------- 在第一章中,我已经预告,C语言中在Microsoft Windows程序设计中扮演着重要角色的任何部分都会讲述到,您也许在传统文字模式程序设计中还尚未遇到过这
www.eeworm.com/read/275702/10800305

h i2cint.h

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

c can_test.c

///CAN BACK2BACK模式 #include "DSP28_Device.h" void mailbox_check(int32 T1,int32 T2,int32 T3); void mailbox_read(int16 i); Uint32 ErrorCount; Uint32 MessageReceiveCount; Uint16 j; Uint32 Te
www.eeworm.com/read/272209/10965711

txt rbf神经网络分类程序.txt

% RBF 神经网络用于模式分类  % 使用平台 - Matlab6.5 lc clear close all %--------------------------------------------------- % 产生训练样本与测试样本,每一列为一个样本 n1 = [rand(3,5),rand(3,5)+1,rand(3,5)+2]; x1 = [repm