-
基于鱼群算法的函数寻优算法
基于鱼群算法的函数寻优算法,大家可以参考一下,对于大家熟悉鱼群算法有帮助。人工鱼群算法是李晓磊等人于2002年提出的一类基于动物行为的群体智能优化算法.该算法是通过模拟鱼类的觅食、聚群、追尾、随机等行为在搜索域中进行寻优,是集群体智能思想的一个具体应用.
- 2022-10-30 08:35:03下载
- 积分:1
-
最小二乘法
综合了最优化中最小二乘问题的基本经典解法,用C++分别实现了拟牛顿、高斯牛顿、LM三种非线性问题的最小二乘解法,以及基于SVD分解的线性问题的最小二乘解法。
- 2023-04-14 20:10:04下载
- 积分:1
-
实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算...
实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .......................
- 2022-03-15 05:18:35下载
- 积分:1
-
单片机温控风扇设计
#include //头文件
- 2022-03-13 16:06:46下载
- 积分:1
-
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!...
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
- 2023-09-07 17:15:02下载
- 积分:1
-
C、 人工智慧、 BFS 和 DFS
出差旅行推销员的问题,解决问题使用人工智能此代码
- 2022-08-25 16:42:27下载
- 积分:1
-
I have written eight issues of a variety of Queen' s random algorithm: includ...
自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后-I have written eight issues of a variety of Queen" s random algorithm: including a random algorithm, backtracking random+ back to solve the eight Queen" s
- 2023-08-24 07:15:03下载
- 积分:1
-
3D螺旋上升效果
/****************************************************************************
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- 2022-05-13 07:02:29下载
- 积分:1
-
北大ACM试题poj 第3065题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3065题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3065 question Question poj source code, good code, and want to help students engage in ACM
- 2022-03-21 07:07:50下载
- 积分:1
-
ABAQUS弹塑性UMAT
弹塑性UMAT程序,讲述弹性本构关系的数值实现过程,考虑了双线性各向同性硬化准则。通过UMAT的模拟,可以和Abaqus材料库中的模型进行对比,验证数值实现的合理性。由于弹塑性UMAT的实现过程文献中均有描述,可以获得相关的公式推导。
- 2023-08-21 04:40:03下载
- 积分:1