-
演示用内存映射的方式读取wave波形文件,还有内存DC等等,大文件读取速度非常快...
演示用内存映射的方式读取wave波形文件,还有内存DC等等,大文件读取速度非常快-demonstration with the memory mapping wave waveform read documents and memory DC, and so on. read large files very rapidly
- 2022-02-02 09:42:17下载
- 积分:1
-
Exquisite player interface
精美播放器界面-Exquisite player interface
- 2023-02-10 14:05:04下载
- 积分:1
-
pretty handy VB it, we look at
好看好用的VB呀,大家来-pretty handy VB it, we look at
- 2022-05-19 09:44:02下载
- 积分:1
-
一个用3DS文件的加载过程,短小精悍,眼
一个用java写的3ds文件加载程序,短小精悍,值得一看-a written using 3ds document loading process, short and pithy, eye-catcher
- 2022-04-01 19:00:48下载
- 积分:1
-
音频采集的一些示例程
音频采集的一些示例程-audio collection of examples-
- 2022-05-27 16:16:17下载
- 积分:1
-
USB摄像头的VC++程序
一个usb摄像头vc编程示范程序,只需20多条语句就可玩转你的摄像头了!-usb camera vc++ program
- 2022-02-01 01:00:29下载
- 积分:1
-
好的东西给大家啦
好的东西给大家啦-good things to you
- 2022-01-30 23:30:18下载
- 积分:1
-
VRML小程序,使用VRML制作些简单物体
VRML小程序,使用VRML制作些简单物体-VRML Applet
- 2022-02-04 12:19:13下载
- 积分:1
-
WAV文件操作
windows下的VC源码
实现对wav的解码播放等功能...
WAV文件操作
windows下的VC源码
实现对wav的解码播放等功能-WAV file operations of the VC under windows source wav decoder to realize the functions of player
- 2022-04-27 10:51:14下载
- 积分: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