登录
首页 » matlab » pso1

pso1

于 2020-07-04 发布 文件大小:2KB
0 252
下载积分: 1 下载次数: 84

代码说明:

  基于粒子群算法的移动机器人路径规划,文件是关于粒子群算法求解路径规划的问题,其中包括栅格障碍物环境的建立,粒子群及其改进算法的仿真程序。(On path planning problem of particle swarm algorithm matlab code)

文件列表:

pso1, 0 , 2017-05-16
pso1\a.txt, 217 , 2017-05-16
pso1\c.txt, 530 , 2017-05-16
pso1\fitness.m, 384 , 2017-05-16
pso1\main.m, 2503 , 2017-05-16

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

发表评论

0 个回复

  • huaweinetPDF
    华为网络工程师培训专用教程(PDF) 华为网络工程师培训专用教程(PDF) (Huawei Network Engineer Training Private Tutorial (PDF) Huawei Network Engineer Training Private Tutorial (PDF))
    2010-05-08 15:16:01下载
    积分:1
  • sockAPI
    windows socket API的基本应用 完整工程;服务器异步监听模式 适合初学参考。(The basic application windows socket API complete works server asynchronous listening mode suitable for beginners reference.)
    2009-10-17 09:11:45下载
    积分:1
  • 在局域内发送消息
    在局域网内发送消息-send messages in lan.
    2022-02-02 03:38:46下载
    积分:1
  • uhort
    一个可以切分bin格式的图形文件的程序,推荐()
    2017-10-27 11:11:12下载
    积分:1
  • 文件上传下载源码
    文件上传下载源码-file uploading and downloading source
    2022-02-14 16:22:03下载
    积分:1
  • pop3例子
    pop3例子程序-pop3 example procedure
    2022-05-30 02:27:18下载
    积分:1
  • st_asio_wrapper
    它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来; 自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样); 只支持tcp和udp协议;(It is a c/s network programming framework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp) Only supports tcp and udp protocol )
    2013-08-22 10:10:54下载
    积分:1
  • VC++下开发的简单的TCP端口的扫描序,适合初学者学习。
    VC++下开发的简单的TCP端口的扫描程序,适合初学者学习。-VC++, developed a simple TCP port scanner, suitable for beginners to learn.
    2022-11-17 17:45:03下载
    积分:1
  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • Test
    网络编程大作业,一个网页的点名系统,包含客户端和服务器,界面不错,有部分CSS类容。(Network programming large operations, a page named systems, including client and server interface well, some CSS class content.)
    2016-06-03 10:39:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载