-
* 用改进的欧拉方法求解初值问题,其中一阶微分方程未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
-
Teacher to the software engineering course design report format you want to be u...
老师给的软件工程课程设计报告格式~~希望对大家有用-Teacher to the software engineering course design report format you want to be useful ~ ~ ~ ~
- 2022-02-13 17:46:05下载
- 积分:1
-
vb功能实例介绍。详细、很好的实例说明。
vb功能实例介绍。详细、很好的实例说明。-Introduction examples vb function. Detailed and very good examples.
- 2022-07-17 16:44:38下载
- 积分:1
-
源代码是中点Bresenham椭圆法。可以为初学者提供参考。
源代码是中点Bresenham椭圆法。可以为初学者提供参考。-source code is the midpoint of Bresenham oval law. For beginners can provide a reference.
- 2023-04-20 04:30:03下载
- 积分:1
-
实用程序来搜索被复制的文本文件
当你运行该程序的用户打开之前包含字段输入所需的目录,找到重复的文本文件的主窗口。还有一个按钮,点击后可以选择从目录树中的目录。然后,用户可以选择它参考搜索所有嵌套目录和使用多个线程的选项。下一步骤,用户可以选择通过该检索所需要的散列:MD5或SHA1。点击“开始搜索”开始搜索重复文件。在“错误列表I / O”显示在搜索过程中发生的所有错误。在主要领域都显示了哈希组分组发现重复的文本文件。当你右键单击找到的文件,用户可以打开其中,该文件所在的目录,或挤压它打开来查看。过程和函数browseBut_Click Selecting a directory
- 2022-07-19 21:59:31下载
- 积分:1
-
介绍SOCKET在linux下的网络编程实现
介绍SOCKET在linux下的网络编程实现-SOCKET in the introduction of network programming under linux realize
- 2022-07-06 19:59:01下载
- 积分:1
-
Kmdkit Guide CHM version. Rar and of great value ah
Kmdkit教程CHM版.rar,很有价值啊-Kmdkit Guide CHM version. Rar and of great value ah
- 2023-08-13 03:35:04下载
- 积分:1
-
Pattern Recognition (K neighbors) algorithm, useful
模式识别中的(近邻)算法的实现,很有帮助的-Pattern Recognition (K neighbors) algorithm, useful
- 2022-04-19 12:04:59下载
- 积分:1
-
排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问...
排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test algorithm performance. Statistical comparison of the number of keys, keys and mobile number of run-time analysis of the results. Small problem : N 20 medium-sized issues : N 2000 major issues : N 200,000. The 32 C-language keyword as follows : Experimental Principle : linear ranking table, fast, foaming, selection, insertion.
- 2022-08-14 17:42:27下载
- 积分:1
-
vc++最长公共子序列
vc++最长公共子序列-vc++
- 2022-04-14 15:32:55下载
- 积分:1