搜索资源列表
gjEuler
- 这是改进的欧拉算法源码-This is an improved Euler algorithm source code
eulerpro
- 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)-Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)
newoula-C
- * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值
GJ_Euler
- 用C++写改进的欧拉法 计算方法上机实验-C write Improved Euler method for experimental methods
割线法和改进的欧拉法
- 我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
常微分方程课程设计
- 用欧拉方法,改进欧拉方法,4阶龙格—库塔方法分别求微分方程的初值.
利用欧拉公式求解
- 利用欧拉公式和改进的欧拉公式求解
gjEuler
- 这是改进的欧拉算法源码-This is an improved Euler algorithm source code
GJ_Euler
- 用C++写改进的欧拉法 计算方法上机实验-C write Improved Euler method for experimental methods
割线法和改进的欧拉法
- 我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
abooy
- hga是一种混合遗传算法c程序源代码,但是只包括了核心的算法部分,还没有完善。 gauss为电路试验中的高斯消去法。 GRKT10,Lagrange,Euler分别是数值计算中龙格-库塔法,拉个朗日法以及改进欧拉法的c程序实现 上述程序都是本人工作学习过程中自己编写的,本人只是一个程序新手,希望在本站能更好的学习-Unit is a mixed genetic algorithm c source code, however
eulerpro
- 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)-Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)
Runge_kutta
- R—K方法的精确度最高,,改进欧拉法的精度比欧拉法的精确度要高。-R-K of the highest accuracy, and improve the accuracy of Eulerian method than Eulerian method to the high precision.
newoula-C
- * 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y) * 初始条件为x=x[0]时,y=y[0]. * 输入: f--函数f(x,y)的指针 * x--自变量离散值数组(其中x[0]为初始条件) * y--对应于自变量离散值的函数值数组(其中y[0]为初始条件) * h--计算步长 * n--步数 * 输出: x为说求解的自变量离散值数组 * y为所求解对应于自变量离散值
mathmatics_of_computer
- C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss
ImprovedEulerformula
- 改进的欧拉公式的C语言实现 改进的欧拉公式的C语言实现-Improved Euler formula
Euler
- 用改进的欧拉法求解一阶常微分方程组的C语言实现方法-Using the improved Euler' s method for solving a first-order ordinary differential equations of the C language implementation method
改进欧拉法-二分法-复化辛卜生公式
- 实现c语言的改进欧拉法,源文件没有任何修改(To achieve the improved Euler method in C language)
改进欧拉法的Matlab程序
- 改进欧拉法的Matlab程序,,,,,,,,,,,,,,,,(The improved Euler method Matlab program)
改进欧拉法
- MATLAB实现改进的欧拉法求解常微分方程组