登录
首页 » matlab » 离散粒子群算法DPSO

离散粒子群算法DPSO

于 2021-04-14 发布
0 185
下载积分: 1 下载次数: 3

代码说明:

说明:  PSO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解(The PSO algorithm is a process of simulating a group of birds looking for food. Each bird is a particle in the PSO, that is, we need to solve the problem.)

文件列表:

离散粒子群算法DPSO, 0 , 2013-04-13
离散粒子群算法DPSO\PM2VM.m, 261 , 2013-04-13
离散粒子群算法DPSO\add_M.m, 854 , 2013-04-13
离散粒子群算法DPSO\and_M.m, 66 , 2013-04-13
离散粒子群算法DPSO\calFitness.m, 220 , 2013-04-13
离散粒子群算法DPSO\linkM.m, 233 , 2013-04-13
离散粒子群算法DPSO\main.m, 3316 , 2013-04-13
离散粒子群算法DPSO\pathPlot.m, 325 , 2013-04-13
离散粒子群算法DPSO\sub_M.m, 129 , 2013-04-13
离散粒子群算法DPSO\wGenerate.m, 357 , 2013-04-13

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

发表评论

0 个回复

  • dpdsimulation
    说明:  dpd algorithm,用于功放数字预失真方法的研究和计算。(dpd algorithm it is used to digital pre distortion of power amplifier.)
    2019-04-27 17:23:56下载
    积分:1
  • 基于matlab的D2D 功率控制仿真
    说明:  基于matlab的D2D通信功率控制仿真,包括开环功率控制和闭环功率控制(Power control simulation of D2D communication based on matlab, including open-loop power control and closed-loop power control)
    2019-04-07 13:33:22下载
    积分:1
  • TankWar_2
    java坦克游戏,在原基础上修改的第二版(java tank game, based on the original modified version)
    2012-10-22 03:57:25下载
    积分:1
  • C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版...
    C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-C Primer combination of the third edition of the Stanley Lippman had practical experience and Jose; for ANSI/ISO C standard in-depth understanding. This third edition of the guide book has been redrafted too, to be more precise description of the C standard features and usage. In the book, for C beginners particular value of some real-world examples of the procedures, they show Generic procedures (generic program) in the design, object-oriented design, the use of templates, and the use of standard C for all aspects of the design process. Moreover, the book was also the right place describes some of the efficiency and usage guide.
    2023-04-14 20:45:03下载
    积分:1
  • 新建压缩文件
    说明:  (1)设计一个“简易计算器”,主要实现判断输入的表达式是否合法将中缀表达式转换成二叉表达式树。后序遍历求出表达式的值。能判断输入的表达式是否合法。 (2)用链式存储存储信息,求值时可以采用递归的思想,对表达式进行后序遍历。 (3)将操作结果保存到外部文件。((1) Design a "simple calculator" to judge whether the input expression is legitimate or not and convert infix expression into binary expression tree. The value of the expression is obtained by post-order traversal. Can judge whether the input expression is legitimate. (2) Store information in chain mode. When evaluating the value, we can use the idea of recursion to carry out post-order traversal of the expression. (3) To save the operation results to external files.)
    2019-06-20 13:12:41下载
    积分:1
  • SIM
    Industry Monitoring System
    2012-04-10 22:56:06下载
    积分:1
  • wang2013.pdf
    一篇关于matlab仿真锁模激光器的文献,附有matlab code(Comparison of numerical methods for modeling laser mode-locking with saturable gain, with Matlab code)
    2018-11-01 14:10:54下载
    积分:1
  • Problemas Propuestos
    PROBLEM RESULT IN C AND VECTOR
    2019-06-27 05:38:30下载
    积分:1
  • 万年历的实现
    用stc12作为主控芯片,结合1602进行显示,最终实现万年历的功能,包括显示年、月、日、星期、时、分、秒等等,而1602的显示这是利用逐个字符的显示方法,相信对于初学者而言,这是一份学习的好代码,当然也是一个使用的电子产品
    2022-04-17 09:46:03下载
    积分:1
  • C++开发的推箱子游戏 1.类的划分 Cdraw类 绘画加载地图(包括围墙、人、箱子等等) Cman类 是否完成(过关) 即时更新...
    C++开发的推箱子游戏 1.类的划分 Cdraw类 绘画加载地图(包括围墙、人、箱子等等) Cman类 是否完成(过关) 即时更新地图 2.设计思想 从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap, 单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2, int y2, int x3, int y3) 从而改变地图。-C development Tuixiangzi a game. Class division Cdraw painting category loaded maps (including the wall, boxes, etc.) if the class completed Cman (clearance) updated maps 2. Design ideas from the paper map.txt Lane read map information, then pass Cdraw Class Loading maps, Calling the incident through keydown Cman Lane updatemap of overloading functions, updateMap single parameter (UINT nChar) is used to change the current villains and the coordinates of the boxes, After record pass updateMap (int x1, y1 int, int x2, int y2, x3 int, int y3), thus changing map.
    2022-01-25 13:53:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载