代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/135714/13909379

tcl _cpldfit.tcl

set _rspFileHandle [open _cpldfit.rsp w] puts $_rspFileHandle "-p xc95108-7-PC84" puts $_rspFileHandle "-optimize speed" puts $_rspFileHandle "-loc on" puts $_rspFileHandle "-slew fast" puts $_rs
www.eeworm.com/read/113576/15453096

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/101961/15796190

pas utility.pas

{++ u t i l i t y . p a s Copyright (c) 1995-1997 by Alexander Staubo, all rights reserved. Abstract: Utility functions. Additional notes: - The string functions are not optimize
www.eeworm.com/read/100150/15882020

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/285727/8821482

makefile

PRG = step_motor1 OBJ = step_motor1.o MCU_TARGET = atmega128 OPTIMIZE = -O2 DEFS = LIBS = # You should not have to change anything below h
www.eeworm.com/read/285727/8821562

makefile

PRG = step_motor2 OBJ = step_motor2.o MCU_TARGET = atmega128 OPTIMIZE = -O2 DEFS = LIBS = # You should not have to change anything below h
www.eeworm.com/read/285541/8832342

makefile

PRG = LED_MATRIX1 OBJ = LED_MATRIX1.o MCU_TARGET = atmega128 OPTIMIZE = -O2 DEFS = LIBS = # You should not have to change anything below h
www.eeworm.com/read/285541/8832384

makefile

PRG = LED_MATRIX2 OBJ = LED_MATRIX2.o MCU_TARGET = atmega128 OPTIMIZE = -O2 DEFS = LIBS = # You should not have to change anything below h
www.eeworm.com/read/285537/8832611

makefile

PRG = KEY2 OBJ = KEY2.o MCU_TARGET = atmega128 OPTIMIZE = -O2 DEFS = LIBS = # You should not have to change anything below here. CC
www.eeworm.com/read/383699/8926656

c libgloss.c

/* printf in "CLib" will call printf_hook. _SemiPrintf makes IDE can hook "printf" action. User don't want to hook "printf" when __OPTIMIZE__. function prototype: void printf_hook (unsig