-
psopt-SourceCode
PSOpt is a program to demonstrate the optimization process of particle
swarm optimization. A two-dimensional objective function is visualized
by levels of grey: the lighter the color, the higher the function value.
The particles are shown as red circles, their trajectory as red lines.
The global memory (best point found up to now by the whole swarm) is shown
as a blue cross-hair, the local memory (best points found by each of the
particles) as small blue crosses. To run the program, first choose one of
the example functions, then create a particle swarm, and finally start the
optimization.
- 2015-03-23 14:06:17下载
- 积分:1
-
web im 聊天源代码
应用背景即时聊天工具,包括服务端和客户端,网络通信之通过HTTP协议实现,java编程语言实现,简洁易懂,涉及技术比较全面,适合新手学习......关键技术即时聊天工具,包括服务端和客户端。 java编程
- 2023-02-20 11:00:07下载
- 积分:1
-
JSP企业车辆管理系统
资源描述
简单的汽车租赁系统,有视频,数据库是sqlserver。
- 2022-12-28 19:45:11下载
- 积分:1
-
网络犯罪
使人民参与搜索的和报告犯罪和犯罪嫌疑人更容易知道,提醒他们的在线犯罪项目。
和也在寻找的失踪和据报失踪的速度的研究和调查公布
- 2022-01-26 04:05:02下载
- 积分:1
-
Job,with threadPool,can auto or by time interval execute
应用背景
任何Java程序都可以使用的一个Job接口。简单实用,可设定时间间隔毫秒数多次重复执行特定任务。
也可以定时单独执行某个任务一次。
Job,with threadPool,can auto or by time interval execute.
关键技术
//测试例子如下:
public class JobTest
{
/**
* 方法名:main
* 参数:
* @param args
*
* 返回值:void
*/
public static void main(String[] args)
{
HeartJob job = new HeartJob();
job.setTimeInterval(4000);
job.addJob();
&n
- 2022-03-31 12:23:58下载
- 积分:1
-
jsp在线聊天
这是一个用jsp写的代码,能够即时通信,如果你需要的话可以下载,用java开发软件的工具打开项目后运行,就能够在网站上聊天
- 2022-03-16 16:29:26下载
- 积分:1
-
steganography和Java
010
- 2023-07-05 13:55:03下载
- 积分:1
-
domeresource-android
android电影应用程序开发,从网站获取电影信息并在android中显示。
- 2022-03-19 20:22:24下载
- 积分:1
-
WiFiDirectDemo
实现android手机之间wifi直连的基本功能,包括寻找邻居,建立连接,传输文件。(Achieve wifi direct connection between android phone basic functions, including the search for neighbors, establish a connection, transfer files.)
- 2016-03-28 21:07:37下载
- 积分:1
-
jsp酒店管理系统
酒店管理系统使用说明书 主要功能 本系统中包含如下6大功能模块: q 前台服务:该模块主要包括开台点菜、维护菜品、签单、结账等功能。
- 2022-04-30 12:14:44下载
- 积分:1