登录
首页 » matlab » rbf1

rbf1

于 2020-08-10 发布
0 195
下载积分: 1 下载次数: 1

代码说明:

说明:  基于粒子群算法优化RBF神经网络的参数的算法,MATLAB实现(Based on particle swarm algorithm to optimize the parameters of RBF neural network, MATLAB implementation)

文件列表:

Copy_of_1\a.mat, 61792 , 2019-04-22
Copy_of_1\a1.mat, 46329 , 2019-04-22
Copy_of_1\a2.mat, 15666 , 2019-04-22
Copy_of_1\fitness.m, 141262 , 2019-04-22
Copy_of_1\forecast.m, 1601 , 2019-04-23
Copy_of_1\matlab.mat, 35283390 , 2019-04-20
Copy_of_1\pfile1.mat, 280 , 2019-04-23
Copy_of_1\PSO.m, 3191 , 2019-04-22
Copy_of_1, 0 , 2019-04-24

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

发表评论

0 个回复

  • C# pop3 邮件接收
    private void Connect_Click(object sender, System.EventArgs e)        {            //将光标置为等待状态            Cursor cr = Cursor.Current;            Cursor.Current = Cursors.WaitCursor;            String a ,b,c;              //用110端口新建POP3服务器连接            Server = new TcpClient(PopServer.Text, 110);            Status.Items.Clear();             try            {                //初始化                NetStrm = Server.GetStream();                RdStrm = new StreamReader(Server.GetStream());                Status.Items.Add(RdStrm.ReadLine());                 //登录服务器过程                Data = "USER " Username.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 Data = "PASS " Password.Text CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                Status.Items.Add(RdStrm.ReadLine());                 //向服务器发送STAT命令,从而取得邮箱的相关信息:邮件数量和大小                Data = "STAT" CRLF;                szData = System.Text.Encoding.ASCII.GetBytes(Data.ToCharArray());                NetStrm.Write(szData, 0, szData.Length);                //Status.Items.Add(RdStrm.ReadLine());                 //改变按钮的状态                Connect.Enabled = false;                Disconnect.Enabled = true;                Retrieve.Enabled = true;                 //将光标置回原来状态                Cursor.Current = cr;             }            catch (InvalidOperationException err)            {                Status.Items.Add("Error: " err.ToString());            }        }
    2014-11-02下载
    积分:1
  • ASP.net用于IE的控件,包括treeView等,觉好的东东,让你的web页面像CS的一样,声明:是微软的....
    ASP.net用于IE的控件,包括treeView等,觉好的东东,让你的web页面像CS的一样,声明:是微软的.-ASP.net for IE controls, including treeView, McGREGOR good Dongdong, let your web pages as CS, the same statement : Microsoft"s.
    2022-05-13 14:57:01下载
    积分:1
  • IOTest
    说明:  网络编程之异步IO之Select模型源码!!!!(WinSock Select code good good good good good!)
    2019-04-02 16:48:55下载
    积分:1
  • Computernetwork
    计算机网络课程设计计算机网络课程设计计算机网络课程设计(Computer network)
    2011-01-15 16:43:38下载
    积分:1
  • PackSock
    一个通过网络高速传输文件的控件: 具有以下特点 1.有高速数据传输功能,超过了Winsock控件的吞吐量 2.入校验功能,满足大数据包的收发,理论上不限数据尺寸 3.加入防错代码,提高了接口鲁棒性(through a network of high-speed transmission of documents, the controls : one with the following features. A high-speed data transmission functions Controls over the throughput of Winsock 2.- Check function and meet large data packet transceiver, Theoretically Open-data size 3. to prevent the wrong code, improve the robustness Interface)
    2006-08-14 21:58:05下载
    积分:1
  • IM ms/yahoo/icq
    IM ms/yahoo/icq
    2023-07-03 07:30:03下载
    积分:1
  • MyProcess
    创建一个新进程范例。这是孙鑫视频中的范例,能帮助初学者了解进程的相关知识,可以看看,虽然比较简单(create a new process in vc++)
    2010-10-14 11:10:37下载
    积分:1
  • EasyARM615_ 28a this is very important EasyARM615_ 28a this is very important
    EasyARM615_ 28a this is very important EasyARM615_ 28a this is very important
    2023-08-02 09:25:02下载
    积分:1
  • 获取本地IP并显示 简单控制台序(已译通过)
    获取本地IP并显示 简单控制台程序(已编译通过)-Access to the local IP and display a simple console program (compiled through)
    2022-03-20 07:47:57下载
    积分:1
  • 16489
    端口服务测试源码程序,调用API函数实现winsock测试服务器压力的模型。可以同时管理众多套接字的,加大并发连接数.并支持多核超级程技术,同时也利用了线程池技术。(Port Services test source program, call the API function winsock server stress test model. )
    2017-01-11 11:04:50下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载