代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/427761/8923319
m pattern.m
%建立样本库
function m_pattern=pattern(filename,n,d);
fid=fopen(filename,'r')
vector=fscanf(fid,'%g',[d,n]);
vector=vector';
vector=std1(vector);
s=struct('feature','','category','');
for i=1:n
www.eeworm.com/read/427761/8923355
asv pattern.asv
%建立样本库
function m_pattern=pattern(filename,category,n,d);
fid=fopen(filename,'r')
vector=fscanf(fid,'%g',[d,n]);
vector=vector'
vector=std1(vector);
s=struct('feature','','category','');
for i=
www.eeworm.com/read/283498/9015975
txt pattern.txt
Pattern Matching Routines
-------------------------
The UCR Standard Library contains a very rich set of (character string)
pattern matching routines. These routines were designed to mimic the
www.eeworm.com/read/283498/9016049
a6 pattern.a6
Pattern struc
MatchFunction dd ?
MatchParm dd ?
MatchAlternate dd 0
NextPattern dd 0
EndPattern dw ?
StartPattern dw ? ;StartPattern/StrSeg must be in
StrSeg dw ? ; this order!
Pattern
www.eeworm.com/read/185506/9034412
bmp pattern.bmp
www.eeworm.com/read/185506/9034431
frm pattern.frm
VERSION 5.00
Begin VB.Form FrmPattern
Caption = "Snake Pattern"
ClientHeight = 5880
ClientLeft = 60
ClientTop = 345
ClientWidth = 7485
Cli
www.eeworm.com/read/185506/9034432
frx pattern.frx
www.eeworm.com/read/184795/9075071
ppt pattern.ppt
www.eeworm.com/read/184795/9075090
cpp pattern.cpp
#include
#include
#include
ifstream in("input.txt");
ofstream out("output.txt");
class NoMem{
public:
NoMem(){}
};
class OutOfBounds{
public:
OutOf
www.eeworm.com/read/378919/9213063