代码搜索:模式匹配
找到约 10,000 项符合「模式匹配」的源代码
代码结果 10,000
www.eeworm.com/read/251467/12342804
plg 252.plg
礦ision2 Build Log
Project:
I:\工作目录(临时)\20050218 uCOS-II 2.52在51上的移植程序(大模式,独立喂狗任务)\252.uv2
Project File Date: 02/18/2005
Output:
www.eeworm.com/read/251182/12359496
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/251182/12359541
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/337193/12384723
c main.c
/*****************************************************************************\
文件名:main.c
描述:用于MSP430F149。
定时器B产生大约1ms的定时,使主程序退出低功耗模式。主程序执行一遍流程,再
次进入休眠,等待下一次被唤醒。
中断TIME_FA次后,改变
www.eeworm.com/read/336805/12414998
h i2cint.h
/****************************************************************************
* 文件名:I2CINT.H
* 功能:硬件I2C软件包,利用中断方式操作。(头文件)
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
****************************
www.eeworm.com/read/131795/14126424
dat funtc325.dat
函数名称: spawnve
函数原型: int spawnve(int mode, char *path, char *argv[], char **env)
函数功能: 在一个程序中调用另外一个程序
函数返回: -1 调用失败,0-调用成功
函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下:
www.eeworm.com/read/131795/14126437
dat funtc324.dat
函数名称: spawnv
函数原型: int spawnv(int mode, char *path, char *argv[])
函数功能: 在一个程序中调用另外一个程序
函数返回: -1 调用失败,0-调用成功
函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下:
P_WAIT 0
www.eeworm.com/read/131795/14126649
dat funtc326.dat
函数名称: spawnvp
函数原型: int spawnvp(int mode, char *path, char *argv[])
函数功能: 在一个程序中调用另外一个程序
函数返回: -1 调用失败,0-调用成功
函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下:
P_WAIT
www.eeworm.com/read/131795/14126732
dat funtc321.dat
函数名称: spawnle
函数原型: int spawnle(int mode, char *path, char *arg0, … )
函数功能: 在一个程序中调用另外一个程序
函数返回: -1 调用失败,0-调用成功
函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下:
P_WAIT
www.eeworm.com/read/131795/14126755
dat funtc297.dat
函数名称: spawnle
函数原型: int spawnle(int mode, char *path, char *arg0, … )
函数功能: 在一个程序中调用另外一个程序
函数返回: -1 调用失败,0-调用成功
函数说明: path 被调用程序路径,arg 调用的参数
mode 调用模式,具体如下:
P_WA