代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/131315/5935663
cflags
case "$0" in
*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
esac
case $CONFIG in
'')
if test ! -f config.sh; then
ln ../config.sh . || \
ln ../../config.sh . || \
ln ../../../config.sh . || \
(echo "Can't
www.eeworm.com/read/131315/5935741
cflags
case "$0" in
*/*) cd `expr X$0 : 'X\(.*\)/'` ;;
esac
case $CONFIG in
'')
if test ! -f config.sh; then
ln ../config.sh . || \
ln ../../config.sh . || \
ln ../../../config.sh . || \
(echo "Can't
www.eeworm.com/read/131315/5935834
sh aux.sh
optimize='-O'
ccflags="$ccflags -B/usr/lib/big/ -DPARAM_NEEDS_TYPES"
www.eeworm.com/read/125688/6023798
todo
sort by number of atoms (longest match of a form).
must find offset upto next shift and check against it.
- actually, do we need to keep a list?
NEED TO DO:
+ use different hash functions.
+ chop
www.eeworm.com/read/483067/6609217
mkf paradigm.mkf
#
# Borland C++ 2.0 Compiler/Linker command line option macros
# Copyright (C) 1995 Paradigm Systems. All rights reserved.
#
MKF = $(MKF) paradigm.mkf
www.eeworm.com/read/477758/6733794
__i delay.__i
"Delay.c" ROM(COMPACT) OPTIMIZE (9,SPEED) BROWSE DEBUG OBJECTEXTEND SRC (.\Delay.SRC)
www.eeworm.com/read/403166/11521239
inc system.inc
; Copyright (C) 1999-2002 Konstantin Boldyshev
;
; $Id: system.inc,v 1.18 2002/03/02 20:23:14 konst Exp $
;
; file : system.inc
; created : 08-Apr-1999
; modified : 02-Mar-2
www.eeworm.com/read/403098/11522638
txt 新建 文本文档.txt
set near on
set exact on
set carry on
set keycomp on
set palette off
set optimize on
set sysformat off
set ansi off
messagebox("已是最后一个记录!",48,"信息窗口")
www.eeworm.com/read/259580/11780354
h insertionsort.h
// insertion sort
#ifndef insertionSort_
#define insertionSort_
// optimize code for speed
#pragma optimize("t", on)
template
void insertionSort(T a[], int n)
{// Sort a[0:n-1] u
www.eeworm.com/read/258673/11847644
__i gpif1.__i
"Gpif1\Gpif1.c" OPTIMIZE (6,SPEED) DEBUG OBJECTEXTEND PRINT(.\Gpif1.lst) OBJECT(Gpif1.obj)