代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/270919/4232261
java pattern.java
package org.apache.oro.text.regex;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Fou
www.eeworm.com/read/445571/1720344
cs pattern.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A fill type element that describes a hatching pattern.
///
p
www.eeworm.com/read/444859/1727743
java pattern.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/444859/1727989
java pattern.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/440906/1784794
java pattern.java
/* Pattern.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/440773/1787936
java pattern.java
/*
(c) Copyright 2002, 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
[See end of file]
$Id: Pattern.java,v 1.14 2007/01/02 11:49:45 andy_seaborne Exp $
*/
package c
www.eeworm.com/read/432926/1886288
pde pattern.pde
/**
* Patterns.
*
* Move the cursor over the image to draw with a software tool
* which responds to the speed of the mouse.
*/
void setup()
{
size(640, 360);
background(102);
smooth()
www.eeworm.com/read/427112/1976633
java pattern.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y
www.eeworm.com/read/426228/1994835
js pattern.js
/**
clears default form field value
*/
function clearDefaultandCSS(el) {
if (!el.defaultValue) {
el.defaultValue = el.value;
}
if (el.defaultValue == el.value) {
el.value = "";
}
// If Dynam
www.eeworm.com/read/426226/1994837
js pattern.js
/**
clears default form field value
*/
function clearDefaultandCSS(el) {
if (!el.defaultValue) {
el.defaultValue = el.value;
}
if (el.defaultValue == el.value) {
el.value = "";
}
// If Dynam