代码搜索:微分几何

找到约 3,133 项符合「微分几何」的源代码

代码结果 3,133
www.eeworm.com/read/102552/15774441

htm subject_36814.htm

序号:36814 发表者:阿强act 发表日期:2003-04-18 18:18:00 主题:寻求图像处理(几何校正)的算法! 内容:您好:  我在做这方面的毕业设计,那位有这方面的资料,我不胜感激,我愿给money.请发我邮箱eqiangact@sina.com与我联系!谢谢!
www.eeworm.com/read/101790/15810569

htm subject_36814.htm

序号:36814 发表者:阿强act 发表日期:2003-04-18 18:18:00 主题:寻求图像处理(几何校正)的算法! 内容:您好:  我在做这方面的毕业设计,那位有这方面的资料,我不胜感激,我愿给money.请发我邮箱eqiangact@sina.com与我联系!谢谢!
www.eeworm.com/read/282918/9053152

m runge_kutta4.m

function [x,y]=Runge_Kutta4(ydot_fun, x0, y0, h, N) % 标准四阶Runge_Kutta公式,其中 % ydot_fun --- 一阶微分方程的函数 % x0, y0 --- 初始条件 % h --- 区间步长 % N --- 区间的个数 % x ---
www.eeworm.com/read/282918/9053177

m runge_kutta4s.m

function [x,y]=Runge_Kutta4s(ydot_fun, x0, y0, h, N) % 标准四阶Runge_Kutta公式,其中 % ydot_fun --- 一阶微分方程的函数 % x0 --- 初始点 % y0 --- 初始向量(列向量) % h --- 区间步长 % N
www.eeworm.com/read/282918/9053195

m runge_kutta4.m

function [x,y]=Runge_Kutta4(ydot_fun, x0, y0, h, N) % 标准四阶Runge_Kutta公式,其中 % ydot_fun --- 一阶微分方程的函数 % x0, y0 --- 初始条件 % h --- 区间步长 % N --- 区间的个数 % x ---
www.eeworm.com/read/282918/9053219

m runge_kutta4s.m

function [x,y]=Runge_Kutta4s(ydot_fun, x0, y0, h, N) % 标准四阶Runge_Kutta公式,其中 % ydot_fun --- 一阶微分方程的函数 % x0 --- 初始点 % y0 --- 初始向量(列向量) % h --- 区间步长 % N
www.eeworm.com/read/435844/7783001

m exm056_2.m

%exm056_2.m clear y=dsolve('y=x*Dy-(Dy)^2','x') %求微分方程解 clf,hold on,ezplot(y(2),[-6,6,-4,8],1) %画奇解 cc=get(gca,'Children'); %取奇解曲线的图柄 set(cc,'Color','r','LineWidth',5) %把
www.eeworm.com/read/264901/11295137

m runge_kutta4.m

function [x,y]=Runge_Kutta4(ydot_fun, x0, y0, h, N) % 标准四阶Runge_Kutta公式,其中 % ydot_fun --- 一阶微分方程的函数 % x0, y0 --- 初始条件 % h --- 区间步长 % N --- 区间的个数 % x ---
www.eeworm.com/read/264901/11295145

m runge_kutta4s.m

function [x,y]=Runge_Kutta4s(ydot_fun, x0, y0, h, N) % 标准四阶Runge_Kutta公式,其中 % ydot_fun --- 一阶微分方程的函数 % x0 --- 初始点 % y0 --- 初始向量(列向量) % h --- 区间步长 % N
www.eeworm.com/read/227861/14408353

m exm056_2.m

%exm056_2.m clear y=dsolve('y=x*Dy-(Dy)^2','x') %求微分方程解 clf,hold on,ezplot(y(2),[-6,6,-4,8],1) %画奇解 cc=get(gca,'Children'); %取奇解曲线的图柄 set(cc,'Color','r','LineWidth',5) %把