代码搜索:Classify
找到约 2,639 项符合「Classify」的源代码
代码结果 2,639
www.eeworm.com/read/297233/8041016
h va-arc.h
/* stdarg/varargs support for the ARC */
/* Define __gnuc_va_list. */
#ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST
typedef void * __gnuc_va_list;
#endif /* not __GNUC_VA_LIST */
/* If this is for
www.eeworm.com/read/233171/6299610
h stdarg.h
#ifndef _STDARG_H
#define _STDARG_H
/* Values returned by __builtin_classify_type. */
enum type_class
{
no_type_class = -1,
void_type_class, integer_type_class, char_type_class,
enumeral_type
www.eeworm.com/read/162614/5527516
c 20020810-1.c
/* PR target/7559
This testcase was miscompiled on x86-64, because classify_argument
wrongly computed the offset of nested structure fields. */
extern void abort (void);
struct A
{
long x;
www.eeworm.com/read/158865/5594296
h va-arc.h
/* stdarg/varargs support for the ARC */
/* Define __gnuc_va_list. */
#ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST
typedef void * __gnuc_va_list;
#endif /* not __GNUC_VA_LIST */
/* If this is for
www.eeworm.com/read/249774/12475132
am makefile.am
# Process this file with automake to produce Makefile.in
man_MANS = svm_learn.1 svm_classify.1 svm_model.1
EXTRA_DIST = $(man_MANS)
update-man:
@for man in $(man_MANS); do \
cmd=`basename $$man .
www.eeworm.com/read/249774/12475146
am makefile.am
# Process this file with automake to produce Makefile.in
html_HTMLS = svm_learn.html svm_classify.html svm_model.html
EXTRA_DIST = $(html_HTMLS) index.html tinysvm.css
update-html:
@for html in $(h
www.eeworm.com/read/249774/12475156
am makefile.am
# Process this file with automake to produce Makefile.in
html_HTMLS = svm_learn.html svm_classify.html svm_model.html
EXTRA_DIST = $(html_HTMLS) index.html tinysvm.css
update-html:
@for html in $(h
www.eeworm.com/read/365019/2899792
dot graph.dot
/* Created by mdot for Matlab */
digraph m2html {
getargs -> warning_wrap;
gmmb_classify -> getargs;
gmmb_classify -> gmmb_decide;
gmmb_classify -> gmmb_frac2lhood;
gmmb_classify -> gmmb_gen
www.eeworm.com/read/196264/8109123
makefile-windows
#
# makefile for svm_light
#
# Thorsten Joachims, 2002
#
# Thanks to Ralf Herbrich for the initial version.
#
# SET THIS TO YOUR JAVA HOME DIRECTORY
JAVAHOME=C:\Java
# CFLAGS= -g -Wall