代码搜索:模版匹配
找到约 3,092 项符合「模版匹配」的源代码
代码结果 3,092
www.eeworm.com/read/219982/14856673
doc 课程设计报告模版.doc
www.eeworm.com/read/217058/14980429
url 1.5万个网页模版.url
[DEFAULT]
BASEURL=http://bestmoban.com/
[InternetShortcut]
URL=http://bestmoban.com/
Modified=C0930EA3DC14C601BB
IconIndex=0
IconFile=C:\WINDOWS\system32\url.dll
www.eeworm.com/read/207024/15283980
xls 固定资产卡片模版.xls
www.eeworm.com/read/207024/15283984
xlt 固定资产卡片模版.xlt
www.eeworm.com/read/5064/43863
ddb 工程图纸模版.ddb
www.eeworm.com/read/5064/43866
ddb 隆达环保工程模版.ddb
www.eeworm.com/read/429594/8801000
txt 6.4.6串的匹配.txt
S EQU 2000H
T EQU 30H
N DATA 38H
M DATA 39H
FIND BIT 00H
TEST:
MOV N,#5BH
MOV P2,#HIGH(S)
MOV R0,#LOW(S)
MOV DPTR,#LIST
MOV R2,N
LOOP:
CLR A
MOVC A,@A+DP
www.eeworm.com/read/285298/8852538
txt 6.4.6串的匹配.txt
S EQU 2000H
T EQU 30H
N DATA 38H
M DATA 39H
FIND BIT 00H
TEST:
MOV N,#5BH
MOV P2,#HIGH(S)
MOV R0,#LOW(S)
MOV DPTR,#LIST
MOV R2,N
LOOP:
CLR A
MOVC A,@A+DP
www.eeworm.com/read/362570/9990769
cpp poj3159_匹配.cpp
#include
#define eps 1e-10
using namespace std;
struct Point {
double x, y;
Point (double x = 0, double y = 0): x(x), y(y) {};
void get(){
scanf("%lf %lf", &x, &y);
}
};
www.eeworm.com/read/163189/10172098
txt 6.4.6串的匹配.txt
S EQU 2000H
T EQU 30H
N DATA 38H
M DATA 39H
FIND BIT 00H
TEST:
MOV N,#5BH
MOV P2,#HIGH(S)
MOV R0,#LOW(S)
MOV DPTR,#LIST
MOV R2,N
LOOP:
CLR A
MOVC A,@A+DP