登录
首页 » c » 粒子群优化算法POS

粒子群优化算法POS

于 2022-01-22 发布 文件大小:14.74 kB
0 77
下载积分: 2 下载次数: 2

代码说明:

粒子群优化算法 const int PNum = 20; //微粒个数 const int PDim = 2; //微粒维数 double Xup[] = {100, 100}; //自变量上界 double Xdown[] = {-100, -100}; //自变量下界 //主程序 void main() { MyPSO pso(PDim, PNum); //生成微粒群实例 pso.SetXup(Xup); //设置自变量上界 pso.SetXdown(Xdown); //设置自变量下界 pso.SetVmax(0.2); //设置最大速度 pso.SetCom(MyCom); //设置通讯函数 cout

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

发表评论

0 个回复

  • 钻石的TGS2011
    钻石的TGS2011 完全开放 目前最新版本:20180428(The TGS2011 of diamonds is fully open. The latest version: 20180428)
    2018-08-09 09:58:20下载
    积分:1
  • student-grade-manager
    实现学生成绩管理,分姓名查找、分学号查找(Achieve student performance management, sub-name lookup, sub school Lookup)
    2013-12-20 17:24:09下载
    积分:1
  • LanUsbT1_0918
    一个单文档多视图的MFC程序;把整个窗口拆分为左右对称的6个视图,视图类型包括CListview,CTreeView,CView。这是学习拆分窗口的好例子。并且使用了CListView的virtual模式,可以极大的提高大量数据在列表中的显示速度。(A single multi-view of the MFC documentation procedures the entire window for symmetrical split of the six views, view types include CListview, CTreeView, CView. This is a split window to learn a good example. CListView and the use of the virtual model can greatly improve a large amount of data in the list of display speed.)
    2007-09-18 13:21:32下载
    积分:1
  • OpenGLDemo
    使用OpenGL显示obj文件,使用GLM可以将obj文件进行解析,之后使用OpenGL中的绘画功能将obj文件中的点线面进行描绘(Use OpenGL display obj file, you can use the GLM obj file is parsed, then use OpenGL drawing functions in the obj file depicted point line)
    2016-04-11 16:12:45下载
    积分:1
  • 011 简易交通灯的设计
    说明:  基于51单片机的简易交通灯的设计,能够实现简易交通灯功能。(Design of Simple Traffic Light Based on 51 Single Chip Microcomputer)
    2019-05-10 15:55:33下载
    积分:1
  • main
    风机控制器智能程序4,请大家自己使用,千万不外传!(Intelligent fan controller program 4, let us own use, do not Gaiden!)
    2009-12-24 12:16:56下载
    积分:1
  • Mix-of-c-a-asm
    C程序调用汇编程序、汇编程序调用C程序、参数从C传递到ASM函数等。(This program demonstrates about calling ASM functions from the C program.)
    2016-02-03 17:09:22下载
    积分:1
  • 液晶显示
    LCD显示,实现其基本功能包括显示字符数字等等,在做各类数字显示方面有重要作用,以此来替代数码管。(LCD display, the realization of its basic functions including display characters and Numbers and so on, in all kinds of digital display has an important role, to replace the digital tube.)
    2020-06-18 07:20:01下载
    积分:1
  • NUC501_datasheet_A1.4
    适合使用NUVOTON nuc501 做开发的参考。(The NUC501 is an ARM7TDMI-based MCU, specifically designed to offer low-cost and high-performance for various applications, like interactive toys, edutainment robots, and home appliances. It integrates the 32-bit RISC CPU with 32KB high-speed SRAM, crypo engine with OTP key, boot ROM, LDO regulator, ADC, DAC, I2C, SPI, USB2.0 FS Device, & GPIO into a cost-affordable whil feature-rich micro-controller.)
    2010-10-29 18:01:47下载
    积分:1
  • migong
    说明:  迷宫程序,不是很好看,不过适合初学者。用VC++编写的,看看吧。(Maze procedure, not a good look, but suitable for beginners. With VC++ Prepared to see it.)
    2008-10-16 20:26:00下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载