-
VC prepared by the Media Player, although the function is not very strong, for y...
用VC编写的媒体播放器,虽然功能不是很强大,可以供大家参考-VC prepared by the Media Player, although the function is not very strong, for your reference
- 2022-07-26 00:08:56下载
- 积分:1
-
利用摄像头+DirectShow实现预览和实时拍照功能,其中有一个视频监控编程很有用的类,通过该类可以很好的实现实时监控,还有拍照功能,为以后的监控系统打下良好...
利用摄像头+DirectShow实现预览和实时拍照功能,其中有一个视频监控编程很有用的类,通过该类可以很好的实现实时监控,还有拍照功能,为以后的监控系统打下良好的基础!!具有良好示范的作用-The use of camera+ DirectShow implementation and real-time camera preview function, including a video surveillance program very useful class, through the class can be a very good real-time monitoring, as well as camera functionality, for future monitoring system and lay a good foundation for ! ! Has a good role model
- 2022-08-07 09:44:49下载
- 积分:1
-
The source code is to achieve mp3 playback procedure. For the development and MP...
该源代码是实现mp3播放功能的程序。对于要开发与MP3相关联的产品的开发人员来说,是很有用的参考。-The source code is to achieve mp3 playback procedure. For the development and MP3 associated product development staff, it is very useful for reference.
- 2022-02-12 14:07:31下载
- 积分:1
-
本源代码介绍了如何在vc环境下利用vfw库函数编程实现对avi视频文件中图像的提取...
本源代码介绍了如何在vc环境下利用vfw库函数编程实现对avi视频文件中图像的提取-source code described how the vc environment using VFW programming libraries for avi video files Image Extraction
- 2022-03-01 10:48:49下载
- 积分:1
-
cloud formation and transformation process
云的形成和变换过程-cloud formation and transformation process
- 2022-02-21 03:55:38下载
- 积分:1
-
简单的C++录音程序,用MCI函数编写的,简单易懂,带注解
简单的C++录音程序,用MCI函数编写的,简单易懂,带注解
-recording simple C program, prepared by the MCI function is simple to understand and take notes
- 2022-07-26 22:29:21下载
- 积分:1
-
一个动画播放器的制作。在“打开”对话框中选择一个.avi文件,然后自动播放。...
一个动画播放器的制作。在“打开”对话框中选择一个.avi文件,然后自动播放。-a player animation production. In the "Open" dialog box to choose one. Avi file, and then automatically broadcast.
- 2022-03-26 08:45:37下载
- 积分:1
-
惯性导航的介绍
Inertial Navigation Introduction
- 2023-01-26 18:35:03下载
- 积分:1
-
video capture to the collection, the source code dephi
视频捕捉于采集,dephi 源代码-video capture to the collection, the source code dephi
- 2022-10-13 15:40:03下载
- 积分:1
-
粒子群优化算法是一种基于种群的随机优化算法…
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