搜索资源列表
c++longgesuanfa
- 经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法-classical Runge - Kutta algorithm c realized, to solve the differential equation of high precision Solution
包括runge-kutta法仿真
- 我们的大作业,包括runge-kutta法仿真,0-1分布,反变换的C语言原程序,还有结果图,应该是每问题的
龙格-库塔C++程序.rar
- 龙格库塔法,Runge-Kutta method
Runge-Kutta.rar
- 两个求解微分方程组 的龙格库塔法程序两个程序可用,Solving the two differential equations Runge-Kutta method can be used two procedures procedures
Runge-Kutta-Verner-method
- 该代码用c++语言实现了Runge-Kutta-Verner-method算法,运行环境为vc6.0-The code using c++ language implementation of the Runge-Kutta-Verner-method algorithm, runtime environment for vc6.0
vsrk4
- 龙格-库塔(Runge-Kutta)法是一种不同的处理,作为多级方法为人们所知。 它要求对于一个简单的校正计算多个 f 的值。 这里是变步长四阶龙格库塔法的c程序-Runge- Kutta [Runge-Kutta] method is a different treatment, as a multi-stage method for people to know. It requires a simple correction for the calculation of
Runge-Kutta
- 在C++环境下,实现用四阶龙格库塔方法解方程组。-In C++ environment, using fourth-order Runge-Kutta method to solve equations.
SYStestNew
- C source code for numerical integration and system simulation using the Runge–Kutta methods
runge_kutta
- runge-kutta code with c-runge-kutta code with cpp
CODES
- This file conclude of five codes , four of them in Mathematica program and one in C++. 1. Erk4.nb. this code represent the explicit Runge Kutta method of order four for solving first order ODE. 2. RK45.nb This code represent the Embedded Runge Ku
Runge-KuttaC-plusplus
- 在网上找了许多龙格库塔的算法,但是没一个满意的,所以就自己改进这了这个程序,这是用C++写的,而且里面有一个具体的实例,欢迎学习和探讨。-Internet is a lot of Runge-Kutta algorithm, but not a satisfactory, so we own it this improved procedure, which is written in C++, and there were a concrete example of welcome to le
Two-variables-Runge-Kutta-method
- 用四阶龙格库塔解含有两个未知数的两元微分方程,本程序用c++编写-Fourth-order Two variables Runge-Kutta method function
Runge-Kutta-algorithm-description
- 本文章主要是龙格库塔算法说明,其中编写了c++程序-This article is mainly Runge-Kutta algorithm descr iption, including the preparation of the c++ program
Runge-Kutta-4
- Runge-Kutta 4阶算法C++实现-Runge-Kutta 4
Runge-Kutta-c-language-program
- 龙格库塔c语言程序:龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。-Runge-Kutta c language program: Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. Due to the high accuracy of th
Runge-Kutta
- 龙格库塔算法,计算方法编程算法,c++编写,算法可以实现-Runge-Kutta algorithm, calculation algorithm programming, c++ to write the algorithm can be implemented
龙哥库塔-c语言
- 用c语言编写的龙哥库塔方法求解微分方程组,N代表积分变量的个数,step-积分步长。
Runge-Kutta
- 解三对角线性公式和龙格库塔公式用c语言实现-Runge Kutta formula
shiyan
- 改进欧拉,四级龙格库塔,c++ 利用改进的欧拉格式及四阶经典龙格—库塔格式求解下面的常微分方程初值问题(Improved Euler, four level Runge Kutta, c++)
Runge-kutta 解决二阶实际问题程序
- C语言编程四阶龙格库塔法解二阶常微分方程(C Language Programming Fourth Order Runge-Kutta Method for Solving Second Order Ordinary Differential Equations)