-
一个用C语言编写的通用的隐性马尔可夫代码库
一个用C语言编写的通用的隐性马尔可夫代码库-a general c code for hidden semi-Markov model
- 2022-02-12 13:05:10下载
- 积分:1
-
crc32 算法的delphi实现。并且可以对指定文件进行校验。
crc32 算法的delphi实现。并且可以对指定文件进行校验。-CRC32 algorithm delphi realize. And can be carried out to check the specified file.
- 2022-04-26 22:52:18下载
- 积分:1
-
飞思卡尔智能车比赛程序
第八届飞思卡尔智能车比赛
摄像头组的源程序,
使用的主控芯片是xs128的芯片。
使用的开发环境是飞思卡尔的cw。
在安徽赛区获得二等奖的程序。
希望对大家参加飞思卡尔比赛的可以有帮助。
- 2022-05-06 21:16:43下载
- 积分:1
-
use Matlab for achieving the kmeans algorithm. Data sets.
使用matlab进行实现的kmeans算法。数据集。-use Matlab for achieving the kmeans algorithm. Data sets.
- 2023-01-25 08:25:04下载
- 积分:1
-
求解矩阵的最大最小特征值及对应的特征向量,以及计算条件数...
求解矩阵的最大最小特征值及对应的特征向量,以及计算条件数-solving matrix eigenvalue largest and the smallest corresponding eigenvectors and calculate several conditions
- 2023-03-21 04:55:02下载
- 积分:1
-
数值算法,0.618搜索演示
数值算法,黄金分割搜索演示-numerical algorithm, 0.618 search demonstration
- 2023-05-17 15:15:03下载
- 积分:1
-
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试...
一个大整数计算的小程序,可以进行大数的计算,可以对素数进行测试-a large integer calculation procedures for the small, the large numbers can be calculated in the number of test-
- 2023-04-18 13:35:03下载
- 积分:1
-
一种混杂粒子群优化算法,通过单纯形加速优化过程
一种混杂粒子群优化算法,通过单纯形加速优化过程-A hybrid particle swarm optimization algorithm, to accelerate the adoption of simplex optimization process
- 2022-06-16 04:09:21下载
- 积分:1
-
A星算法实现
应用背景本程序对Astar算法进行了实现。是A星算法的一个例子,A星算法可以应用在机器人自定位导航的学习中,适合于刚开始接触这一块的同学们关键技术A*搜寻算法俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。在游戏中,路径潜在地花费了许多存储空间,
特别是当路径很长并且有很多物体需要寻路时。路径压缩,导航点和beacons通过把多个步骤保存为一个较小数据从而减少了空间需求。Waypoints
rely on straight-line segments being common so that we have to store
only the endpoints, while beacons rely on there being well-known paths
calculated beforehand between specially marked places on the
map.如果路径仍然用了许多存储空间,可以限制路径长度,这就回到了经典的时间-空间折衷法:为了节省空间,信息可以被丢弃,稍后才重新计算它。
- 2023-05-30 19:40:03下载
- 积分:1
-
活动选择算法的的 c + + 程序
这是 c 语言程序的活动选择问题。请阅读它。它非常简单和写在 c + +
- 2022-08-08 18:13:58下载
- 积分:1