登录
首页 » Visual C++ » 35

35

于 2010-07-07 发布 文件大小:599KB
0 199
下载积分: 1 下载次数: 0

代码说明:

说明:  四级四阶龙格库塔格式,求解微分方程的好算法。(Four fourth-order Runge-Kutta format, a good algorithm for solving differential equations.)

文件列表:

上机作业:数学0701 赵波 3070101035
..................................\作业1.1
..................................\.......\Debug
..................................\.......\.....\vc60.idb,33792,2010-07-07
..................................\.......\.....\vc60.pdb,45056,2010-07-07
..................................\.......\.....\作业1.1.exe,188496,2010-07-07
..................................\.......\.....\作业1.1.ilk,184424,2010-07-07
..................................\.......\.....\作业1.1.obj,3080,2010-07-07
..................................\.......\.....\作业1.1.pch,203604,2010-07-07
..................................\.......\.....\作业1.1.pdb,353280,2010-07-07
..................................\.......\Output - 组建.txt,120,2010-07-07
..................................\.......\作业1.1.cpp,368,2010-07-07
..................................\.......\作业1.1.dsp,3415,2010-07-07
..................................\.......\作业1.1.dsw,522,2010-07-07
..................................\.......\作业1.1.ncb,41984,2010-07-07
..................................\.......\作业1.1.opt,48640,2010-07-07
..................................\.......\作业1.1.plg,757,2010-07-07
..................................\作业1.2
..................................\.......\Debug
..................................\.......\.....\vc60.idb,41984,2010-07-07
..................................\.......\.....\vc60.pdb,45056,2010-07-07
..................................\.......\.....\作业1.2.exe,200784,2010-07-07
..................................\.......\.....\作业1.2.ilk,199368,2010-07-07
..................................\.......\.....\作业1.2.obj,2983,2010-07-07
..................................\.......\.....\作业1.2.pch,221428,2010-07-07
..................................\.......\.....\作业1.2.pdb,443392,2010-07-07
..................................\.......\作业1.2.cpp,393,2010-07-07
..................................\.......\作业1.2.dsp,3415,2010-07-07
..................................\.......\作业1.2.dsw,522,2010-07-07
..................................\.......\作业1.2.ncb,41984,2010-07-07
..................................\.......\作业1.2.opt,48640,2010-07-07
..................................\.......\作业1.2.plg,757,2010-07-07
..................................\作业2
..................................\.....\Debug
..................................\.....\.....\vc60.idb,33792,2010-07-07
..................................\.....\.....\vc60.pdb,45056,2010-07-07
..................................\.....\.....\作业题2.exe,213051,2010-07-07
..................................\.....\.....\作业题2.ilk,210320,2010-07-07
..................................\.....\.....\作业题2.obj,4068,2010-07-07
..................................\.....\.....\作业题2.pch,221300,2010-07-07
..................................\.....\.....\作业题2.pdb,451584,2010-07-07
..................................\.....\作业题2.cpp,606,2010-07-07
..................................\.....\作业题2.dsp,3415,2010-07-07
..................................\.....\作业题2.dsw,522,2010-07-07
..................................\.....\作业题2.ncb,41984,2010-07-07
..................................\.....\作业题2.opt,48640,2010-07-07
..................................\.....\作业题2.plg,757,2010-07-07
..................................\数学0701赵波3070101035.doc.doc,128512,2010-07-07

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

发表评论

0 个回复

  • nihe
    最小二乘法拟合进行n次多项式拟合,N用来控制拟合的次数,例如N=5时进行4次多项式拟合,还回的是拟合系数(Least squares fit polynomial n times, N is used to fit the number of control, e.g., N = 5 When quartic polynomial fitting, further back are fitting coefficients)
    2021-02-14 15:39:49下载
    积分:1
  • fit_line
    //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) (//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b))
    2005-08-24 04:40:23下载
    积分:1
  • 1
    说明:  Fractal分形,简短的代码,清晰可用(Fractal)
    2010-09-22 18:49:09下载
    积分:1
  • DCD
    DCD差分格式求解激波在刚性楔面上反射问题(DCD difference scheme for solving the shock wave in a rigid wedge surface reflection)
    2012-08-22 14:16:03下载
    积分:1
  • boykov_kolmogorov_max_flow.cpp
    Maximum Flow Graph (Boykov Kolmogorov Algorithm)
    2013-10-09 03:12:32下载
    积分:1
  • oofem-2.4
    有限元计算开源库,可以用于计算动力、静力、磁场等等方面的计算(Finite element calculation open source library)
    2017-12-06 12:01:58下载
    积分:1
  • zuiyouhuasuanfa
    包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。(Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.)
    2013-03-24 15:51:53下载
    积分:1
  • CODE_SOLIDIFICATION
    基于热焓法的凝固传热模拟的UFluent-UDF程序(UDF for Modelling Soldification using Enthalpy Porosity Technique)
    2021-04-16 20:08:53下载
    积分:1
  • FEM-of-four-bar-truss-structures
    四杆桁架结构的有限元分析程序,在VS2008软件中使用C++语言编写,输入为四杆桁架结构的节点坐标,材料参数,边界条件,输出为各节点的应力和应变。(Four-bar truss structure finite element analysis program, the use of C++ written in VS2008 software, input node coordinate the four-bar truss structure, material parameters, boundary conditions, the output of the stress and strain of each node.)
    2015-06-22 10:03:42下载
    积分:1
  • Optimization
    混合储能,风机,光伏,柴油机之间的优化配置的仿真分析程序(Optimize the allocation of mixed storage, wind, solar, diesel between Simulation Software)
    2016-08-04 10:55:15下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载