-
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解
%1998年全国大学生数学建模竞赛A题:收益与风险 模型求解- In 1998 the national university student mathematics modelling
competed the A topic: The income and the risk model solve
- 2023-05-02 15:45:02下载
- 积分:1
-
A* 算法K短路算法
所谓K短路,就是从s到t的第K短的路,第1短就是最短路。
如何求第K短呢?有一种简单的方法是广度优先搜索,记录t出队列的次数,当t第k次出队列时,就是第k短路了。但点数过大时,入队列的节点过多,时间和空间复杂度都较高。
A*是在搜索中常用的优化,一种启发式搜索。简单的说,它可以用公式表示为f(n) = g(n) + f(n),其中,f(n)是从s经由节点n到t的估价函数,g(n)是在状态空间中从s到n的实际代价,h(n)是从n到t的最佳路径估计代价。在设计中,要保证h(n)
- 2023-06-26 04:50:02下载
- 积分:1
-
Using VisualC++ implementation of the pseudo
使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
- 2022-03-31 00:28:46下载
- 积分:1
-
calendar and the lunar calendar algorithm (Calendar)
公历及阴历算法(Calendar)-calendar and the lunar calendar algorithm (Calendar)
- 2022-03-31 15:27:34下载
- 积分:1
-
2维fft用于数字图像处理 C# dll装配件
2维fft用于数字图像处理 C# dll装配件-two-dimensional digital image processing for C# dll installed accessories
- 2022-02-12 12:27:19下载
- 积分:1
-
小波提升格式的java源代码,包括标准的分裂、预测和更新三步,以及一个实例...
小波提升格式的java源代码,包括标准的分裂、预测和更新三步,以及一个实例-Lifting format java source code, including the standard split, forecasts and updates of steps, and an example
- 2022-03-18 20:08:08下载
- 积分:1
-
VB6 WIImote头部跟踪
VB6代码:- 光四德尔斯的Wiimote的的。阅读操作X,4个IR的y轴坐标中。- 请参阅红外的一个图片框的大小不同的十字架取决于距离。玩得开心。 对不起,我的一个法国人的英语不好; O)
- 2022-03-12 07:03:36下载
- 积分:1
-
求三维凸包的程序
求三维凸包的程序- Asks the three dimensional raised package the procedure
- 2022-09-21 15:50:03下载
- 积分:1
-
基本遗传学习分类系统源程序
基本遗传学习分类系统源程序-basic genetic classification system source
- 2023-09-04 12:25:03下载
- 积分:1
-
序列化对象使用CArchive读取原始数据构建Delaunay三角…
采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。-Serializing objects using CArchive read the raw data to build Delaunay triangulation VC++ Code. Mouse clicks can add new points structure network, including the two-dimensional, three-dimensional. Can also be used for colors, light and so on.
- 2023-04-27 20:10:03下载
- 积分:1