代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/389759/2538448
cpp engineobserver.cpp
/***************************************************************************
engineobserver.cpp - Observer pattern for engine
-------------------
begin
www.eeworm.com/read/189512/8466843
orig bitap.c.orig
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* if the pattern is not simple fixed pattern, then after preprocessing */
/* and generating the masks, the program goes
www.eeworm.com/read/189512/8466889
c bitap.c
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* if the pattern is not simple fixed pattern, then after preprocessing */
/* and generating the masks, the program goes
www.eeworm.com/read/308758/13693304
m rect.m
%This program print electric field pattern for rectangular Aperture Antenna by giving
%the a,b
%and the wavelength you work with
%Have a nice Pattern "Arabia Tech"
kind=input('Enter your antenna t
www.eeworm.com/read/308758/13693306
m twa.m
%This program print pattern for TWA by giving the length of your Line
%and the wavelength you work with
%Have a nice Pattern "Arabia Tech"
lamda=input('enter the value of wave length= ');
l=input(
www.eeworm.com/read/131315/5942033
newsfeeds
## $Revision: 1.12 $
## newsfeeds - determine where Usenet articles get sent
## Format:
## site[/exclude,exclude...]\
## :pattern,pattern...[/distrib,distrib...]\
## :flag,flag...\
## :param
##
www.eeworm.com/read/262216/11601060
m rect.m
%This program print electric field pattern for rectangular Aperture Antenna by giving
%the a,b
%and the wavelength you work with
%Have a nice Pattern "Arabia Tech"
kind=input('Enter your antenna t
www.eeworm.com/read/262216/11601068
m twa.m
%This program print pattern for TWA by giving the length of your Line
%and the wavelength you work with
%Have a nice Pattern "Arabia Tech"
lamda=input('enter the value of wave length= ');
l=input(
www.eeworm.com/read/233935/14127783
java dirscanner.java
package sql4j.util;
/**
* A generic directory scanner that search for all the files in a directory, given a pattern of a file name.
* The file name pattern is the same to the regular expression
www.eeworm.com/read/208197/15251098
php product.php
function validate(s){
var pattern = /^[0-9_-]+$/;
return pattern.test(s);
}
function check() {
if (productf