登录
首页 » Visual C++ » 35

35

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

  • torpedo
    1) 应用C语言编写程序,计算弹道,并绘制结果曲线。 给出系统脱靶量统计结果(用蒙特卡洛法)。 (torpedo)
    2010-11-26 21:19:01下载
    积分:1
  • project
    多项式的加减法运算,输入的多项式带有未知数x和数字(Polynomial addition and subtraction calculations)
    2021-04-28 10:28:44下载
    积分:1
  • MOM
    用矩量法(电场结合磁场积分方程)算金属圆柱散射(Using the method of moments (electric field integral equation combined) considered the scattering of metal cylinder)
    2021-04-04 20:39:04下载
    积分:1
  • cgmotion
    fluent udf的动网格程序,实现了刚体和基于节点的运动(cg-motion grid motion)
    2020-11-20 09:39:37下载
    积分:1
  • Biot-Savat
    根据物理学的毕奥-萨法尔定理,计算环形线圈周围电磁场的强度。。(According to physics, Biot- Safar theorem, calculate the intensity of electromagnetic field around the circular coil. .)
    2010-10-01 19:00:18下载
    积分:1
  • Workshop7
    An example of using a matrix object in order to pass values and complete a function.
    2015-12-10 23:32:02下载
    积分:1
  • Factorial
    C++的求阶乘的程序,对本科C++课程可能有些帮助(Factorial in C++ program, it maybe helpful for some C++ course)
    2011-12-22 17:46:43下载
    积分:1
  • 82859165cifa
    编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入 (Allocation procedures, the following requirements to solve the n-a system of linear equations (assuming a unique solution of equations). (1) the number n of the value equation by the user through the keyboard input (2) equations stored in the augmented matrix A, while n line n+ 1 column A storage space through the new dynamically allocated, and A The value of each element by the user through the keyboard input)
    2011-06-21 22:50:34下载
    积分:1
  • nsga2
    多目标遗传算法,求得pareto最优解集,可以用于各种工程的数学计算(Multi-objective genetic algorithm, pareto optimal solution set is obtained, can be used for a variety of engineering mathematics)
    2016-05-13 15:06:06下载
    积分:1
  • nr_c301
    可以用于科学计算的库,数值计算库,只要将头文件包含即可。(Can be used for scientific computing libraries, numerical libraries, header files will be included as long as you can.)
    2009-05-09 13:08:22下载
    积分:1
  • 696518资源总数
  • 104658会员总数
  • 44今日下载