代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/285541/8832421
makefile
PRG = LED_MATRIX
OBJ = LED_MATRIX.o
MCU_TARGET = atmega128
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below her
www.eeworm.com/read/187283/8836343
c jump.c
/* Optimize jump instructions, for GNU compiler.
Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or
www.eeworm.com/read/187283/8836414
c combine.c
/* Optimize by combining instructions for GNU compiler.
Copyright (C) 1987, 1988 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/o
www.eeworm.com/read/283576/9006055
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/161842/10364272
cpp browserutil.cpp
#include "stdafx.h"
#include "browser.h"
#include "BaseTextBuffer.h"
#include "ptrStack.h"
#pragma optimize("t",on)
static LPCTSTR m_lszpBasicTypes[]=
{
_T("byte"),
_T("short"),
www.eeworm.com/read/421857/10691278
txt how to get top ranking, search engines.txt
The tutorial is all about getting your site listed on top in Search Engines i.e Search Engine Optimization
First thing you need to do is find the keywords you want to optimize for.
There is grea
www.eeworm.com/read/418731/10934045
txt how to get top ranking, search engines.txt
The tutorial is all about getting your site listed on top in Search Engines i.e Search Engine Optimization
First thing you need to do is find the keywords you want to optimize for.
There is grea
www.eeworm.com/read/272848/10940401
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/272848/10940650
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/460379/7252389
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