-
粒子群优化算法是一种基于种群的随机优化算法…
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
-
VS2005中C++环境,此为WMP SDK附带的程序,可供需要做播放器的人学习参考...
VS2005中C++环境,此为WMP SDK附带的程序,可供需要做播放器的人学习参考-VS2005 C environment, such as WMP SDK fringe procedure, needs to be done for the players to learn reference
- 2022-04-24 03:36:41下载
- 积分:1
-
检测系统中是否配置了声卡C++.
检测系统中是否配置了声卡C++.-Detection System Configuration whether the C card.
- 2023-03-25 20:15:04下载
- 积分:1
-
在库文件目录Win32实验室的主要工作,freeamp.dsw文件”。
主工程文件在basewin32prj目录下,freeamp.dsw文件包括了所有的子工程并且编译所有的模块。(更多的编译与安装信息在解压缩后的install文件中)。-main works in the base document win32 Lab directory, freeamp.dsw documents include all the sub-projects and compile all modules. (More information compiled and installed in the extract after the install file).
- 2022-01-26 03:22:54下载
- 积分:1
-
流媒体播放程序的源代码,太珍贵了。
流媒体播放程序的源代码,太珍贵了。-The source code of stream media player.So valuble
- 2022-03-03 15:16:36下载
- 积分:1
-
DivX源代码。
DivX源代码。-divx source code
- 2022-05-30 16:22:44下载
- 积分:1
-
非常好用的CD播放器,界面很漂亮,mac os类型的
非常好用的CD播放器,界面很漂亮,mac os类型的-A very nice CD player, the interface is very beautiful, mac os type of
- 2023-07-31 02:55:03下载
- 积分:1
-
一个火焰模拟的程序,可以调节火焰的颜色、形状、高度
一个火焰模拟的程序,可以调节火焰的颜色、形状、高度-a flame simulation procedures can adjust the flame color, shape, height
- 2023-07-28 07:40:03下载
- 积分:1
-
Learn to Say 学说话
编程工具:VS 12.0 C# WPF《学说话》是编者根据自己的需要编写,并提供给大家分享。编者在电脑上输入汉字时经常掐住,不知要输入的那个字如何拼音,速度慢,效率低,于是进行反思:小时候没有学习拼音是一个原因,读书时遇到生字时,不查字典,按偏傍随便说一个是另一个原因,字的发音不准,不仅说不好,也听不好,与他人交流时,常常是事倍功半,长此以往,怎么能成就事业,成就梦想。所以,开发了一个学说话的工具,它可以产生二级汉字,然后,通过设置逐字读、逐句读、重复多次读、循环往复读,自己跟着读,来纠正每个字的发音,逐步训练出语感,进而达到学会说话的目的。另外,可以利用《学说话》朗读的能力,将自己喜欢的文章调入阅读框,让它读,自己闭上眼睛听,让眼睛休息一会,以保护眼睛,这样,躺倒床上,闭上眼睛,也能读书了。也可以输入自己喜欢听的话,让它反复朗读,以调节自己的心情,让自己心情愉快。还可以将自己修改过的内容保存到一个文件中,以便需要时调出来使用。
- 2022-05-16 06:01:26下载
- 积分:1
-
视频捕获程序 通过调用Vfw32.lib中的函数,使用 回调函数完成视频流的捕获...
视频捕获程序 通过调用Vfw32.lib中的函数,使用 回调函数完成视频流的捕获-video capture Vfw32.lib procedure by calling the function, use a callback function to complete streaming video capture
- 2023-03-18 18:45:04下载
- 积分:1