-
这是一个DVB
DVB-T发射编码程序
对码流按DVB格式进行OFDM编码调制。-This is a DVB-T sender coding program,which can translate streaming code into OFDM model on DVB format
- 2023-07-07 21:50:02下载
- 积分:1
-
方块的下拉菜单〔摇晃型〕.
方块的下拉菜单〔摇晃型〕.-block of the drop-down menu [type] shaking.
- 2023-09-05 13:25:02下载
- 积分:1
-
MP3 player (source)
MP3播放器(图片来源)
- 2022-07-24 20:45:53下载
- 积分:1
-
完整的GSM音频编码和解码程序,可以直接在arm或dsp上使用
完整的GSM音频编码和解码程序,可以直接在arm或dsp上使用-integrity of the GSM audio coding and decoding process, the arm can be directly used or dsp
- 2022-10-12 13:00:04下载
- 积分:1
-
MPEG
MPEG-4 Xvid源代码(含VC编译指南word文件)-MPEG-4 Xvid source code (including compiler VC Guide word document)
- 2022-02-04 17:53:19下载
- 积分:1
-
能在linux播放电视,也能利用它来录制自己的视频和音频。对做linux视频采集是一个非常好的参照例子。...
能在linux播放电视,也能利用它来录制自己的视频和音频。对做linux视频采集是一个非常好的参照例子。-in broadcast television can also use it to record their own video and audio. Linux done right Video Capture is a very good example of the light.
- 2022-10-25 17:45:03下载
- 积分:1
-
一个MP2播放器,可以支持AVI
一个MP2播放器,可以支持AVI-an MP2 player that can support AVI
- 2022-08-24 07:35:12下载
- 积分:1
-
一个简单的音频解码器。数据可以被发送到扬声器后缓冲。
一个简单的音频解码程序,向缓冲区里写入数据后,即可以输入到扬声器!-A simple audio decoder. Datas can be sent to speakers after buffering.
- 2022-02-13 03:29:25下载
- 积分:1
-
Mpeg4解码程序源代码,能够对各种MPEG4文件进行解码
Mpeg4解码程序源代码,能够对各种MPEG4文件进行解码-This is the source code of mpeg4 decoder which can
decode all kinds of mpeg4 file.
- 2022-03-15 06:54:19下载
- 积分: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