代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/246053/12763663

old makefile.old

# makefile for hidden Markov model code. # CC = gcc # use gnu C++ compiler #CC = CC # use SunOS C++ compiler CFLAGS = -c -O # optimize # CFLAGS = -c -O # CFLAGS = -c -g # debug # CFLAGS = -c -pe
www.eeworm.com/read/324743/13247792

changelog

ver 3.32: Add OCF constants for synchronous flow control enabling. ver 3.31: Don't optimize when debug is enabled. ver 3.30: Add another company identifier. ver 3.29: Fix memory leak in sdp_get
www.eeworm.com/read/321950/13392324

cpp sum_prod.cpp

// // MATLAB Compiler: 3.0 // Date: Fri Nov 02 09:19:27 2007 // 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/320130/13432554

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/318613/13474656

makefile

# # Makefile for mpegdec.lib # # Note: LITTLE_ENDIAN is defined in usr/include/sys/types.h # Define MPEGAUD_INT for integer only decoder MPEGAUD_INT = 1 ifdef CONFIG_COLDFIRE # Define ASM_OPTIMIZE
www.eeworm.com/read/315013/13553884

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/312669/13606502

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/307838/13714077

mak win_cvf.mak

SOURCE=fft CMPFLAG=/compile_only /math_library:fast /real_size:64 /debug:none /optimize:5 /assume:noaccuracy_sensitive /nologo /warn:nofileopt \ /include:"$(MATFOR4DIR)\include\cvf" LIBFLAG=fm
www.eeworm.com/read/147331/5732061

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/124347/6051522

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