代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/357802/3012855

__i fm_sub_menu.__i

"..\src\fm_sub_menu.c" LARGE OPTIMIZE (9,SIZE) BROWSE INCDIR(..\..\..\bsp\include;..\src\include;..\..\include) DEFINE (CONFIG_ASIC) DEBUG OBJECTEXTEND PRINT(.\fm_sub_menu.lst) OBJECT(..\output\fm_sub
www.eeworm.com/read/475897/6768460

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/473489/6844264

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/370635/9589658

m compute_best_direction.m

function [MW,theta,L] = compute_best_direction(M,T,s) % compute_best_direction - optimize the lagrangian over a single square % % [MW,theta] = compute_best_direction(M,T,s); % % M is a 2D i
www.eeworm.com/read/172471/9706357

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/170899/9780761

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/413396/11157677

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/248730/12544039

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/238364/13891321

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/134894/13971728

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))..