代码搜索:匹配电路

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

代码结果 10,000
www.eeworm.com/read/122248/14711246

pas bm.pas

unit BM; //字符串匹配BM算法 interface procedure BM_Input(); procedure BM_Dist(); procedure BM_Action(); implementation uses StrUtils; //正文,模式及距离变量 Var p,t:String;dist:Array[0..127] of integer;
www.eeworm.com/read/122248/14711248

~pas bm.~pas

unit BM; //字符串匹配BM算法 interface procedure BM_Input(); procedure BM_Dist(); procedure BM_Action(); implementation uses SysUtils,StrUtils; //正文,模式及距离变量 Var p,t:String;dist:Array[0..127] of
www.eeworm.com/read/221205/14753675

seek

#!/bin/ksh #@(#) 查询字典中的字段含义(完全匹配) if [[ ${#1} = 0 ]] then echo 用法: seek 中文或英文 exit 1 fi name=$1 if [[ `expr "$1" : '[a-zA-Z0-9_.]*' ` = ${#1} ]] then name=`echo $1 | tr "[:upper:]" "[:lower
www.eeworm.com/read/221205/14753681

a

#!/bin/ksh #@(#) 查询字典中的字段含义(完全匹配) function seek { if [[ ${#1} = 0 ]] then echo 用法: seek 中文或英文 exit 1 fi name=$1 if [[ `expr "$1" : '[a-zA-Z0-9_.]*' ` = ${#1} ]] then name=`echo $1 | tr "[:
www.eeworm.com/read/212829/15147971

cpp kuohaopipei.cpp

//刮号匹配的检验kuohaopipei.cpp #include #include #include #include typedef char Status; typedef char SElemType; #include "stack.cpp" void main() {SqStack
www.eeworm.com/read/212829/15148143

cpp findsub.cpp

//串模式匹配的类定义FindSub.cpp #include #include #include #include class String { private: char *str; int len; public: friend class string; Strin
www.eeworm.com/read/211417/15180626

cpp findsub.cpp

//串模式匹配的类定义FindSub.cpp #include #include #include #include class String { private: char *str; int len; public: friend class string; Strin
www.eeworm.com/read/467969/1494335

properties config_windows.properties

// labIP=192.168.0.23 //采集源的位置 sourceFile=d:\\dms\\wtmpx //上次采集结束位置 historyLocationFile=d:\\dms\\historyLocation.dat //保存匹配未成功的登录记录对象 historyFile=d:\\dms\\history.dat //matchedRecordFi
www.eeworm.com/read/467969/1494342

properties config_windows.properties

// labIP=192.168.0.23 //采集源的位置 sourceFile=d:\\dms\\wtmpx //上次采集结束位置 historyLocationFile=d:\\dms\\historyLocation.dat //保存匹配未成功的登录记录对象 historyFile=d:\\dms\\history.dat //matchedRecordFi
www.eeworm.com/read/319171/3558442

h registertable.h

#pragma once #include "..\..\global.h" // 搜索类型 typedef enum _ENUM_SEARCH_TYPE { ENUM_SEARCH_TYPE_WHOLE_MATCH, // 完全匹配 ENUM_SEARCH_TYPE_INCLUDE, // 包含 ENUM_SEARCH_TYPE_AT_HEAD, // 出现在前