登录
首页 » Visual C++ » two-point-problem

two-point-problem

于 2020-12-15 发布 文件大小:2719KB
0 183
下载积分: 1 下载次数: 51

代码说明:

  打靶法求解两点边值问题 实例测试通过,可直接运行,并带有详细代码注释 采用全局收敛的牛顿-拉普森迭代算法求解编制问题 绝对物超所值!(Two-point boundary value problem shooting method)

文件列表:

two-point-problem
.................\Ballistic.txt,6876129,2013-05-03
.................\Debug
.................\.....\fdjac.obj,17684,2013-05-02
.................\.....\fdjac.sbr,0,2013-05-02
.................\.....\fmin.obj,14488,2013-05-03
.................\.....\fmin.sbr,0,2013-05-03
.................\.....\lnsrch.obj,64800,2013-05-02
.................\.....\lnsrch.sbr,0,2013-05-02
.................\.....\lubksb.obj,15449,2013-05-02
.................\.....\lubksb.sbr,0,2013-05-02
.................\.....\ludcmp.obj,64460,2013-05-02
.................\.....\ludcmp.sbr,0,2013-05-02
.................\.....\newt.obj,73476,2013-05-02
.................\.....\newt.sbr,0,2013-05-02
.................\.....\odeint.obj,66526,2013-05-03
.................\.....\odeint.sbr,0,2013-05-03
.................\.....\opt_shoot.bsc,705536,2013-05-03
.................\.....\opt_shoot.exe,630883,2013-05-03
.................\.....\opt_shoot.ilk,934468,2013-05-03
.................\.....\opt_shoot.pch,2820692,2013-05-03
.................\.....\opt_shoot.pdb,1467392,2013-05-03
.................\.....\rkck.obj,23819,2013-05-02
.................\.....\rkck.sbr,0,2013-05-02
.................\.....\rkqs.obj,64981,2013-05-03
.................\.....\rkqs.sbr,0,2013-05-03
.................\.....\shoot.obj,16105,2013-05-03
.................\.....\shoot.sbr,0,2013-05-03
.................\.....\sphoot.obj,258035,2013-05-03
.................\.....\sphoot.sbr,0,2013-05-03
.................\.....\vc60.idb,156672,2013-05-03
.................\.....\vc60.pdb,143360,2013-05-03
.................\fdjac.cpp,746,2013-04-19
.................\fmin.cpp,476,2013-05-03
.................\lnsrch.cpp,2518,2013-05-02
.................\lubksb.cpp,968,2013-04-19
.................\ludcmp.cpp,1969,2013-04-19
.................\newt.cpp,2869,2013-05-02
.................\nr.h,24379,2001-11-25
.................\nrtypes.h,55,2001-11-25
.................\nrtypes_nr.h,2790,2002-10-07
.................\nrutil.h,82,2001-11-26
.................\nrutil_nr.h,11099,2001-11-25
.................\odeint.cpp,2337,2013-05-03
.................\opt_shoot.dsp,5305,2013-04-25
.................\opt_shoot.dsw,526,2013-04-12
.................\opt_shoot.ncb,148480,2013-05-03
.................\opt_shoot.opt,53760,2013-05-03
.................\opt_shoot.plg,2128,2013-05-03
.................\rkck.cpp,1426,2001-11-25
.................\rkqs.cpp,1709,2013-05-03
.................\shoot.cpp,662,2013-05-03
.................\sphoot.cpp,1524,2013-05-03
.................\sphoot.h,1537,2007-05-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • test1_1
    说明:  研究舍入误差的例程,可以帮助初学计算方法的人。(Of rounding error in the routine that can help beginners who calculation.)
    2011-04-11 23:55:26下载
    积分:1
  • thermal-1
    说明:  用LBM代码编写的由于温差而产生的自然对流小程序(As with the LBM code written in natural convection resulting from temperature applet)
    2021-05-15 11:30:02下载
    积分:1
  • sijielonggekutafa
    四阶龙格库塔法 数值计算 C++源码 可直接运行(Fourth-order Runge-Kutta numerical method C++ source code can be run directly)
    2015-10-28 19:59:24下载
    积分:1
  • Newton
    C++编写的电力系统潮流计算程序,采用牛顿法,并考虑到节电优化编号,5,14,57,300节点验证正确(Power flow calculation program, C++ written using Newton' s method, taking into account the number to the power-saving optimization, 5,14,57,300 node authentication)
    2021-04-29 10:28:43下载
    积分:1
  • 1
    说明:  一维黎曼问题,一维问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度两步差分格式进行数值求解。(Riemann problem, One dimensional problem, the shock tube problem, is a typical one-dimensional compressible non viscous gas dynamic problem with analytic solutions. It is solved numerically by two order two step difference scheme.)
    2018-04-29 14:56:36下载
    积分:1
  • iteration-method
    解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 (Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method)
    2013-07-05 20:15:05下载
    积分:1
  • fft
    说明:  实现快速离散傅里叶变换,即FFT,很有用的程序(Fast discrete Fourier transform, namely, FFT, very useful program)
    2008-10-31 13:46:14下载
    积分:1
  • zuixiaojiaocha
    偏最小二乘法中的交叉有效性计算,看看,可能有用(PLS cross-validity of the calculation, see, may be useful)
    2008-05-13 21:14:08下载
    积分:1
  • PID自动控制电机转速
    利用pid算法控制电机转速,转速可调,数码管显示,初学者实用(Using PID algorithm to control motor speed, adjustable speed, digital display, beginners practical)
    2020-06-22 16:00:01下载
    积分:1
  • Unconstrained-directly
    基于GWBASIC实现的无约束寻优算法,内附GWBASIC主程序和说明(Non-binding on GWBASIC achieve optimization algorithm, the main program and instructions included GWBASIC)
    2011-09-25 19:18:07下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载