代码搜索:Pattern recognition

找到约 10,000 项符合「Pattern recognition」的源代码

代码结果 10,000
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/340489/12152864

asp isvalid.asp

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
www.eeworm.com/read/339483/12230687

sh realname.sh

#!/bin/bash # realname.sh # # From username, gets "real name" from /etc/passwd. ARGCOUNT=1 # Expect one arg. E_WRONGARGS=65 file=/etc/passwd pattern=$1 if [ $# -ne "$ARGCOUNT" ] then echo
www.eeworm.com/read/150470/12291183

txt 说明文档.txt

1.首先感谢sunhorse和原作者,思想什么的可以参考《时间触发嵌入式系统设计模式》(pattern for time-triggered edmedded system ,building reliable applications with the 8051 family of microcontrollers)或者http://www.21icbbs.com/club/bbs/bbsVie
www.eeworm.com/read/251168/12359948

h dsp_usb.h

/******************************************************************************* * FILENAME * cnfdsp_nohost.h * * DESCRIPTION * Confidence Test Header File * *******************************
www.eeworm.com/read/336690/12424666

c stepper.c

/*driver1 StepperDrive a loadable driver module stepper program for uClinux20030909(linux-2.4.x-2003-12-20) on cvtech EBD44B0. Copyright (C) Apr,2006 by Cheng-gang Shan */ #include
www.eeworm.com/read/232339/14197682

m xform_nii.m

% Perform a subset of NIFTI sform/qform transform. Transforms like % (Translation, Flipping, and a few Rotation (N*90 degree) are % supported. Other transforms (any degree rotation, shears, etc.