代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/169775/5410479
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
www.eeworm.com/read/169775/5410481
c isspace.c
/* isspace.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/347796/3163021
java linearloss.java
package dragon.ir.classification.multiclass;
/**
* Linear Loss Function
* The linear loss is defined as -x for an input x
* Copyright: Copyright (c) 2005
* Company: IST, D
www.eeworm.com/read/347796/3163024
java multiclassdecoder.java
package dragon.ir.classification.multiclass;
/**
* Interface for Multi-class Decoder
*
* Copyright: Copyright (c) 2005
* Company: IST, Drexel University
* @author Da
www.eeworm.com/read/324606/3500014
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/324606/3500016
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/324606/3500017
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/324606/3500018
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/324606/3500019
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/324606/3500021
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