代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/345113/11838292
lnp st7637.lnp
"STARTUP.obj",
"Main.obj",
"Initial_Main.obj",
"Pattern_Show.obj",
"Time_Mode.obj"
TO "ST7637"
www.eeworm.com/read/345113/11838302
m51 st7637.m51
BL51 BANKED LINKER/LOCATER V6.00 07/28/2008 17:11:23 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/155522/11866809
v cnt_sim.v
/*********************************************************/
// MODULE: counter simulation
//
// FILE NAME: cnt_sim.v
// VERSION: 1.0
// DATE: January 1, 1999
// AUTHOR: Bob Zeidman, Zeidman
www.eeworm.com/read/258337/11869792
h qbrush.h
#ifndef __QBRUSH_H
#define __QBRUSH_H
#include "qcolor.h"
enum BrushStyle // brush style
{ NoBrush, SolidPattern,
Dense1Pattern, Dense2Pattern, Dense3Pa
www.eeworm.com/read/258325/11870631
ini puzzledef.ini
//Definitions for multilang puzzle game
SIZE_X=3
SIZE_Y=3
PSIZE=64
TEST=YES
PATTERNMODE=NO
PATTERN=MAXLANDS
LANGUAGE=1000
www.eeworm.com/read/257951/11900786
asm light.asm
;============================================================================
; PROJECT = 78K0S/KA1+ Low Pin Count - DemoKit-KA1
; MODULE = light.asm
; DEVICE = uPD78F9222
; DATE
www.eeworm.com/read/257951/11900825
bak light.bak
;============================================================================
; PROJECT = 78K0S/KA1+ Low Pin Count - DemoKit-KA1
; MODULE = light.asm
; DEVICE = uPD78F9222
; DATE
www.eeworm.com/read/340489/12152825
js chkemail.js
function chkEmail(o){
var em = o.value;
if(em){
var pattern = /^(\w|_|\.)+@((\w|_|\-)+\.)+(\w){2,3}$/;
if(!pattern.test(em))
{
resultRemain(o.id,"error","
www.eeworm.com/read/340194/12175462
cpp render_style.cpp
/*
* This file is part of the DOM implementation for KDE.
*
* Copyright (C) 1999 Antti Koivisto (koivisto@kde.org)
* Copyright (C) 2004 Apple Computer, Inc.
*
* This library is free softwa