代码搜索:Formulation
找到约 295 项符合「Formulation」的源代码
代码结果 295
www.eeworm.com/read/257008/11961313
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/130097/14208578
h globe.h
#ifndef _GLOBE_H_
#define _GLOBE_H_
#include "math.h"
#define PI 3.14159265358979323846
#define sqrt2 1.414213562373
#define CLOCKWISE 1
#define ANTICLOCK -1
#define NOCLOCK 0
typedef
www.eeworm.com/read/369527/9641600
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/265706/11256124
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/335571/12514323
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/334923/12562359
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/132706/14077921
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/130097/14208536
h geometry.h
#ifndef _analytic_geometry
#define _analytic_geometry
#include "Globe.h"
/********* chen ning **************/
int CalcuFormat(POINT P2, POINT P1, Formulation *Param);//aY=bX+c
int StdLineFor
www.eeworm.com/read/370279/9606770
m vclampk.m
function [I,gK,minf,taum,m,h] = VClampK(V,t)
% VClampK Time-dependent potassium current (IK) under voltage clamp
% [I,minf,taum,m,h] = VClampK(V,t)
% I potassium current
% minf steady-state
www.eeworm.com/read/271563/10989589
nlogo moransi.nlogo
globals [
aaverage
moransI
Z
seed
quit
expected
serial#
]
turtles-own [
a
]
to go
clear-all
ifelse fixed-seed
[ set seed input-seed
random-seed seed ]
[ set seed new-seed