代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/319084/13462688
h gxp_adoquery.h
// Gxp_adoQuery.h : Declaration of the CGxp_adoQuery
#ifndef __GXP_ADOQUERY_H_
#define __GXP_ADOQUERY_H_
#include "resource.h" // main symbols
/////////////////////////////////////////
www.eeworm.com/read/303425/13816451
c save_to_disk.c
#include "save_to_disk.h"
/** \brief get a new file descriptor in writting mode */
FILE * get_new_file_descriptor_w (char *filename) {
FILE *fd;
if (!(fd = fopen(filename, "w"))) {
perror(fil
www.eeworm.com/read/131315/5943565
tags
Minit init.c /^main(argc, argv)$/
add_session init.c /^add_session(sp)$/
alrm_handler init.c /^alrm_handler(sig)$/
badsys init.c /^badsys(sig)$/
catatonia init.c /^catatonia()$/
clean_ttys init.c /^cl
www.eeworm.com/read/405799/11456987
h gxp_adoquery.h
// Gxp_adoQuery.h : Declaration of the CGxp_adoQuery
#ifndef __GXP_ADOQUERY_H_
#define __GXP_ADOQUERY_H_
#include "resource.h" // main symbols
/////////////////////////////////////////
www.eeworm.com/read/235248/14080024
h y_tab.h
typedef union{
int val;
long ctype;
char* str;
Entry* entry;
Expr* expression;
ExprList *elist;
Class *classptr;
TypeList *typelist;
} YYSTYPE;
#define TOKEN 258
#de
www.eeworm.com/read/235248/14080060
h tparser.h
typedef union{
int val;
long ctype;
char* str;
Entry* entry;
Expr* expression;
ExprList *elist;
Class *classptr;
TypeList *typelist;
} YYSTYPE;
#define TOKEN 258
#de
www.eeworm.com/read/429426/1948831
py classifierbylookuptable.py
# Description: Shows how to construct and use classifiers by lookup table to construct new features from the existing
# Category: classification, lookup classifiers, constructive induction, featur