-
function Add two number with OOD
等级Cal{
- 2022-10-23 14:10:03下载
- 积分:1
-
基于匿名四轴移植 imu 姿态解算
该代码应用匿名代码,进行姿态姿态解算,用到四元数,同时兼容匿名上位机,可实时监控到飞行器姿态,只是姿态解算,还没有编写pid部分,需要的可以拿去
- 2022-01-31 16:02:53下载
- 积分:1
-
本文是关于语音编码算法综合性能比较 的一篇文章,对各种编码算法的性能进行综合 比较和评价的方法 。本文试图利用层次分析法来对编码算法进行性能评估。...
本文是关于语音编码算法综合性能比较 的一篇文章,对各种编码算法的性能进行综合 比较和评价的方法 。本文试图利用层次分析法来对编码算法进行性能评估。-This article is a speech coding algorithm on a comprehensive performance comparison of an article on the performance of various coding algorithm comparison and evaluation of a comprehensive approach. This paper attempts to make use of analytic hierarchy process to assess the performance of coding algorithm.
- 2022-03-19 02:48:49下载
- 积分:1
-
文化基因旅行商问题
Pablo Moscato 于1989 年首次提出memetic algorithm 的概念。Memetic一词由meme而来,其谐音译法很多,根据道金斯提出的本意,应理解为“文化基因”,因此将Memetic algorithm称为文化基因算法。文化基因算法用局部启发式搜索来模拟由大量专业知识支撑的变异过程,文化基因算法是一种基于种群的全局搜索和基于个体的局部启发式搜索的结合体。文化基因算法提出的是一种框架、是一个概念,在这个框架下,采用不同的搜索策略可以构成不同的文化基因算法,如全局搜索策略可以采用遗传算法、进化策略、进化规划等,局部搜索策略可以采用爬山搜索、模拟退火、
- 2022-05-22 14:16:07下载
- 积分:1
-
This function calculates the peaks in a vector V.
This function calculates the peaks in a vector V.
- 2022-07-19 15:20:49下载
- 积分:1
-
DRJ Owen的非线性有限元程序(静力部分)。
DRJ Owen的非线性有限元程序(静力部分)。
- 2022-04-29 00:31:01下载
- 积分:1
-
用BP网络完成函数的逼近源程序
用BP网络完成函数的逼近源程序- Completes the function with the BP network to approach the
source program
- 2022-08-15 13:12:48下载
- 积分:1
-
Blackjack C语言实现
用C语言实现blackjack游戏
游戏规则如下(法语)
La partie oppose tous les joueurs contre la banque. Le but est de battre le croupier sans dépasser
21 (voire la valeur des cartes ci-après). Dès qu’un joueur fait plus que 21, il est éliminé de la
partie. La valeur des cartes est établie comme suit :
– de 2 à 10 : valeur nominale de la carte ;
– chaque figure : 10 points ;
– l’As : 1 point ou 11 points au choix du joueur.
Un Blackjack est composé d’un As et d’une carte ayant pour valeur 10 (10, Valet, Daome ou
Roi). Cependant, si le joueur atteint les 21 points en 3 cartes ou plus on compte 21 points et non
pas Blackjack.
Au début de la partie le croupier distribue une carte face visible à chaque joueur et tire une
- 2022-01-25 22:14:08下载
- 积分:1
-
A very powerful method of steepest descent algorithm for the C++ program, the re...
很强大的最速下降法的C++算法程序,结果也比较精确-A very powerful method of steepest descent algorithm for the C++ program, the results more precise
- 2022-06-17 04:18:10下载
- 积分:1
-
ICP算法
Point to Point就近点搜索法是ICP算法中最经典的一种方法。如图1a所示, Point to Point法根据源曲面上的一个点p,在目标曲面上找出对应于p点距离最近的q点。在这个方法中通常运用kd-tree的方法实现就近点搜索。如图1b所示,pi是源曲面点云数据中的一个点,Vi是生成目标曲面点云数据中距Pi最近的点。根据Vi点搜索出在曲面上与Vi点相邻的点构成的三角形格网,计算pi点投影到每个三角形平面上的投影点qi的坐标。对于每个三角形来说,当投影点qi位于三角形内部,则距离最近点是搜索的最近点,当投影点qi位于三角形外部,搜索的就近点应位于三角形的两条边界上,Vi是该三角形到pi点的就近距离点。将每个三角形确定的就近距离点进行比较可获得一个最近点。
- 2023-07-21 15:10:03下载
- 积分:1