代码搜索:optimize

找到约 6,026 项符合「optimize」的源代码

代码结果 6,026
www.eeworm.com/read/213240/15140004

m consistent_occ.m

function [w1,optval] = consistent_occ(x,w,fracrej,range,nrbags,varargin) %CONSISTENT_OCC % % W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS) % % Optimize the hyperparameters of method W. W should con
www.eeworm.com/read/205695/15309678

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/14273/326012

__i nf.__i

"lib_mem\nf_1x_2kb\nf.c" OPTIMIZE (7,SPEED) BROWSE INCDIR(.\modules\system; .\ ; .\; .\lib_refd) DEFINE (KEIL) DEBUG OBJECTEXTEND PRINT(.\nf.lst) OBJECT(nf.obj)
www.eeworm.com/read/494196/1161558

c wmr_rw_test1.c

// testapp.cpp : Defines the entry point for the application. // #pragma optimize("", off) #include #include #include #include #define READ_CH
www.eeworm.com/read/494196/1161559

c wmr_rw_test.c

// testapp.cpp : Defines the entry point for the application. // #pragma optimize("", off) #include #include #include #include #define READ_CH
www.eeworm.com/read/470720/1451719

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/470720/1452599

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
www.eeworm.com/read/470693/1463665

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/470693/1464545

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
www.eeworm.com/read/240162/4588042

c strrchr.c

extern int inside_main; char * strrchr (const char *s, int c) { __SIZE_TYPE__ i; #ifdef __OPTIMIZE__ if (inside_main) abort (); #endif i = 0; while (s[i] != 0) i++; do if (s[