代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/164348/5496432
h dllacces.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: dllacces.h,v 1.12.2.3 2004/07/09 01:43:51 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved
www.eeworm.com/read/162614/5527294
c minuszero.c
main ()
{
union
{
double d;
unsigned short i[sizeof (double) / sizeof (short)];
} u;
int a = 0;
int b = -5;
int j;
u.d = (double) a / b;
/* Look for the right pattern
www.eeworm.com/read/162614/5532294
java constants.java
/* Constants.java --
Copyright (C) 2005 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/162519/5541826
java constants.java
/* Constants.java --
Copyright (C) 2005 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/154890/5631524
cxx fl_get_system_colors.cxx
//
// "$Id: Fl_get_system_colors.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $"
//
// System color support for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-1999 by Bill Spitzak and others.
//
www.eeworm.com/read/154374/5637517
java autofilter.java
package net.acai.filter;
import java.util.regex.*;
/**
* Title: 清清网络
* Description:
* Copyright: Copyright (c) 2002
* Company: www.qingqing.com
* @author: qingqing
* @versi