代码搜索:springer
找到约 182 项符合「springer」的源代码
代码结果 182
www.eeworm.com/read/251522/4418806
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/215485/4903383
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/197905/5090829
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/346158/3189415
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/292984/3935655
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/292964/3936803
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/434858/1867873
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/393163/2487750
m scg_3node.m
% This example is from Page.143 of "Probabilistic Networks and Expert Systems",
% Cowell, Dawid, Lauritzen and Spiegelhalter, 1999, Springer.
X = 1; Y = 2; Z = 3;
n = 3;
dag = zeros(n);
dag(X, Y)=1;
www.eeworm.com/read/365346/9867453
m cal2jd.m
function jd=cal2jd(yr, mn, dy)
% CAL2JD Converts calendar date to Julian date using algorithm
% from "Practical Ephemeris Calculations" by Oliver Montenbruck
% (Springer-Verlag, 1989). Uses astro
www.eeworm.com/read/365346/9867456
m jd2cal.m
function [yr,mn,dy]=jd2cal(jd)
% JD2CAL Converts Julian date to calendar date using algorithm
% from "Practical Ephemeris Calculations" by Oliver Montenbruck
% (Springer-Verlag, 1989). Must use a