代码搜索:Formulation
找到约 295 项符合「Formulation」的源代码
代码结果 295
www.eeworm.com/read/188426/8541303
m opf_form.m
function code = opf_form(alg)
%OPF_FORM Which OPF formulation is used by alg.
% code = opf_form(alg) returns a formulation code given an algorithm code.
% The codes are:
% 1 - standard, poly
www.eeworm.com/read/380715/9133958
m unc_nn_sin.m
function f=unc_nn_sin(x)
%reference:
%note that you can get the formulation of unc_nn_sin from some
%aritcles,such as
%
%
%algorithm:
%below code is edited according to
%
%
% solution:
%
www.eeworm.com/read/163563/10153926
m opf_form.m
function code = opf_form(alg)
%OPF_FORM Which OPF formulation is used by alg.
% code = opf_form(alg) returns a formulation code given an algorithm code.
% The codes are:
% 1 - standard, poly
www.eeworm.com/read/200336/10247202
m opf_form.m
function code = opf_form(alg)
%OPF_FORM Which OPF formulation is used by alg.
% code = opf_form(alg) returns a formulation code given an algorithm code.
% The codes are:
% 1 - standard, p
www.eeworm.com/read/353831/10414584
m opf_form.m
function code = opf_form(alg)
%OPF_FORM Which OPF formulation is used by alg.
% code = opf_form(alg) returns a formulation code given an algorithm code.
% The codes are:
% 1 - standard, p
www.eeworm.com/read/349479/10825187
m opf_form.m
function code = opf_form(alg)
%OPF_FORM Which OPF formulation is used by alg.
% code = opf_form(alg) returns a formulation code given an algorithm code.
% The codes are:
% 1 - standard, p
www.eeworm.com/read/456155/7356466
h geometry.h
#ifndef _analytic_geometry
#define _analytic_geometry
#include "Globe.h"
typedef struct tagLineFormulation{
double a;
double b;
double c;
}Formulation, LINEFORMULATION;
typedef struct tag
www.eeworm.com/read/441325/7671841
m opf_form.m
function code = opf_form(alg)
%OPF_FORM Which OPF formulation is used by alg.
% code = opf_form(alg) returns a formulation code given an algorithm code.
% The codes are:
% 1 - standard, p
www.eeworm.com/read/299178/7881232
m opf_form.m
function code = opf_form(alg)
%OPF_FORM Which OPF formulation is used by alg.
% code = opf_form(alg) returns a formulation code given an algorithm code.
% The codes are:
% 1 - standard, p
www.eeworm.com/read/198177/7948297
m unc_nn_sin.m
function f=unc_nn_sin(x)
%reference:
%note that you can get the formulation of unc_nn_sin from some
%aritcles,such as
%
%
%algorithm:
%below code is edited according to
%
%
% solution:
%