登录
首页 » Visual C++ » 35

35

于 2010-07-07 发布 文件大小:599KB
0 137
下载积分: 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 个回复

  • PARAMETER
    根据试试数据 对变压器技术参数进行校核 利用的是最小二乘曲线拟合的方法(According to the data to try check technical parameters of the transformer is the least squares curve fitting using the method)
    2010-11-30 17:15:43下载
    积分:1
  • catch
    用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载!!(Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !)
    2009-05-16 11:56:39下载
    积分:1
  • 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
  • jokdr
    由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法(Generating isolines from scattered interpolation and providing a color selection tool, there are three interpolation methods)
    2018-11-21 16:03:28下载
    积分:1
  • algorithms(CPP)
    计算机常用数值算法与程序(C++版) (Commonly used numerical algorithm of computer and program )
    2014-01-04 22:46:59下载
    积分:1
  • 源代码
    七段s曲线路径规划程序详解 非常适合做运动控制规划(Detailed solution of seven segment s curve path planning program)
    2018-02-01 09:38:46下载
    积分:1
  • waveinFFT_demo
    录音程序,音频录音fft程序,并加界面显示(radio record code)
    2016-03-01 00:29:08下载
    积分:1
  • Least-squares-linear
    可进行最小二乘法线性拟合输出,包含源代码及生成后的程序(Least-squares linear fit can be output)
    2013-10-24 14:21:45下载
    积分:1
  • 最优化作业C++源代码
    用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了(C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside point method can use, I have all over Debugging)
    2021-03-29 10:49:11下载
    积分:1
  • jx
    说明:  矩形件排样的模拟退火算法求解 适用于矩形件的排样(Rectangular pieces of nesting of simulated annealing algorithm for nesting of rectangular parts)
    2008-08-20 18:15:39下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载