代码搜索:optimize

找到约 6,026 项符合「optimize」的源代码

代码结果 6,026
www.eeworm.com/read/366702/2878066

c strchr.c

extern void abort (void); extern int inside_main; char * strchr (const char *s, int c) { #ifdef __OPTIMIZE__ if (inside_main) abort (); #endif for (;;) { if (*s == c) return (char
www.eeworm.com/read/154890/5632069

makefile

FLASH=../Lib CPPFLAGS=-I$(FLASH) -I$(GUIINC) CFLAGS=$(OPTIMIZE) $(CPPFLAGS) $(ALLCFLAGS) LIBS = $(FLASH)/libflash.a $(Z_LIB) $(JPEG_LIB) $(GUILIBS) -lm LDFLAGS= swfplayer: $(GUIAPP) $(FLASH)/libflas
www.eeworm.com/read/415537/11065560

txt how to get top ranking, search engines.txt

The tutorial is all about getting your site listed on top in Search Engines i.e Search Engine Optimization First thing you need to do is find the keywords you want to optimize for. There is grea
www.eeworm.com/read/201179/15414825

makefile

TOPSRCDIR ?= .. DESTDIR ?= $(HOME)/bin CC = gcc WARN = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -pedantic INCLUDE = -I$(TOPSRCDIR)/include OPTIMIZE = -O2 CFLAGS = $(WARN) $(INCLUDE) $(OPTIM
www.eeworm.com/read/188651/8521265

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/289487/8548721

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/428269/8880536

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/284410/8935147

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/184366/9107755

makefile

include ../nasl.tmpl NESSUS_CFLAGS= -I../include $(OPTIMIZE) `$(NESSUSCONFIG) --cflags` -DNESSUS_EXTENSIONS NESSUS_LIBS = $(LIBS) `$(NESSUSCONFIG) --libs` NESSUS_INCLUDE=`sh ./cflags` YACC = bison
www.eeworm.com/read/161538/10398390

m libsvmopt.m

% LIBSVMOPT Optimize Support Vector Machine with LIBSVM. % % SVM Classification: % svm = libsvmopt(x,y,C,ker); % svm = libsvmopt(x,y,nu,ker,'style','nu'); % % One-Class SVM: % svm = libsvmop