登录
首页 » matlab » 天牛群算法 BSO

天牛群算法 BSO

于 2021-04-25 发布
0 2728
下载积分: 1 下载次数: 152

代码说明:

说明:  matlab 天牛群算法,对原始的天牛须算法进行了,将其与例子群算法结合,结果表明优于粒子群算法和天牛须算法。(Matlab longicorn swarm algorithm, the original longicorn whisker algorithm is carried out, and combined with example swarm algorithm, the results show that it is better than particle swarm optimization and longicorn algorithm.)

文件列表:

BSO_code, 0 , 2018-09-19
BSO_code\BSO for Multi-objective Optimization, 0 , 2018-09-19
BSO_code\BSO for Multi-objective Optimization\BSO_himmelblau.m, 3595 , 2018-08-06
BSO_code\BSO for Multi-objective Optimization\BSO_pressure.m, 3549 , 2018-08-06
BSO_code\BSO for Multi-objective Optimization\Himmelblau.m, 1066 , 2018-05-22
BSO_code\BSO for Multi-objective Optimization\pressure.m, 395 , 2018-08-06
BSO_code\BSO_fun.m, 3490 , 2018-08-08
BSO_code\BSO_fun17.m, 3259 , 2018-08-08
BSO_code\Fig5, 0 , 2018-09-19
BSO_code\Fig5\BSO.m, 5715 , 2018-08-08
BSO_code\Fig5\f1.m, 37 , 2018-08-08
BSO_code\Fig5\f10.m, 127 , 2018-08-06
BSO_code\Fig5\f14.m, 461 , 2018-08-08
BSO_code\Fig5\f16.m, 90 , 2018-08-08
BSO_code\Fig5\f5.m, 59 , 2018-08-08
BSO_code\Fig5\f9.m, 86 , 2018-08-08
BSO_code\Get_Functions_details.m, 7304 , 2018-08-08
BSO_code\main.m, 2314 , 2018-08-08

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

发表评论

0 个回复

  • 获取天气实况【源码】
    这是一个界面和操作简单的天气查询工具。可以自动根据IP地址获取天气信息;可以自动定时提醒;可以显示日历信息;可以自定义皮肤等。
    2015-03-04下载
    积分:1
  • TFTP服务器,多进并发,支持写请求,支持两种传输模式。
    TFTP服务器,多进程并发,支持写请求,支持两种传输模式。-TFTP server, and more complicated process, the request for support was made in support of two transmission mode.
    2022-01-26 03:03:23下载
    积分:1
  • ask_answer
    该程序模拟知乎,作为网上问答系统,用户能注册,登录,提问,回答,点赞,关注,取关,查找问题,等一系列操作,一个服务器端可以同时连接多个客户端,能够同步各个客户端操作结果。程序分为客户端和服务器端,用户gui采用mfc编写,通信方式为socket方式,开发环境为win7 vs2015,编译器v140.(The program simulates know almost as online quiz system, users can register, login, questions, answers, thumbs up, focus on, take off, find the problem, and a series of operations, a server can be connected to multiple clients simultaneously, it is possible to synchronize each client operating results. Program is divided into client and server side, the user using mfc gui written communication for the socket, the development environment for win7 vs2015, compiler v140.)
    2016-05-17 11:56:13下载
    积分:1
  • 4
    说明:  理解局域网的定义、特点 了解局域网的介质访问控制方法 了解以太网技术 了解局域网组网类型(Understand the definition of LAN and characteristics about LAN Ethernet media access control approach to understanding the technical understanding of LAN networking types)
    2010-05-26 10:09:58下载
    积分:1
  • 本实例将通过ISAPI提供的功能实现访问控制过滤器(Autentication Filter)。可以设定最大访问用户的数量以及授权用户名和密码。...
    本实例将通过ISAPI提供的功能实现访问控制过滤器(Autentication Filter)。可以设定最大访问用户的数量以及授权用户名和密码。-example through the provision of functional ISAPI access control filters (Autentication Filter). The visit can set a maximum number of users and the authorized user name and password.
    2022-12-07 16:35:03下载
    积分:1
  • 计算节点得小
    计算节点得小程序-computing nodes in small program
    2023-04-16 22:05:03下载
    积分:1
  • scamper-cvs-20070523p
    本开源工程是在互联网范围内进行路由器级的拓扑发现(The open-source project is carried out within the Internet router-level topology discovery)
    2009-12-15 20:52:10下载
    积分:1
  • FTP protocol is based on TCP/IP file transfer protocol that is used in the netwo...
    FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in the network for file transfer. FTP is a TCP/IP to a specific application, it works in the seventh layer of OSI model, TCP model for the fourth layer, namely, the application layer, using TCP transport instead of UDP, FTP client and server must establish a connection before the After a "three-way handshake" process, it brings the significance of the connection between the client and the server is reliable, but also connection-oriented, for data transmission to provide a reliable guarantee for
    2022-02-25 08:53:38下载
    积分:1
  • 开放源码分布式开发包
    开放源码分布式开发包-OSS development kits distributed
    2023-01-13 22:00:04下载
    积分:1
  • WinSocketAPI
    使用Winsocket API实现的网络通信功能,分客户端和服务器端。(Winsocket API to achieve the use of the network communication function, sub-client and server.)
    2009-05-19 12:30:43下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载