-
粒子群优化算法是一种基于种群的随机优化算法…
Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.)
This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
- 2023-03-03 01:30:04下载
- 积分:1
-
simple exemple in agenda for delphi
simple exemple in agenda for delphi
- 2023-01-24 08:50:04下载
- 积分:1
-
一个IP电话有音量控制的d
一个IP电话有音量控制的d-an IP phone with the volume control d
- 2022-03-20 05:08:56下载
- 积分:1
-
微软向SMPTE组织提交的VC
微软向SMPTE组织提交的VC-1标准文档-Microsoft submitted to the SMPTE organization of VC-1 standard document
- 2023-03-30 20:15:04下载
- 积分:1
-
用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手
用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手-with Kazakh Deputy slow data compression algorithms, software development with VC, the younger greenhorn
- 2023-03-15 17:10:04下载
- 积分:1
-
一个光驱开关控制器,最小化时到任务栏
一个光驱开关控制器,最小化时到任务栏-a drive controller, to minimize the time the task bar
- 2022-12-15 15:40:03下载
- 积分:1
-
rtp_video_audio_源码
应用背景
rtp视频音频流传输;适用于多媒体rtp流通信;
此專題的目的是將遠端CCD與MIC取得的影像與聲音,壓縮成MPEG4 (Divx)格式,以RTP透過Multicast的方式,即時傳給多台電腦,實作平台都是WIN32 PC,最終目標是讓接收端不限於WIN32 PC,比如是WinCE PDA、Linux PDA等等,目前的平台著重於WIN32 PC。
关键技术
rtp协议
整個專題的成員總共有五人,工作分成三大部分,分別是RTP小組、多媒體檔案格式小組、Microsoft DirectShow小組,而我們小組主要負責的部分是Microsoft DirectShow部分,雖說工作是如此分的,在許多方面仍須去研究並了解,否則實作出的程式模組是無法結合的。
- 2022-07-02 15:28:39下载
- 积分:1
-
视频捕获演示程序,要安装摄像头,有兴趣可以
视频捕获演示程序,要安装摄像头,有兴趣可以-Video capture demo program, it is necessary to install the camera, who are interested can
- 2022-03-02 05:50:13下载
- 积分:1
-
该系统是一个小家庭的视频监控系统,可以指定…
本系统属于小型的家庭视频监控系统,可以对指定的区域进行适时监控。本系统主要实现以下目标。
系统采用人机交互的方式,界面美观友好,视频监控灵活、方便。
灵活控制云台,以监控某一区域的各个角落。
适时对监控画面进行快照和录像操作。
选择观看已经录制的视频的文件。
晚上的系统注册功能。
系统最大限度地实现了易维护性和易操作性。
-The system is a small family of video surveillance systems, can be designated to conduct timely monitoring of the regional. This system is mainly to achieve the following objectives.
- 2022-05-15 03:28:34下载
- 积分:1
-
How to Load Flash swf In Visual C++ 6
Source Sample
How to Load Flash swf In Visual C++ 6
Source Sample
- 2022-06-01 08:47:24下载
- 积分:1