代码搜索:模式匹配

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

代码结果 10,000
www.eeworm.com/read/378183/9245573

dat funtc297.dat

函数名称: spawnle 函数原型: int spawnle(int mode, char *path, char *arg0, … ) 函数功能: 在一个程序中调用另外一个程序 函数返回: -1 调用失败,0-调用成功 函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下: P_WA
www.eeworm.com/read/378183/9245816

dat funtc296.dat

函数名称: spawnl 函数原型: int spawnl(int mode, char *path, char *arg 0, … ) 函数功能: 在一个程序中调用另外一个程序 函数返回: -1 调用失败,0-调用成功 函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下: P_WAI
www.eeworm.com/read/378183/9245961

dat funtc322.dat

函数名称: spawnlp 函数原型: int spawnlp(int mode, char *path, char *arg0, … ) 函数功能: 在一个程序中调用另外一个程序 函数返回: -1 调用失败,0-调用成功 函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下: P_WAIT
www.eeworm.com/read/378183/9246068

dat funtc351.dat

函数名称: window 函数原型: void window(int left, int top, int right, int bottom) 函数功能: 建立字符模式下的矩形字符窗口 函数返回: 函数说明: left,top,right,bottom 相对于屏幕的字符窗口坐标,屏幕原点在左上角,坐标是(1,1) 所属文件:
www.eeworm.com/read/378183/9246244

dat funtc320.dat

函数名称: spawnvpe 函数原型: int spawnvpe(int mode, char *path, char *argv[], char **env) 函数功能: 在一个程序中调用另外一个程序 函数返回: -1 调用失败,0-调用成功 函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下
www.eeworm.com/read/378183/9246319

dat funtc323.dat

函数名称: spawnlpe 函数原型: int spawnlpe(int mode, char *path, char *arg0, … ) 函数功能: 在一个程序中调用另外一个程序 函数返回: -1 调用失败,0-调用成功 函数说明: path 被调用程序路径,arg 调用的参数 mode 调用模式,具体如下: P_WAI
www.eeworm.com/read/377624/9269246

c main.c

#include "msp430x22x4.h" //此程序是USCI_A0工作在异uart模式下,采用1200波特率进行全双功通讯 //如果只有一块实验板,可以置位USLISTEN来自发自收 // MSP430F2274 MSP430F2274 // (1)
www.eeworm.com/read/180558/9302750

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/180558/9302772

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/376118/9330265

cpp 4-1.cpp

// event项目 # include # include // 以下是句柄事件。实际中很可能使用共享的包含文件来进行通讯 static LPCTSTR g_szContinueEvent = "w2kdg.EventDemo.event.Continue"; // 本方法只是创建了一个进程的副本,以子进程模式 (由命令行指定)