代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/482538/1287664
hh classifier.hh
#ifndef CLICK_CLASSIFIER_HH
#define CLICK_CLASSIFIER_HH
#include
CLICK_DECLS
/*
* =c
* Classifier(pattern1, ..., patternN)
* =s classification
* classifies packets by contents
www.eeworm.com/read/482538/1287696
hh staticswitch.hh
#ifndef CLICK_STATICSWITCH_HH
#define CLICK_STATICSWITCH_HH
#include
CLICK_DECLS
/*
* =c
* StaticSwitch(OUTPUT)
* =s classification
* sends packet stream to fixed output
* =d
www.eeworm.com/read/481713/1293591
m andrerr.m
function [maxError,minr]=andrerr(MI,SIGMA,J,alpha,theta)
% ANDRERR classification erorr, Generalized Anderson's task.
% [maxError,minr]=andrerr(MI,SIGMA,J,alpha,theta)
%
% ANDERROR computes upper li
www.eeworm.com/read/480682/1315148
c isalpha.c
/* isalpha.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation c
www.eeworm.com/read/480682/1315150
c isupper.c
/* isupper.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation c
www.eeworm.com/read/480682/1315151
c tolower.c
/* tolower.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,03mar93,jdi more documentation c
www.eeworm.com/read/480682/1315152
c ispunct.c
/* ispunct.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation c
www.eeworm.com/read/480682/1315153
c toupper.c
/* toupper.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation c
www.eeworm.com/read/480682/1315155
c isprint.c
/* isprint.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation c
www.eeworm.com/read/480682/1315157
c isgraph.c
/* isgraph.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation c