-
基于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
-
w5500开源算法
详细记录了实现w5500实现UDP功能测试的原始方法,代码具有代表性的说明了w5500的使用方法。
本方案给予STM32F429discovery。使用spi1接口作为w5500控制口。 驱动电压可以为3V也可以为5V。 更具测试版选择。
- 2023-05-05 22:05:03下载
- 积分:1
-
This is a C8051F410 serial processes to a friend can look at a serial communicat...
这是C8051F410的串口程序,研究串口通信的朋友可以看一看-This is a C8051F410 serial processes to a friend can look at a serial communication
- 2023-08-21 17:30:04下载
- 积分:1
-
McCraw
McCraw-Hill - Wap A Beginner s Guide Ebook-fly-McCraw-Hill- Wap A Beginner s Guide Ebook-fly
- 2022-04-21 09:48:28下载
- 积分:1
-
Qt实现视频采集
利用Qt Creator进行界面完成,完美地采取了标准的V4L2接口,采集视频信息,得用图片格式的转化为RGB,使之在标签上运行,使我们实时地看到当时的视频信息.利用paintevent函数,实时更新,以快速地能够看到视频信息
- 2022-05-16 16:29:20下载
- 积分:1
-
摄像头+图像处理+通信,四轴飞行器定位
前电子设计竞赛我和队友们弄的四轴,我们用的是stm32作为图像处理 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-12 02:24:17下载
- 积分:1
-
including CAN node initialization procedure, the sending and receiving procedure...
其中包括CAN节点初始化程序,发送和接收程序-including CAN node initialization procedure, the sending and receiving procedures
- 2023-02-14 20:20:03下载
- 积分:1
-
本程序有友善之臂提供,为2440开发板的示例程序,请把该目录复制到目录中,编译使用时进入其中一个子目录,运行make即可。...
本程序有友善之臂提供,为2440开发板的示例程序,请把该目录复制到目录中,编译使用时进入其中一个子目录,运行make即可。-This procedure has the arm to provide a friendly, for example the 2440 development board, please copy the directory to the directory, the compiler used to enter a subdirectory, you can run make.
- 2022-12-03 13:55:03下载
- 积分:1
-
双串口通信源代码
双串口通信源代码--Source code for 2 serial ports communication.
- 2022-02-05 03:53:48下载
- 积分:1
-
一些数
a=b+c;
- 2022-04-12 02:33:46下载
- 积分:1