代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/293655/3929280
java implementor.java
/*
* 项目名称 Pattern
* 包名称 com.niufish.pattern.bridge
*
* 文件名称 Implementor.java
*
*/
package com.niufish.pattern.bridge;
/**
* 给出实现的接口,主要负责底层操作。
*
*
www.eeworm.com/read/268818/4249646
v tdi_generator.v
module TDI_Generator (to_TDI, scan_pattern, load, enable_bypass_pattern, TCK);
parameter BSC_Reg_size = 14;
output to_TDI;
input [BSC_Reg_size -1: 0] scan_pattern;
input load, e
www.eeworm.com/read/247212/4484556
idl context.idl
interface A {
void bar( in string pattern )
context( "a*" );
};
www.eeworm.com/read/420998/2058193
idl context.idl
interface A {
void bar( in string pattern )
context( "a*" );
};
www.eeworm.com/read/416830/2107428
idl context.idl
interface A {
void bar( in string pattern )
context( "a*" );
};
www.eeworm.com/read/442927/7641788
htm index.htm
title="DCPR (Data Clustering & Pattern Recognition) Toolbox";
D
www.eeworm.com/read/126657/14409925
cpp proxy_lab.cpp
// Purpose. Proxy design pattern lab (reference counting)
//
// Discussion. One of the four common situations in which the Proxy pattern is
// applicable is as a "smart reference" - a replacement f
www.eeworm.com/read/481405/1296915
h warfnmatch.h
/** Match STRING against the filename pattern PATTERN,
returning true if it matches, false if not.
Derived from the source code for GNU fnmatch()
Copyright Free Software Foundation.
*/