-
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f...
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未y =f(x,y)
* 初始条件为x=x[0]时,y=y[0].
* 输入: f--函数f(x,y)的指针
* x--自变量离散值数组(其中x[0]为初始条件)
* y--对应于自变量离散值的函数值数组(其中y[0]为初始条件)
* h--计算步长
* n--步数
* 输出: x为说求解的自变量离散值数组
* y为所求解对应于自变量离散值的函数值数组
-* Improved Euler method to solve initial value problems, not an order differential equation y = f (x, y)* initial conditions for x = x [0], y = y [0].* Input : f-- function f (x, y)* x pointer-- from the array variable discrete values (x [0] for the initial conditions)* y-- corresponding to the variable discrete value of the function of the array (y [0] for the initial conditions)* h-- calculated step* n-- steps* output : Solving for x that the variable array* discrete values by solving y variables corresponding to the value of the discrete function arrays
- 2022-12-28 08:40:03下载
- 积分:1
-
vc++最长公共子序列
vc++最长公共子序列-vc++
- 2022-04-14 15:32:55下载
- 积分:1
-
dynaform-training-manual
Tutorial using dos net
- 2017-05-12 01:34:31下载
- 积分:1
-
small-signal-stability
Small signal stability
- 2013-08-20 13:32:47下载
- 积分:1
-
java 实现计算器功能
java 实现计算器功能 -java calculator functions to achieve java calculator functions to achieve
- 2023-05-27 19:05:07下载
- 积分:1
-
chengzifa
算法的相关介绍,乘子法的实现方法,有助于编程的计算和实现(Introduce the relevant algorithms, Lagrange law realize methods of calculation and programming help realize)
- 2008-07-22 20:57:32下载
- 积分:1
-
zh is a genetic algorithm with neural network examples
zh这是一个用遗传算法优化神经网络的例子-zh is a genetic algorithm with neural network examples
- 2022-07-07 01:26:18下载
- 积分:1
-
OpenCV 4下的图像变换,可以进行图像的旋转操作。
OpenCV 4下的图像变换,可以进行图像的旋转操作。-OpenCV 4 transform the image, the image can operate rotation.
- 2022-06-02 20:06:21下载
- 积分:1
-
获取文件的生产厂商和版本号信息
获取文件的生产厂商和版本号信息-access to the documents manufacturer and version information
- 2022-01-25 23:41:34下载
- 积分:1
-
Devil language data structure of the classic problems
Devil language
数据结构中的经典问题-Devil language data structure of the classic problems
- 2022-04-15 09:48:11下载
- 积分:1