登录
首页 » matlab » BPSO

BPSO

于 2018-06-21 发布 文件大小:2KB
0 205
下载积分: 1 下载次数: 19

代码说明:

  离散粒子群算法,二进制编码!!!!!!!!(binary particale swarm optimmzation, binary code!!!)

文件列表:

mybin2dec.m, 136 , 2006-12-29
test3.m, 3356 , 2007-04-11
testfunction1.m, 46 , 2012-12-20
license.txt, 1325 , 2014-02-12

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

发表评论

0 个回复

  • python_how_to_program
    python学习最好书籍,里面的例子个个精彩(算法一绝),确保任何人能一周之内掌握世界上书写最优美的编程语言。(python learning the best books containing excellent examples of each (one must algorithm), ensure that any person within a week to master the world's most beautiful writing programming language.)
    2020-06-26 03:40:02下载
    积分:1
  • mssa
    多通道奇异谱分析程序,可用于时间序列多尺度分析,多尺度比对与拼接等。(multi-channel singular spectrum analysis procedures can be used for time-series analysis of multi-scale, multi-scale compared with other combinations.)
    2021-03-09 14:39:28下载
    积分:1
  • LiveRoomDemo_Server-master
    说明:  实现视频实时在线直播,分前后端,前端用 vue 开发,后端用java ,采用了 spring boot 框架(It is used video play)
    2020-08-22 08:35:10下载
    积分:1
  • analla
    模拟串口程序 占用T0 或者T2 波特率9600 起始位 1位(Analog serial port program uses T0 or T2 baud rate 9600 start bit 1 bit)
    2019-03-25 12:04:29下载
    积分:1
  • c#初学者必读的几篇文章,对学c#很有帮助的!
    c#初学者必读的几篇文章,对学c#很有帮助的!-c# beginners must-read articles on science c# helpful!
    2022-01-21 18:19:44下载
    积分:1
  • VC++6.0 在程序内注册ActiveX控件的例子源码
    VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:   //加载ActiveX控件   HINSTANCE hLib = LoadLibrary(lpszDllName);   if (hLib == NULL)   {    TRACE(_T("%s加载失败 "), lpszDllName);    return FALSE;   }   //获得注册函数DllRegisterServer地址   FARPROC lpDllEntryPoint;   lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));   //调用注册函数DllRegisterServer   if (lpDllEntryPoint != NULL)   {    if (FAILED((*lpDllEntryPoint)()))    {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;    }    else    {    FreeLibrary(hLib);    return TRUE;    }   }   else   {    TRACE(_T("调用DllRegisterServer失败 "));    FreeLibrary(hLib);    return FALSE;   }   更多代码请下载本源码包。
    2022-08-18 20:45:44下载
    积分:1
  • Matlab code
    压缩包里包含基于全参考、无参考的立体图像质量评价代码,以及视差图获取方法,关于双目活动的质量评价算法。(The compression package contains stereo image quality evaluation code based on full reference and no reference, disparity map acquisition method, and quality evaluation algorithm for binocular activity.)
    2021-04-06 20:49:02下载
    积分:1
  • 西门子PLC常用通讯
    西门子PLC 常用通讯案例及配置,适合入门使用(SIMENS PLC Common communication cases and configurations)
    2020-06-25 07:40:02下载
    积分:1
  • jsp电子表单提交,和一些关于登陆注册的相关代码,适于初学者的功能模块...
    jsp电子表单提交,和一些关于登陆注册的相关代码,适于初学者的功能模块-jsp electronic form submission, and some on the landing of the relevant register code, suitable for beginners of functional modules
    2022-02-10 11:10:50下载
    积分:1
  • 此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。 SmallStruct 5是一个基于配置...
    此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。 SmallStruct 5是一个基于配置的的应用程序框架,集成了应用程序大部分一般性功能,只要编写少量代码即可生成应用程序,并且框架本身也是可扩展的。 -this version of the five SmallStruct stable version can be used for commercial development, suited to the C/S structure and function of complex and changeable business applications. SmallStruct 5 is based on an allocation of the application framework. Integrated application of the majority of the general functions, as long as the preparation of a small amount of code can be generated applications, and the framework itself is extensible.
    2022-06-16 12:47:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载