代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/316433/3611514
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/316290/3612149
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/271650/4226409
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/431664/1905030
conf doxyfile.conf
# Doxyfile 1.0.0 format
#
@INCLUDE = "../docs/Doxyfile.version"
@INCLUDE = "../docs/Doxyfile.aliases"
OUTPUT_LANGUAGE = English
DETAILS_AT_TOP = YES
OPTIMIZE_OUTPUT_FOR_C = YES
SHOW_USED
www.eeworm.com/read/427112/1973732
java attachmentmarshaller.java
package javax.xml.bind.attachment;
import javax.activation.DataHandler;
import javax.xml.bind.Marshaller;
/**
* Enable JAXB marshalling to optimize storage of binary data.
*
* This API
www.eeworm.com/read/388903/2545789
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/387748/2556315
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc9572-7-PC44"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rsp
www.eeworm.com/read/387748/2556344
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc9536-5-PC44"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rsp
www.eeworm.com/read/387748/2556372
tcl _cpldfit.tcl
set _rspFileHandle [open _cpldfit.rsp w]
puts $_rspFileHandle "-p xc9572-7-PC44"
puts $_rspFileHandle "-optimize speed"
puts $_rspFileHandle "-loc on"
puts $_rspFileHandle "-slew fast"
puts $_rsp
www.eeworm.com/read/379392/2674308
changelog
2005-10-19 Google Inc.
* Version 0.4
* XPath changes:
- Optimize parsing of very common and simple expressions.
- Fix use of XPath operator names -- div, mod, and, or