-
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未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
-
语言和汇编语言程序设计的混合方法和需要注意的…
C语言与汇编语言混合编程的方法及需注意的问题-C and Assembly Language Programming mixed approach and the need for attention to the problem
- 2022-01-25 18:48:22下载
- 积分:1
-
文件搜索器和 ZX 谱 TRD 磁盘图像采集卡
该程序被为了搜索 ZX 光谱的软盘映像中的文件。
选定的文件可以提取到磁盘,以及就聚集在 TRD 图像中,或保存为 PNG 图像。
写在 PureBasic 上 4.x。
- 2022-05-22 11:54:30下载
- 积分:1
-
C++程序设计教程课件!
C++程序设计教程课件!
- 2023-05-10 16:45:02下载
- 积分:1
-
连续信号的采样定理的验证,对采样定理的理解有一定指导作用...
连续信号的采样定理的验证,对采样定理的理解有一定指导作用-Sampling theorem for signals in the authentication, the understanding of the sampling theorem have a certain role in guiding
- 2022-02-26 22:30:47下载
- 积分:1
-
* 用牛顿插值法依据N个已知数据点即使函数值
* 输入: n
* 用牛顿插值法依据N个已知数据点即使函数值
* 输入: n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* xx-插值点第一坐标
* 输出: 函数返回值所求插值点的第二坐标
-Newton interpolation method based on N-known data points even function* Input : n-- known data points the number N-1* x-- known data points of the first N-dimensional coordinates listed Vector* y-- Known number stronghold of the second N-dimensional coordinates listed Vector* xx-point first interpolation* Coordinate output : function return values for the second interpolation point coordinates
- 2022-04-01 16:28:25下载
- 积分:1
-
凯撒加密算法C语言实现,代码量比较大,比较繁琐,希望大家能给出更好的代码...
凯撒加密算法C语言实现,代码量比较大,比较繁琐,希望大家能给出更好的代码-Caesar encryption algorithm C language, code than the larger, more cumbersome, I hope everyone can give a better code
- 2022-08-17 23:33:36下载
- 积分:1
-
File to find the source code.
介绍了zip压缩的原理与实现。对初学者会有所帮助。-File to find the source code.
- 2022-02-07 08:49:25下载
- 积分:1
-
Synatics TM
Synatics TM-603 触摸键开发规范文档.-Synatics TM- 603 Touch Key developing standardized documents.
- 2023-02-12 23:00:04下载
- 积分:1
-
本压缩包里面是描述硬盘坏道修复的源程序程序
本压缩包里面是描述硬盘坏道修复的源程序程序-disk repair
- 2022-03-23 09:17:01下载
- 积分:1