-
gps经纬度坐标转换为地心坐标的源代码!
gps经纬度坐标转换为地心坐标的源代码!-gps latitude and longitude coordinates converted to geocentric coordinates of the source code!
- 2023-07-25 02:50:04下载
- 积分:1
-
蚁群算法解决车辆路径问题AS-VRP源码
蚁群算法来解决车辆路径问题AS-VRP,编程环境是matlab,蚁群算法很好的解决了关于车辆路径问题和与之相关一类像调度问题。指派问题等
用C++编写,专门用来求解车辆路径问题
- 2022-07-18 12:25:29下载
- 积分:1
-
Merge, Insertion, Radix, Heap, Bucket, Quick, Counting排序算法
Merge, Insertion, Radix, Heap, Bucket, Quick, Counting排序算法-Sort Algorithm about Merge, Insertion, Radix, Heap, Bucket, Quick, Counting
- 2022-01-30 11:22:27下载
- 积分:1
-
克鲁斯卡尔算法
克鲁斯的算法 is a 贪心算法 in 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-18 15:30:03下载
- 积分:1
-
THE FINITE
THE FINITE-DIFFERENCE TIME-DOMAIN
(FDTD) PART IV
The Perfectly Matched Layer (PML) Absorbing
Boundary Condition
-THE FINITE-DIFFERENCE TIME-DOMAIN
(FDTD) PART IV
The Perfectly Matched Layer (PML) Absorbing
Boundary Condition
- 2022-05-16 05:40:54下载
- 积分:1
-
ansys55的批处理源码,用于分析弹性板壳振动时的固有频率和空间模态...
ansys55的批处理源码,用于分析弹性板壳振动时的固有频率和空间模态-ansys55 source for the analysis flexibility at the plate vibration natural frequencies and modal space
- 2022-08-15 00:54:22下载
- 积分:1
-
vs.lib是一组线性代数与可积/迪在C++数学库…
vs.lib is a math library in C++ with a set of linear algebra and integrable / differentiable objects. vs.lib is a rapid-proto-typing tool which makes programming in numerical applications as easy as writing mathematical expressions.-vs.lib is a math library in C++ with a set of linear algebra and integrable/differentiable objects. vs.lib is a rapid-proto-typing tool which makes programming in numerical applications as easy as writing mathematical expressions.
- 2022-02-24 19:39:22下载
- 积分:1
-
投影聚类的快速算法
Fast Algorithms for Projected Clustering - PROCLUS - a traditional subspace clustering algorithm for high dimensional data-Fast Algorithms for Projected Clustering- PROCLUS- a traditional subspace clustering algorithm for high dimensional data
- 2023-08-24 08:00:04下载
- 积分:1
-
系统辨识,递推最小二乘法(RLS)辨识方法。
系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to be model order and the estimated value of the relevant parameters.
- 2022-07-05 08:15:06下载
- 积分:1
-
优化设计中共轭梯度法,单纯形法等方法的matlab代码
《优化设计》这门课程中的优化方法的作业,代码思路清晰,运行后没问题。包括,powell法,共轭梯度法,牛顿法,阻尼牛顿法,单纯形法,变尺度法等等。梯度法在第二个目标函数优化时并没有达到理想的点,陷入局部最优,阻尼牛顿法在第二个目标
函数处也精度不高。 用共轭梯度法配合牛顿法一维搜索来第二个目标函数时出现了 NaN 的情况, 是因为牛顿法的代码中运行时出现了分母为0的情况, 但是我在分母加了一个很小的数0.000001之后还会出
现,而已开始用变尺度法和牛顿法优化的时候也出现的 NaN 问题就消失了
- 2022-02-07 22:58:22下载
- 积分:1