代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/144648/12778403
c x_regex.c
#include
#include
static char * fileversion = "$RCSfile: x_regex.c,v $ $Source: /home/alb/afbackup/afbackup-3.3.8.1/RCS/x_regex.c,v $ $Id: x_regex.c,v 1.2 2004/07/08 20:34:45 a
www.eeworm.com/read/144397/12798359
pas zmatch.pas
{********************************************************}
{ }
{ Zeos Database Objects }
{ Function
www.eeworm.com/read/144397/12798756
pas zmatch.pas
{********************************************************}
{ }
{ Zeos Database Objects }
{ Function
www.eeworm.com/read/245259/12808077
c exemplar.c
/**************************************************************************
**************************************************************************
*** ***
*** EXEMPLAR.C ***
www.eeworm.com/read/245259/12808088
c art2.c
/**************************************************************************
**************************************************************************
*** ***
*** ART2.C ***
***
www.eeworm.com/read/143733/12847992
m plotbppats.m
function PlotBpPats(P,D)
% PLOTPATS Plots the training patterns defined by Patterns and Desired.
%
% P - MxN matrix with N patterns of length M.
% The first two values in each pattern a
www.eeworm.com/read/330850/12864732
m classification_error.m
function [classify, err] = classification_error(D, patterns, targets, region)
%Find a classification error for a given decision surface D and a given set of
%patterns (2xL) and targets (1xL)
%The
www.eeworm.com/read/330633/12878052
asm xrect.asm
;-----------------------------------------------------------------------
; MODULE XRECT
;
; Rectangle functions all MODE X 256 Color resolutions
;
; Compile with Tasm.
; C callable.
;
;
; ***
www.eeworm.com/read/143065/12901839
c main.c
/*
* $Revision: 1.4 $
*/
#include
#include
#include "config.h"
#include "timer.h"
#include "uart.h"
#include "button.h"
// LED moving pattern codes.
static int l
www.eeworm.com/read/242860/12977240
m roc.m
function [auc, curve] = ROC(score, target, Lp, Ln)
% This function is to calculat the ordinats of points of ROC curve and the area
% under ROC curve(AUC).
% This program was described in Fawc