-
龙格库塔求解微分方程数值解
龙格库塔求解微分方程数值解-Runge- Kutta numerical solution of differential equations solved
- 2022-07-24 01:44:55下载
- 积分:1
-
c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染的病的人数x2,及已治愈的人数x3,并...
c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染的病的人数x2,及已治愈的人数x3,并假设他们是因接触而传染。-c language for solving fourth-order Runge-Kutta method algorithm source code, example: a certain area of the bacteria infection, the number three state equation, which may be the number of infected x1, has been the number of disease-borne x2, and the number of people have been successfully cured x3, and assuming they are due to exposure and infection.
- 2022-02-26 07:56:30下载
- 积分:1
-
三种排序算法测试实验
应用背景用C++编写。
里面有详细的插入排序,快速排序,合并排序和选择排序的代码。
排序算法测试实验通过设计测试数据集,编写测试程序,用于测试三种算法的正确性,三种算法在不同复杂性上的表现(最好情况、最差情况、平均情况),三种算法每次的的比较频率和腾挪频率。
使用说明:Sort_Test.cpp可以直接运行,输出结果可在本文件夹下的Result.txt中查看关键技术
通过建立一个测试算法的数据库,即在一个相当大的正数范围内产生很大数量的随机数得到一个相对平均的数据集来测试快速排序、合并排序、插入排序三种算法的算法复杂度。
然后通过分析快速排序、合并排序、插入排序这三个算法的最好情况、最差情况和平均情况,分别产生相应的数据集来计算它们各自的时间开销。
算法在执行过程中的比较次数、挪动次数都可以通过全局变量计算出来。
还可以通过打印语句看到这三个算法每一步的执行过程。
- 2023-06-19 04:05:03下载
- 积分:1
-
分治法求解N个点中最近的两个点之间的距离
任意输入n个点的坐标,可以得出n个点中里的最近的两个点的距离值,最后按任意键退出
- 2022-05-05 05:45:38下载
- 积分:1
-
用于无记忆固态功率放大器 Rapp模型;
用于无记忆固态功率放大器 Rapp模型;-Rapp
- 2022-01-28 01:41:56下载
- 积分:1
-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1
-
AC算法思想:
AC算法实例说明报告
AC算法思想:
AC算法基于有限状态自动机(FSA),在进行匹配之前先对模式串集合SP进行预处理,形成模式树(树形FSA),然后只需对文本字符审T扫描一次就可以找出所有与其匹配的模式字符串P。模式树K的构成如下;
(1)K的每一条边e上都用1个字符作为标签;
(2)与同一节点相连的边的标签均不同;
(3)每1个模式P∈SP都存在1个节点v,使得L(v)=p,其中L(v)表示从根节点到v所经过的所有边上的标签的拼接; &nbs
- 2022-11-30 18:15:03下载
- 积分:1
-
CSharp版普通
csharp版常见数值计算源码,包括矩阵计算、插值、线性方程和非线性方程等-CSharp version of common-source numerical computation, including the matrix calculation, interpolation, linear equations and nonlinear equations, such as
- 2023-03-07 05:45:03下载
- 积分:1
-
象棋旋风coony的源代码
应用背景
中国象棋旋风的源代码coony引擎,作者陈朝营,代码简洁,完全可以运行。可供广大象棋编程的爱好者参阅。
关键技术中国象棋旋风的源代码coony引擎,采用ucci引擎。采用PVC剪枝搜索,空着裁剪,静态搜索,历史排序,Hash表等等常用技术。
- 2023-05-07 14:20:02下载
- 积分:1
-
欧拉程序解决积分
这是电子扫描所有什么 pretende 规划求解问题有关矩阵和其他 yerbas 如果你想要证明只是 opent 或与另一个扫描战斗
- 2022-03-05 04:26:15下载
- 积分:1