代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/309146/13680765
pup makefile.pup
# Amiga powerUP (TM) Makefile
# makefile for libpng and SAS C V6.58/7.00 PPC compiler
# Copyright (C) 1998 by Andreas R. Kleinert
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPE
www.eeworm.com/read/148721/5710008
mak linux-i386.mak
#
# Makefile for the BSPC tool for the Gladiator Bot
# Intended for gcc/Linux
#
ARCH=i386
CC=gcc
BASE_CFLAGS=-Dstricmp=strcasecmp
#use these cflags to optimize it
CFLAGS=$(BASE_CFLAGS) -m4
www.eeworm.com/read/132069/5923328
pup makefile.pup
# Amiga powerUP (TM) Makefile
# makefile for libpng and SAS C V6.58/7.00 PPC compiler
# Copyright (C) 1998 by Andreas R. Kleinert
CC = scppc
CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPE
www.eeworm.com/read/299625/6285283
m svmrocval.m
function ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
% USAGE
%
% ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
%
% process the output of an SVM model that optimize
www.eeworm.com/read/492400/6422292
m auclpm.m
%AUCLPM Find linear mapping with optimized AUC
%
% W = AUCLPM(X, C, RTYPE, PAR)
%
% Optimize the AUC on dataset X and reg. param. C. This is done by
% finding the weights W for which the ordering o
www.eeworm.com/read/484356/6586095
m svmrocval.m
function ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
% USAGE
%
% ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
%
% process the output of an SVM model that optimize
www.eeworm.com/read/262186/11602533
m svmrocval.m
function ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
% USAGE
%
% ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
%
% process the output of an SVM model that optimize
www.eeworm.com/read/157074/11741440
m svmrocval.m
function ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
% USAGE
%
% ypred=svmrocval(xtest,xsup,w,w0,kernel,kerneloption,span)
%
% process the output of an SVM model that optimize
www.eeworm.com/read/259580/11780048
cpp timematrixmultiply1.cpp
// run time for simple square matrix multiply
#include
#include
#include "make2dArrayNoCatch.h"
using namespace std;
#pragma optimize("t", on)
template
void sq
www.eeworm.com/read/259580/11780713
cpp timearray.cpp
// run time for simple square matrix add
#include
#include
#include "make2dArrayNoCatch.h"
using namespace std;
#pragma optimize("t", on)
template
void matri