代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/460374/7252578
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/460369/7252611
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/460368/7252641
makefile
PRG = uartmain
OBJ = uartmain.o uart.o
MCU_TARGET = atmega32
OPTIMIZE = -Os
DEFS =
LIBS =
# You should not have to change anything below here.
CC
www.eeworm.com/read/146126/12668126
cpp timefastsquarematrixmultiply2.cpp
// run time for fast square matrix multiply
// ikj order
#include
#include
#include "make2dArrayNoCatch.h"
using namespace std;
#pragma optimize("t", on)
void fastSquar
www.eeworm.com/read/146126/12668469
cpp timefastsquarematrixmultiply1.cpp
// run time for fast square matrix multiply
// ijk order
#include
#include
#include "make2dArrayNoCatch.h"
using namespace std;
#pragma optimize("t", on)
void fastSquar
www.eeworm.com/read/319814/13441702
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/313188/13593488
cpp shellpidl.cpp
#include "stdafx.h"
#include "ShellPidl.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#pragma optimize( "s", on )
///////////////////
www.eeworm.com/read/136071/5875226
libstrip
#!/usr/bin/perl -w
# vi: set ts=4:
# Libstrip - A utility to optimize libraries for specific executables
# Copyright (C) 2001 David A. Schleef
#
# This program is free software; you
www.eeworm.com/read/135582/5884843
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