代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/331444/12828063

makefile-osx

MLAB = /share/wotan/matlab13 MXSFX = mexosx MEX = ${MLAB}/bin/mex MFLAGS = INC = -I ${MLAB}/extern/include LIB = -L ${MLAB}/extern/lib CC = cc -Wall -pedantic -no-cpp-precomp C_OPTIMIZE_SWITCH = -O
www.eeworm.com/read/320820/13417667

m chap10_3a.m

%GA(Generic Algorithm) to Optimize Initial Parameters of RBF Approaching clear all; close all; G=150; Size=30; CodeL=10; for i=1:1:3 MinX(i)=0.1*ones(1); MaxX(i)=3*ones(1); end for i=4
www.eeworm.com/read/320130/13432557

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/316311/13525435

m 3a.m

%GA(Generic Algorithm) to Optimize Initial Parameters of RBF Approaching clear all; close all; G=150; Size=30; CodeL=10; for i=1:1:3 MinX(i)=0.1*ones(1); MaxX(i)=3*ones(1); end for i=4
www.eeworm.com/read/315013/13553887

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

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/149728/5697614

makefile

#CC = gcc #AR = ar #DEBUG = -ggdb3 #-DDEBUGTAC #CFLAGS = -pipe -fPIC -I../include $(OPTIMIZE) CFLAGS += -I../include LIBRARY = libtac.a LIBSRCS = connect.c \ header.c \ version.c \ xalloc.
www.eeworm.com/read/131315/5935805

sh apollo_c6_8.sh

optimize='' ccflags='-DDEBUGGING -A cpu,mathchip -W0,-opt,2' cat
www.eeworm.com/read/126641/6015006

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/101042/6258527

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