代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/268606/11131116
c ex_mem01_sample.c
/**********************************************************************************/
/* */
/* Copyright (C) 2003 Oki
www.eeworm.com/read/403398/11517815
cpp setrule.cpp
// SetRule.cpp : implementation file
//
#include "stdafx.h"
#include "nospam.h"
#include "SetRule.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/139291/5804842
c apr_strmatch.c
/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/169190/5427573
c apr_strmatch.c
/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/183840/9135176
asm main.asm
/******************************************************************************
** **
** Name: BF533 EZ-KIT Blink LEDs **
** **
****************
www.eeworm.com/read/183840/9135204
asm main.asm
/******************************************************************************
** **
** Name: BF533 EZ-KIT Blink LEDs **
** **
****************
www.eeworm.com/read/182737/9193616
vhd punct_synth.vhd
----------------------------------------------------------------------
---- ----
---- punct_synth.vhd
www.eeworm.com/read/179335/9360365
tex classtokenizer_3_01graph__pattern_01_4.tex
\section{tokenizer$$ Class Template Reference}
\label{classtokenizer_3_01GRAPH__PATTERN_01_4}\index{tokenizer< GRAPH_PATTERN >@{tokenizer$$}}
Graph tokenize
www.eeworm.com/read/354039/10395542
m trainsfea.m
function Bool = TrainsFea(num,para)
N = 30;
f = imread(strcat(num2str(num),'.bmp'));
plate = (f(:,:,1) == 255) & (f(:,:,2) == 0) & (f(:,:,3) == 0) ;
f = rgb2gray(f);
f(plate == 1) = 255;
%