代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/148489/12463286

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/227046/14442714

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/225665/14526497

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/222611/14683485

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/221666/14730353

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/119524/14827155

m optexampfunction.m

% Function to be optimized: % Author: K. Passino, Version: 3/24/00 function J=optexampfunction(theta) % An example function to optimize: J=... +5*exp(-0.1*((theta(1,1)-15)^2+(theta(2,1)-20)^2))..
www.eeworm.com/read/115356/15016292

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/114602/15046350

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
www.eeworm.com/read/214909/15083961

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/213529/15130690

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