代码搜索:整车检验
找到约 4,195 项符合「整车检验」的源代码
代码结果 4,195
www.eeworm.com/read/429840/8786996
m examp7_24.m
[t,y]=shooting('c7fun1','c7fun2',[0,1],[1;2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/376593/9312929
m examp7_24.m
[t,y]=shooting('c7fun1','c7fun2',[0,1],[1;2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/421977/10672975
m examp3_38.m
[t,y]=shooting(@c3fun1,@c3fun2,[0,1],[1,2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/466623/7029940
m examp3_38.m
[t,y]=shooting(@c3fun1,@c3fun2,[0,1],[1,2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/198282/7943066
m examp7_24.m
[t,y]=shooting('c7fun1','c7fun2',[0,1],[1;2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/140912/13052964
bas 一元线性m2.bas
Attribute VB_Name = "modMethod"
Option Explicit
'一元线性回归
'x(1 To n):自变量,n为观测次数,已知
'y(1 To n):因变量,n为观测次数,已知
'b0:截距,计算结果
'b1:回归系数,计算结果
'F:F检验值,计算结果
't:t检验值,计算结果
Public Sub Linear(x() As Double,
www.eeworm.com/read/408213/11401733
m examp7_24.m
[t,y]=shooting('c7fun1','c7fun2',[0,1],[1;2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/341680/12073621
m examp7_24.m
[t,y]=shooting('c7fun1','c7fun2',[0,1],[1;2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/232055/14210024
m examp7_24.m
[t,y]=shooting('c7fun1','c7fun2',[0,1],[1;2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验
www.eeworm.com/read/219349/14887269
m examp7_24.m
[t,y]=shooting('c7fun1','c7fun2',[0,1],[1;2]); plot(t,y)
y0=((exp(2)-3)*exp(t)+(3-exp(1))*exp(2*t))/(4*exp(1)*(exp(1)-1))+3/4+t/2;
norm(y(:,1)-y0) % 整个解函数检验
norm(y(end,1)-2) % 终点条件检验