代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/357802/3012765
__i game_sub_menu.__i
"..\..\code\ap_game\src\game_sub_menu.c" LARGE OPTIMIZE (9,SIZE) BROWSE INCDIR(..\..\..\bsp\include;..\..\code\ap_game\src\include;..\..\code\global;..\..\code\include) DEFINE (CONFIG_ASIC,dynamic_loa
www.eeworm.com/read/357802/3012856
__i fm_tea5767.__i
"..\src\fm_tea5767.c" LARGE OPTIMIZE (9,SIZE) BROWSE INCDIR(..\..\..\bsp\include;..\src\include;..\..\include) DEFINE (CONFIG_ASIC) DEBUG OBJECTEXTEND PRINT(.\fm_tea5767.lst) OBJECT(..\output\fm_tea57
www.eeworm.com/read/355697/3049229
bc makefile.bc
#
# Origional BC Makefile from Teun
#
#
CC = bcc
TLIB = tlib /0 /C
# note: the -3 flag produces code for 386, 486, Pentium etc; omit it for 286s
OPTIMIZE= -3 -O2
#WINDOWS
www.eeworm.com/read/162614/5530153
c badshift.c
/* PR rtl-optimization/20532 */
/* { dg-do run } */
/* { dg-options "" } */
/* { dg-options "-march=i386" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* We used to optimize the DImode shift
www.eeworm.com/read/475897/6768463
m chap5_3.m
%GA(Generic Algorithm) Program to optimize PID Parameters
clear all;
close all;
global rin yout timef
Size=30;
CodeL=3;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
MaxX(2)=1.0
www.eeworm.com/read/367448/9747587
c~ initialize.c~
#define Initialize_C
#include "allheads.h"
void initialize(void)
{
// Crystal Oscillator division factor: 1
#pragma optsize-
CLKPR=0x80;
CLKPR=0x00;
#ifdef _OPTIMIZE_SIZE_
#pragma optsiz
www.eeworm.com/read/415288/11077833
tdf lpm_divide_q8p.tdf
--lpm_divide DEVICE_FAMILY="Cyclone" LPM_DREPRESENTATION="SIGNED" LPM_NREPRESENTATION="SIGNED" LPM_REMAINDERPOSITIVE="TRUE" LPM_WIDTHD=16 LPM_WIDTHN=16 OPTIMIZE_FOR_SPEED=5 denom numer quotient remain
www.eeworm.com/read/415288/11077984
tdf lpm_divide_m8p.tdf
--lpm_divide DEVICE_FAMILY="Cyclone" LPM_DREPRESENTATION="SIGNED" LPM_NREPRESENTATION="SIGNED" LPM_REMAINDERPOSITIVE="TRUE" LPM_WIDTHD=32 LPM_WIDTHN=32 OPTIMIZE_FOR_SPEED=5 denom numer quotient remain
www.eeworm.com/read/413396/11157687
m chap5_3.m
%GA(Generic Algorithm) Program to optimize PID Parameters
clear all;
close all;
global rin yout timef
Size=30;
CodeL=3;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
MaxX(2)=1.0
www.eeworm.com/read/249076/12521700
bc makefile.bc
#
# Origional BC Makefile from Teun
#
#
CC = bcc
TLIB = tlib /0 /C
# note: the -3 flag produces code for 386, 486, Pentium etc; omit it for 286s
OPTIMIZE= -3 -O2
#WINDOWS