代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/314247/3638028
c movegui.c
/*
* MATLAB Compiler: 3.0
* Date: Fri Oct 01 19:20:56 2004
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_f
www.eeworm.com/read/314247/3638029
h movegui.h
/*
* MATLAB Compiler: 3.0
* Date: Fri Oct 01 19:20:56 2004
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_f
www.eeworm.com/read/314247/3638030
h guidata.h
/*
* MATLAB Compiler: 3.0
* Date: Fri Oct 01 19:20:59 2004
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_f
www.eeworm.com/read/314247/3638033
h guihandles.h
/*
* MATLAB Compiler: 3.0
* Date: Fri Oct 01 19:20:58 2004
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_f
www.eeworm.com/read/306178/3750525
c combatd.c
// combatd.c
// modify by zzz year 2000
#pragma optimize
#include
#include
#include
#include
inherit F_DBASE;
mapping *combat_action = ({
([ "ac
www.eeworm.com/read/299343/3853252
m chap5_4.m
%GA(Generic Algorithm) Program to optimize Parameters of PID
clear all;
close all;
global rin yout timef
G=100;
Size=30;
CodeL=10;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
www.eeworm.com/read/298657/3861163
c strlen.c
#if defined __thumb__ || defined(PREFER_SIZE_OVER_SPEED) || defined(__OPTIMIZE_SIZE__)
#include "../../string/strlen.c"
#else
#include
#include "xscale.h"
size_t
strlen (const char *str
www.eeworm.com/read/279968/4130260
c strlen.c
#if defined __thumb__ || defined(PREFER_SIZE_OVER_SPEED) || defined(__OPTIMIZE_SIZE__)
#include "../../string/strlen.c"
#else
#include
#include "xscale.h"
size_t
strlen (const char *str
www.eeworm.com/read/440906/1781826
c old-style-asm-1.c
/* PR inline-asm/8832 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* Verify that GCC doesn't optimize
old style asm instructions. */
void foo(int v)
{
if (v)
asm ("dummy1");
a
www.eeworm.com/read/440906/1782749
c 20020531-1.c
/* PR optimization/6842
This testcase caused ICE when trying to optimize V8QI subreg of VOIDmode
CONST_DOUBLE. */
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O2 -mmmx" } */
t