⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pso.cpp

📁 C++编的pso程序。该程序可以用于优化各种系统
💻 CPP
字号:
// 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.8,1.8,1.0,1.0,1.0,-2.0,2.0,2.0);
	pso.Pso();
	pso.Print();
	return 0;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -