代码搜索:pattern

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

代码结果 10,000
www.eeworm.com/read/110034/6170975

h tcmodule.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Offsets for the R
www.eeworm.com/read/106385/6194662

cxx flag.cxx

//========================================================================== // // flag.cxx // // Flag class implementation // //=============================================================
www.eeworm.com/read/102935/6229690

h tcmodule.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Offsets for the R
www.eeworm.com/read/489577/6466005

h delegationpattern.h

#ifndef DELEGATION_PATTERN_H #define DELEGATION_PATTERN_H #include #include "define.h" class I { public: virtual void f()=0; virtual void g()=0; virtual ~I(){std::cout
www.eeworm.com/read/408235/11401229

html unit-utils.html

CHICKEN User's Manual - Unit utils Unit utilsThis unit contains apropos and functions as a "grab bag" of procedures
www.eeworm.com/read/405069/11472205

m information_based_selection.m

function [patterns, targets, remaining_patterns] = Information_based_selection(patterns, targets, Npatterns) % Koller and Sawami algorithm for pattern selection % % train_patterns - Input pattern
www.eeworm.com/read/400645/11571000

cc vmatrix.cc

// This may look like C code, but it is really -*- C++ -*- /* ************************************************************************ * * Verify Primitive Operations on Matrices * (creation, s
www.eeworm.com/read/400645/11571001

cc vvector.cc

// This may look like C code, but it is really -*- C++ -*- /* ************************************************************************ * * Verify Operations on Vectors * * $Id: vvector.cc,v 4.2
www.eeworm.com/read/261520/11639720

cpp demo12_5.cpp

// DEMO12_5.CPP - pattern demo // to compile make sure to include DDRAW.LIB, DSOUND.LIB, // DINPUT.LIB, WINMM.LIB, and of course // T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP, // INCLUDES ////////////
www.eeworm.com/read/154633/11941365

c access.c

/* * Boa, an http server * This file Copyright (C) 2002 Peter Korsgaard * Some changes Copyright (C) 2003-2004 Jon Nelson * * This program is free softwa