-
基于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
-
Modbus C#
对于 C#,Modbus 协议用于 RFID 项目,通过网络处理数据。示例:公共静态字符串 ParseModbusResponsePacket (字节 [] 数据包){试着{int dataLength = 包 [2]-6 ;字节 [] 然后 = 新字节 [dataLength] ;Array.Copy (数据包,9,然后为 0,dataLength) ;字符串数据 = BinaryToString(dataByte) ;返回的数据 ;}捕捉 (ex 的异常){投掷 (ex) ;}}从服务器获取数据并进行分析。
- 2022-09-28 14:35:03下载
- 积分:1
-
A version of LPC2364, LPC2366, LPC2368 and LPC2378 H
A版LPC2364、LPC2366、LPC2368和LPC2378 H-JTAG软件烧写方法.txt-A version of LPC2364, LPC2366, LPC2368 and LPC2378 H-JTAG programmer software methods. Txt
- 2023-01-06 17:15:03下载
- 积分:1
-
uc/os ii在MSP430F149上的移植,已经通过编译,大家可以下载下来...
uc/os ii在MSP430F149上的移植,已经通过编译,大家可以下载下来-uc/os ii the MSP430F149 on the transplant, has passed compile down to see if we can download the
- 2022-03-25 09:57:20下载
- 积分:1
-
/* To learn ARM9 S3C44B0 in call features and functions of the message in both E...
/* 学习ARM9 S3C44B0中电话呼叫功能和中英文短信功能的实现方
/* 1. 该实验仅仅适用与JX44B0-2以及JX44B0-3实验箱 */
/* 2. 实验之前请阅读用户手册,并进行正确的硬件连接 */
/* 3. 实验过程需要SIM卡,SIM可以使用中国移动和中国联通的各种手机卡 */
/* 4. SIM卡请不要带电插拔,否则容易导致烧卡 */
/* 5. 短信实验中需要修改短信中心号码,请参照您的手机中的设置设置该值, */
/* 注意去掉前面的 + 号-/* To learn ARM9 S3C44B0 in call features and functions of the message in both English and Chinese to realize/* 1. The experiment is only applicable with JX44B0-2, as well as JX44B0-3 experiment boxes*//* 2. Experiment please read the user manual before and the correct hardware to connect*//* 3. experimental process requires SIM card, SIM can use China Mobile and China Unicom a variety of mobile phone cards*//* 4. SIM card, please do not live plug, otherwise easily lead to burn cards*//* 5. experiments need to amend the message message center number, please refer to your phone settings in setting this value,*//* Note remove the front of+ No.
- 2022-03-13 12:16:59下载
- 积分:1
-
ZLG7290库函数程序 对ZLG7290操作的各个函数都有.
ZLG7290库函数程序 对ZLG7290操作的各个函数都有.-ZLG7290 library function ZLG7290 operating procedures have various functions.
- 2022-02-02 22:33:07下载
- 积分:1
-
MultiWii 2.1
MultiWii WinGUI 是.NET 基础配置和 GCS 界面为著名的 MultiWii multicopter 控制器软件。
它并不打算取代了原来的 MultiWiiConf 实用程序,但试图通过牺牲多平台功能提供更丰富的用户体验。
- 2022-02-26 08:23:47下载
- 积分:1
-
在44B0板子上添加IIC键盘
在44B0板子上添加IIC键盘--Add IIC keyboard on 44B0 board.
- 2022-11-10 17:45:03下载
- 积分:1
-
obd2 代码诊断
要生成一个故障排除设备 obd2 汽车从协议的项目支持。此代码仅 iso 但硬件设计以支持所有协议是 5车辆的示例:男子梅赛德斯-奔驰宝马标致雪铁龙起亚汽车......
- 2022-02-15 21:57:03下载
- 积分:1
-
汇编语言开发一例,linix.
汇编语言开发一例,linix.-compilation of language development for example, linix.
- 2022-02-21 02:50:06下载
- 积分:1