-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
矩阵LU 分解
实现矩阵的LU分解,如果此矩阵可以实现LU 分解,就分解此矩阵,并输出分解后的L矩阵和U矩阵。此算法对于一些不能进行LU分解的矩阵,会给出不能进行LU分解的提示,对于进过一些基本的初等变化后可以进行LU 分解的矩阵,此算法也实现不了。
- 2023-03-03 14:10:03下载
- 积分:1
-
大家请多指教
大家请多指教-you please enlighten!
- 2022-01-22 16:31:28下载
- 积分:1
-
四轴飞行器stm32(完整)源代码
应用背景我将此应用于毕业设计。四轴飞行器的飞行控制程序,选用的是pid控制。四轴飞行器STM32F103RBT6程序 MPU6560, STM32F103RBT6+mpu6050模块,使用卡尔曼滤波,波形很不错。基于stm32 的usb,采用mpu6050陀螺仪模块采集三轴角速度的运动,实现空中鼠标,实际使用效果很好,拿着模块上下左右轻轻摆动即可控制鼠标的运动,不像普通鼠标需要放在桌面上,采用stm32开发板实现,同时也有触摸屏鼠标功能,关键技术基于STM32的四轴飞行器设计最终
- 2022-03-03 02:41:17下载
- 积分:1
-
数值分析最常用的四十种算法,使用c++/matlab实现
数值分析最常用的四十种算法,使用c++/matlab实现-numerical analysis of the 40 most commonly used algorithms, the use of c/Matlab achieve
- 2022-01-25 22:02:14下载
- 积分:1
-
算法艺术与信息学竞赛 刘汝佳等 +学习指导+习题
本书由刘汝佳、黄亮编著,由清华大学出版社出版。本书较为系统和全面地介绍了算法学最基本的知识。这些知识和技巧既是高等院校“算法与数据结构”课程的主要内容,也是国际青少年信息学奥林匹克(IOI)竞赛和ACM/ICPC国际大学生程序设计竞赛中所需要的。书中分析了相当数量的问题。本书共3章。第1章介绍算法与数据结构;第2章介绍数学知识和方法;第3章介绍计算机几何。全书内容丰富,分析透彻,启发性强,既适合读者自学,也适合于课堂讲授。 本书适用于各个层次的信息学爱好者、参赛选手、辅导老师和高等院校计算机专业的师生。本书既是信息学入门和提高的好帮手,也是一本内容丰富、新颖的资料集。。
- 2023-04-30 17:50:18下载
- 积分:1
-
k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。-k-means algorithm process as follows: First of all, the object data from the n choose k object as initial cluster centers and the remaining for the other object, then according to their cluster center with those of the similarity (distance) respectively assigned to them with the most similar (represented by cluster center) clustering obtained and then calculated for each new cluster center clustering (all objects in the cluster mean) repeated this process until the standard measure of function until the beginning of convergence.
- 2023-07-14 07:15:02下载
- 积分:1
-
隐马尔可夫模型简介
隐马尔可夫模型简介-Hidden Markov Model Introduction
- 2023-07-31 08:00:07下载
- 积分:1
-
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。...
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。-Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures.
- 2022-12-23 12:15:03下载
- 积分:1
-
旅行商问题的模拟退火matlab源码程序
旅行商问题的模拟退火matlab源码程序-Traveling salesman problem matlab source of the simulated annealing procedure
- 2022-06-14 01:03:47下载
- 积分:1