代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/304126/13799938
h leds.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
This file was autogenerated by ledparse and
provides si
www.eeworm.com/read/301268/13862193
h config.h
#pragma interface
#ifndef Config_h
#define Config_h
#include
#include
#include
#include "exception.h"
typedef map SSMap;
class config
{
pu
www.eeworm.com/read/146092/5739833
java linktag.java
/*
Copyright 2004 Jenkov Development
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta
www.eeworm.com/read/144216/5752432
t peek.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bPeek\b/) {
print "1..0 # Skip: Devel::Peek was not built\
www.eeworm.com/read/144216/5752542
t hashwarn.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
use strict;
use warnings;
use vars qw{ @warnings };
BEGIN {
$SIG{'__WARN__'} = sub { push @warnings, @_ };
$| = 1;
prin
www.eeworm.com/read/138854/5813453
c drgbaud.c
/**
*** Copyright (c) 2002 Equator Technologies, Inc.
**/
/************************************************************************
***
*** FILENAME: drgbaud.c
***
*** DESCRIPTION:
*** Combined
www.eeworm.com/read/136812/5859574
h except.h
/* @(#)except.h 1.1 92/07/30 */
/* Copyright (C) 1987. Sun Microsystems, Inc. */
/*
* This source code is a product of Sun Microsystems, Inc. and is provided
* for unrestricted use provided that thi
www.eeworm.com/read/136812/5860536
c printer_msg.c
/*
* @(#)printer_msg.c - Rev 1.1 - 7/30/92
*
* printer_msg.c: message file for printer.c.
*
*/
char *test_usage_msg = "[p0/p1/p2/p3]";
char *opendev_err_msg = "Couldn't open device '%s'.";
c
www.eeworm.com/read/136812/5860723
c tapetest.c
#ifndef lint
static char sccsid[] = "@(#)tapetest.c 1.1 92/07/30 Copyright Sun Micro";
#endif
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
#include
#include
#include
www.eeworm.com/read/135582/5884524
cxx file_chooser.cxx
//
// "$Id: file_chooser.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// File chooser test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
//