登录
首页 » 算法 » 粒子群算法

粒子群算法

于 2022-07-20 发布 文件大小:53.69 kB
0 42
下载积分: 2 下载次数: 1

代码说明:

人工蜂群是用麦芽应用程序中优化目的优化技术。欢迎大家下载、试用。谢谢大家的支持!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • This is a very practical for integration algorithm, adaptive algorithm is a very...
    这是一个很实用的求积分算法,自适应算法是一种很有前途的算法,特为其发展贡献绵薄之力。-This is a very practical for integration algorithm, adaptive algorithm is a very promising algorithm, special small way contribute to its development.
    2022-07-26 22:31:04下载
    积分:1
  • 快速傅立叶变换,非常简洁快速。测试与mablab中快速傅立叶变换效果相当
    快速傅立叶变换,非常简洁快速。测试与mablab中快速傅立叶变换效果相当-Fast Fourier Transform, a very simple style and fast speed. Testing and fast Fourier transform mablab in effect a considerable
    2022-01-24 09:30:48下载
    积分:1
  • poiseullie_flow_D2G9代码
    应用背景泊肃叶动流是计算流体与计算传热学一个经典问题,其理论解已经被人们计算出,常用作不可压缩流动的校核算例,同时也是很好的lbm模拟学习的入门算例。对于刚开始接触的入门者有很大帮助。关键技术相比之前的不可压缩模型,该程序采用了可压缩的D2G9模型以及标准的碰撞迁移规则,边界处理则采用了非平衡外推格式与周期边界条件。但读者可以通过改变初始条件边界条件来计算其他的物理量。
    2022-06-02 01:50:33下载
    积分:1
  • ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
    ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing both dense and sparse Jacobian matrices, and implementing 6 ! three different algorithms: ODE-based, normal flow, and augmented 7 ! Jacobian. The (driver) subroutines called by the user are given in the 8 ! table below, and are well documented internally. The user need not 9 ! be concerned with any other subroutines in HOMPACK90. -! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing both dense and sparse Jacobian matrices, and implementing 6 ! three different algorithms: ODE-based, normal flow, and augmented 7 ! Jac
    2022-07-21 06:18:17下载
    积分:1
  • 用PHP实现BFS
    在该算法中,我们使用语言 php 翻译难题 8,8 的谜题是用来考验智力的经典问题之一.在这里是多么经典 8 的难题,看起来像在一个 3 X 3 盒子里所有的盒子都充满了号码从 1 到 8,除了一个盒子可以移动的空白,以左、 右、 上和下。 在初始状态数是不可排序、 处于最终状态的数字进行排序。我们的目标是找出移动这种空白状态的序列达到了这一最终目标。在这个问题中我们尝试用广度优先搜索来解决它。我们用特别 Que 在 PHP 中可用来存储难题的国家。作为初始状态变得无序,如果它需要若干步骤来达到目标状态,它会采取大量内存和可能超出您的 PHP 限制。试着保持像记忆一样可能在 PHP 中这里是在 8 的难题实现广度优先搜索的 PHP 代码。
    2022-08-24 17:44:46下载
    积分:1
  • CHOLESKI_
    以因子正定 N 由 N 矩阵 A 的 LL * * T, L 在哪里低三角。 输入: 维度 N;1 条目 A(I,J) < = I J < = A.N 输出: 条目 L(I,J) 1 < = J < = I 1 < = I < = L.N 条目 U = L * * T 是 U(I,J)=L(J,I),我 < = J < = N,1 < = I < = N
    2022-08-26 04:44:12下载
    积分:1
  • 几exapmles的马佩尔
    sevral exapmles of mapel
    2022-04-14 20:51:15下载
    积分:1
  • 飞思卡尔智能车比赛程序
    第八届飞思卡尔智能车比赛 摄像头组的源程序, 使用的主控芯片是xs128的芯片。 使用的开发环境是飞思卡尔的cw。 在安徽赛区获得二等奖的程序。 希望对大家参加飞思卡尔比赛的可以有帮助。
    2022-05-06 21:16:43下载
    积分:1
  • plane eight
    平面8节点单元类,可以输出单元的刚度、质量、阻尼矩阵,并可通过形函数插值得到内部各点得位移、应力等。对各位以前编写的程序的一个补充和完善吧。-plane eight-unit category, the output unit stiffness, mass, damping matrix, through the shape function can be interpolation points in the internal displacement and stress. Right before you and the procedure for the preparation of a supplement and perfect it.
    2023-02-03 03:45:04下载
    积分:1
  • 3D人体数据关节点、中心线、末端点的计
    编程环境是VC++2010、OpenGL。通过三维扫描得到3D人体数据。从点云数据里任意找一个点,然后类于拓扑排序计算出人体末端点;用算法把人体分为四肢和躯干,然后分别分层对四肢和躯干求中心点;用似圆算法对四肢进行操作得到关节点。
    2022-07-23 01:10:27下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载