代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/425210/10370198
__i fat.__i
"fat.c" OMF2 OPTIMIZE (6,SPEED) BROWSE VARBANKING DEBUG
www.eeworm.com/read/351408/10654348
fpw config.fpw
SCREEN = OFF
ANSI = ON
AUTOSAVE = ON
CONSOLE = OFF
DEBUG = OFF
DELETED = ON
DOHISTORY = OFF
ESCAPE = OFF
EXACT = ON
EXCLUSIVE = OFF
HELP = OFF
NOTIFY
www.eeworm.com/read/272848/10940731
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/378796/7070039
vc
C/C++ COMPILER OPTIONS
-OPTIMIZATION-
/O1 minimize space /Op[-] improve floating-pt consistency
/O2 maximize speed
www.eeworm.com/read/457360/7326720
afl adxbuy.afl
//------------------------------------------------------------------------------
//
// Formula Name: ADXbuy
// Author/Uploader: goldfreaz
// E-mail: goldfreaz@thelion.com
// Date
www.eeworm.com/read/450639/7479498
h celpfiles.h
/*
This file includes all of the separate functions which comprise
the CELP codec. We declare the functions static and include them
in this manner to avoid name space clashes with other compo
www.eeworm.com/read/146126/12668523
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/144234/12806381
__i 24lc32.__i
"24LC32.c" LARGE OPTIMIZE (0,SPEED) BROWSE DEBUG OBJECTEXTEND
www.eeworm.com/read/329346/12959200
txt vc编译选项.txt
C/C++ COMPILER OPTIONS
-OPTIMIZATION-
/O1 minimize space /Op[-] improve floating-pt consistency
/O2 maximize speed
www.eeworm.com/read/140165/13101221
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