代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/298973/3856919
c isxdigit.c
/* isxdigit.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation
www.eeworm.com/read/296544/3902478
c isxdigit.c
/* isxdigit.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation
www.eeworm.com/read/287839/4016006
c isxdigit.c
/* isxdigit.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation
www.eeworm.com/read/273662/4201760
py genctype.py
#! /usr/bin/python
"""getctype.py - Generate the svn_ctype character classification table.
"""
import string
# Table of ASCII character names
names = ('nul', 'soh', 'stx', 'etx', 'eot', 'enq', 'ack'
www.eeworm.com/read/273660/4202838
py genctype.py
#! /usr/bin/python
"""getctype.py - Generate the svn_ctype character classification table.
"""
import string
# Table of ASCII character names
names = ('nul', 'soh', 'stx', 'etx', 'eot', 'enq', 'ack'
www.eeworm.com/read/268397/4252848
java docclass.java
package dragon.ir.classification;
import dragon.ir.index.IRDoc;
import dragon.nlp.compare.IndexComparator;
import dragon.util.SortedArray;
/**
* The basic data structure for a class for documents
www.eeworm.com/read/268397/4252849
java docclassset.java
package dragon.ir.classification;
import dragon.ir.index.*;
/**
* The basic data structure for a set of classes for documents
*
* Copyright: Copyright (c) 2005
* Company
www.eeworm.com/read/268397/4252860
java abstractcodematrix.java
package dragon.ir.classification.multiclass;
/**
* Abstract Code Matrix
*
* Copyright: Copyright (c) 2005
* Company: IST, Drexel University
* @author Davis Zhou
* @
www.eeworm.com/read/268397/4252861
java lossfunction.java
package dragon.ir.classification.multiclass;
/**
* Loss Function Interface
*
* Copyright: Copyright (c) 2005
* Company: IST, Drexel University
* @author Davis Zhou
www.eeworm.com/read/448443/1689807
c isxdigit.c
/* isxdigit.c - character classification and conversion macros */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,03mar93,jdi more documentation