代码搜索:模式匹配

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

代码结果 10,000
www.eeworm.com/read/254664/4381114

c slave.c

/* 文件名:slave.c 两个Mega8间的TWI通信实验从模式单片机程序 外部4MHz晶振 芯艺 2004-09-02 --- 2004-09-03 */ #include #include #include #define uint unsigned int #define
www.eeworm.com/read/254664/4381126

c master.c

/* 文件名:master.c 两个Mega8间的TWI通信实验主模式单片机程序 内部4MHz振荡器 芯艺 2004-09-02 ---------- 2004-09-03 */ #include #include #include #define uint unsi
www.eeworm.com/read/474008/6828629

c uart.c

#include #include "UART.h" #include "common.h" void Init_CLK(void) { unsigned int i; //将寄存器的内容清零 //XT2震荡器开启 //LFTX1工作在低频模式 //ACLK的分频因子为1 BCSCTL1 = 0X
www.eeworm.com/read/472935/6860293

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/472935/6860302

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/293882/8266064

cpp algo4-1.cpp

// algo4-1.cpp 实现算法4.6、4.7、4.8的程序 #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/392789/8325809

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/392789/8325829

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/370795/9585264

pas unitmain.pas

{ h0 挂断 h1 拿起 x4 检测拨号音 x0 不 S6 拨号前等待的时间 S0 自动应答 +FCLASS=8 进入语音模式 +FCLASS? +FCLASS=? +VIP 初始化语音 +VCID=n 来电者标识 +VCID? +VCID=? } unit UnitMain; interface uses Wind
www.eeworm.com/read/173921/9630181

h i2cint.h

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