代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/233448/4681901
c strcpy.c
extern int inside_main;
char *
strcpy (char *d, const char *s)
{
char *r = d;
#if defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__
if (inside_main)
abort ();
#endif
while ((*d++ = *s++));
www.eeworm.com/read/204456/15339371
m optim_auc.m
function [w,optval] = optim_auc(x,wname,fracrej,range,nrbags,varargin)
%OPTIM_AUC Optimize hyperparameters for an OCC
%
% W = OPTIM_AUC(X,WNAME,FRACREJ,RANGE,NRBAGS,VARARGIN)
%
% Optimize the AUC-p
www.eeworm.com/read/404167/11490843
h dataflow.h
// dataflow.h
// Copyright (C) 2008 Willow Schlanger
#define ALLOW_ERASE 1
#define OPTIMIZE 1
#if DEBUG_LINE_NUMBERS
#undef ALLOW_ERASE
#define ALLOW_ERASE 0
#undef OPTIMIZE
#define OPTIMI
www.eeworm.com/read/14335/329072
__i 668i2c.__i
"668i2c.c" OPTIMIZE (0,SPEED) BROWSE DEBUG OBJECTEXTEND
www.eeworm.com/read/14558/393345
__i 2_01_12g.__i
".\2_01_12g.c" OPTIMIZE (6,SIZE) BROWSE DEBUG OBJECTEXTEND
www.eeworm.com/read/14558/393346
__i pc_io_t1.__i
".\PC_IO_T1.c" OPTIMIZE (6,SIZE) BROWSE DEBUG OBJECTEXTEND
www.eeworm.com/read/250015/4443467
c fixdep.c
/*
* "Optimize" a list of dependencies as spit out by gcc -MD
* for the kernel build
* ===========================================================================
*
* Author Kai Germaschews
www.eeworm.com/read/209559/4974498
c fixdep.c
/*
* "Optimize" a list of dependencies as spit out by gcc -MD
* for the kernel build
* ===========================================================================
*
* Author Kai Germaschews
www.eeworm.com/read/316872/3606018
c fixdep.c
/*
* "Optimize" a list of dependencies as spit out by gcc -MD
* for the kernel build
* ===========================================================================
*
* Author Kai Germaschews
www.eeworm.com/read/295117/3912356
c fixdep.c
/*
* "Optimize" a list of dependencies as spit out by gcc -MD
* for the kernel build
* ===========================================================================
*
* Author Kai Germaschews