代码搜索:1506
找到约 151 项符合「1506」的源代码
代码结果 151
www.eeworm.com/read/269921/11055526
htm 1506.htm
下载地址:thunder://QUFmdHA6Ly8xMC4xLjIwMC4zMi8lQjUlRTclRDMlQjAlQ0YlQzIlRDQlRDglQzclRjgvJUI2JUFGJUQ3JUY3JUM2JUFDLyVDMCVFRSVEMCVBMSVDMSVGQSVCRSVBRCVCNSVFNDUlQjIlQkYvJUMwJUVFJUQwJUExJUMxJUZBJUI1JUM0JUM5JUZBJ
www.eeworm.com/read/185622/9007611
txt rfc1506.txt
Network Working Group J. Houttuin
Request for Comments: 1506 RARE Secretariat
RARE Technical Report: 6
www.eeworm.com/read/426535/9015087
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/175226/9555112
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/168857/9893791
gif img1506.gif
www.eeworm.com/read/465477/6937121
txt rfc1506.txt
Network Working Group J. Houttuin
Request for Comments: 1506 RARE Secretariat
RARE Technical Report: 6
www.eeworm.com/read/196909/8046031
gif img1506.gif
www.eeworm.com/read/244008/12899957
cpp f1506.cpp
//=====================================
// f1506.cpp
// 异常匹配
//=====================================
#include
using namespace std;
//-------------------------------------
class A{};
www.eeworm.com/read/243217/12954972
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)]*