代码搜索:1506
找到约 151 项符合「1506」的源代码
代码结果 151
www.eeworm.com/read/320903/13416309
cpp f1506.cpp
//=====================================
// f1506.cpp
// 异常匹配
//=====================================
#include
using namespace std;
//-------------------------------------
class A{};
www.eeworm.com/read/319437/13451775
m ex1506.m
%例15-6 一般线性回归(数组除法)
t = [0 .3 .8 1.1 1.6 2.3]';
X = [ones(size(t)) exp(-t) t.*exp(-t)];
y = [0.5 0.82 1.14 1.25 1.35 1.40]';
a = X\y
T = (0:0.1:2.5)';
Y = [ones(size(T)) exp(-T) T.*exp(-T)]*
www.eeworm.com/read/319404/13452474
m ex1506.m
%例15-6 一般线性回归(数组除法)
t = [0 .3 .8 1.1 1.6 2.3]';
X = [ones(size(t)) exp(-t) t.*exp(-t)];
y = [0.5 0.82 1.14 1.25 1.35 1.40]';
a = X\y
T = (0:0.1:2.5)';
Y = [ones(size(T)) exp(-T) T.*exp(-T)]*
www.eeworm.com/read/212115/6304077
cpp f1506.cpp
//=====================================
// f1506.cpp
// 异常匹配
//=====================================
#include
using namespace std;
//-------------------------------------
class A{};
www.eeworm.com/read/345494/11812861
m ex1506.m
%例15-6 一般线性回归(数组除法)
t = [0 .3 .8 1.1 1.6 2.3]';
X = [ones(size(t)) exp(-t) t.*exp(-t)];
y = [0.5 0.82 1.14 1.25 1.35 1.40]';
a = X\y
T = (0:0.1:2.5)';
Y = [ones(size(T)) exp(-T) T.*exp(-T)]*
www.eeworm.com/read/253866/12181324
cpp list1506.cpp
// Listing 15.6 Without function pointers
#include
using namespace std;
void Square (int&,int&);
void Cube (int&, int&);
void Swap (int&, int &);
void GetVals(int&, int&);
void P
www.eeworm.com/read/5585/56082
pcx h1506.pcx
www.eeworm.com/read/14081/297858