代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/330869/12863301
m f_chirp.m
function [v, v2] = f_chirp(theta, x)
% f_chirp -- objective function minimized by constr
%
% Usage
% v = f_chirp(theta, x)
%
% Inputs
% theta initial estimate ([time freq chirp_rate duration
www.eeworm.com/read/152398/12117456
m imc2constr.m
function [g,h]=imc2com(x,y,E,sig,w,n,Mp,p,m,q,qf,qd,pd)
if n > 0
s=sqrt(-1)*x(n);
elseif n == 0
s=sqrt(-1)*w;
end
plant=eval(p);
model=eval(m);
e=E(1);
cont1=eval(q);
e=E(2);
cont2=ev
www.eeworm.com/read/152398/12117662
m imc2com.m
function [f]=imc2com(x,y,E,sign,w,n,Mp,p,m,q,qf,qd,pds)
if n > 0
s=sqrt(-1)*x(n);
elseif n == 0
s=sqrt(-1)*w;
end
plant=eval(p);
model=eval(m);
e=E(1);
cont1=eval(q);
e=E(2);
cont2=eval
www.eeworm.com/read/251851/12315297
m stretch_func_ode_for_dha.m
function f = stretch_func_ode_for_DHA(X,sys_eq,ode_param,n_vector,t0,tf,dimension)
% Compute objective function for the optimization problem in the flow pipe
% segment approximation procedure for
www.eeworm.com/read/217557/14958781
m stretch_func_ode_for_dha.m
function f = stretch_func_ode_for_DHA(X,sys_eq,ode_param,n_vector,t0,tf,dimension)
% Compute objective function for the optimization problem in the flow pipe
% segment approximation procedure for
www.eeworm.com/read/162614/5522894
m static-1.m
/* Test out static (non-heap) allocations of ObjC class instances.
These should elicit errors. */
/* Developed by Ziemowit Laski . */
/* { dg-do compile } */
@interface Object
www.eeworm.com/read/162614/5522912
m desig-init-2.m
/* Test handling of C99 designator lists in Objective-C. Test array
designators after structure member designators. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
www.eeworm.com/read/173799/9635260
m f_chirp.m
function [v, v2] = f_chirp(theta, x)
% f_chirp -- objective function minimized by constr
%
% Usage
% v = f_chirp(theta, x)
%
% Inputs
% theta initial estimate ([time freq chirp_rate duration