资源简介
对粒子群优化算法的c++实现 ,对粒子群优化算法的c++实现...
代码片段和文件信息
// pso.cpp : Defines the entry point for the console application.
//
#include “stdafx.h“
#include “pso1.h“
int main(int argc char* argv[])
{
CPSO pso(1.81.81.01.01.0-2.02.02.0);
pso.Pso();
pso.Print();
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 529 2006-12-15 19:01 pso.dsw
文件 290 2006-12-15 18:55 StdAfx.cpp
文件 667 2006-12-15 18:55 StdAfx.h
文件 3994 2006-12-21 11:25 Pso1.cpp
文件 2277 2006-12-21 11:24 Pso1.h
文件 241 2006-12-20 20:59 pso.cpp
文件 4620 2006-12-15 19:01 pso.dsp
----------- --------- ---------- ----- ----
12618 7
- 上一篇:C语言编写modbus
- 下一篇:C++经典实例代码89434
评论
共有 条评论