-
基于Qt的多媒体播放器
应用背景自己写的基于Qt的多媒体播放器,包含音乐播放器的必备功能,以及歌词显示,系统托盘,拖曳播放等扩展功能关键技术// 创建用来解析媒体的信息的元信息解析器
metaInformationResolver = new Phonon::MediaObject(this);
// 需要与AudioOutput连接后才能使用metaInformationResolver来获取歌曲的总时间
Phonon::AudioOutput *metaInformationAudioOutput =
new Phonon::AudioOutput(Phonon::MusicCategory, this);
Phonon::createPath(metaInformationResolver, metaInformationAudioOutput);
connect(metaInformationResolver, SIGNAL(stateChanged(Phonon::State, Phonon::State)),
this, SLOT(metaStateChanged(Phonon::State, Phonon::State)));
connect(mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)),
this, SLOT(sourceChanged(Phonon::MediaSource)));
connect(mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
- 2022-12-10 11:15:03下载
- 积分:1
-
linux2.6.22移植到S3C2410补丁
只要把原来的linux2.6.22.2解压后,再用这个补丁包覆盖上去,即可移植到2410...
linux2.6.22移植到S3C2410补丁
只要把原来的linux2.6.22.2解压后,再用这个补丁包覆盖上去,即可移植到2410
-linux2.6.22 transplanted to S3C2410 patch linux2.6.22.2 as long as the original after decompression, and then cover up the patch can be transplanted to 2410
- 2022-09-01 13:35:03下载
- 积分:1
-
目前最强最酷的自动布线器
目前最强最酷的自动布线器-currently the strongest coolest Autorouter
- 2023-03-27 17:00:04下载
- 积分:1
-
MSP430F5438A串口通信程序
应用背景嵌入式开发,通信开发,上位机与下位机接口关键技术基于MSP430F5438A的串口通信程序,亲测可用,可供新手学习使用
- 2022-03-22 07:49:51下载
- 积分:1
-
典型的算法可以用于各种类型的
典型的PID算法,可以使用于各类1阶控制中-Typical PID algorithm can be used in various types of one-order control
- 2023-03-05 22:35:04下载
- 积分:1
-
file audio control circuit. Rar production of information. Rar, avr software de...
file音响控制电路.rar制作资料.rar,avr软件设计精华。电子宝典。欢迎下载-file audio control circuit. Rar production of information. Rar, avr software design essence. Electronic book. Welcome Download
- 2022-05-13 06:01:00下载
- 积分:1
-
DSP与CC2400连接.做的无线数据发送程序.程序现在没有加入校验部分.也可以当接收程序使用.不用修改...
DSP与CC2400连接.做的无线数据发送程序.程序现在没有加入校验部分.也可以当接收程序使用.不用修改-DSP connection with the CC2400. The wireless data sending procedures. Procedures are not part of accession to check. When the receiving process can also be used. Need not be amended
- 2023-05-20 01:35:05下载
- 积分:1
-
pic microcontroller tutorial contains: PIC microcontrollers and practical tutori...
pic单片机教程 含有:PIC单片机实用教程,MPLAB ICD2 使用指南-pic microcontroller tutorial contains: PIC microcontrollers and practical tutorials, MPLAB ICD2 User Guide
- 2023-06-23 15:00:07下载
- 积分:1
-
24 x 116 LED 矩阵显示
24 x 116 针式显示程序基于 ATMEGA32 和串联连接的多个 8 × 8 的点阵在 Proteus中显示。附件是具有完整的源代码和模拟安装程序的文件。
- 2022-02-06 02:47:31下载
- 积分:1
-
ar5001 5002驱动程式
atheros ar5001 5002 driver
- 2023-03-13 02:40:04下载
- 积分:1