-
基于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
-
gspiceui electronic CAD simulation program. Parameters for Circuit Simulation
gspiceui电子CAD仿真程序.用于电路参数模拟仿真-gspiceui electronic CAD simulation program. Parameters for Circuit Simulation
- 2022-02-06 07:12:13下载
- 积分:1
-
rd_sdmmc相应ADS1.2实验作品,使用时必须在可怕的…
Rd_sdmmc 本实验对应的ADS1.2工程, 使用时必须在该目录中的Source文
件夹中放置uC/OS-II 2.52源代码.
PC端软件 本实验对应的PC机软件,包括源代码(VC++ 6.0),可执行文件
名为SDMMC_Reader.exe.
ZLG_SD ZLG/SD 软件包 Ver2.0, 可读写SD/MMC卡,支持无操作系统
或操作系统uCos-II, 请阅读这个目录中的readme.txt文件
ZLG_SD使用手册 ZLG/SD 软件包 Ver2.0 使用说明书.
软件包中间件和移植代码 本实验用到的软件包/中间件, 以及移植uCos-II到LPC2200的相关移
植代码.
MOS管资料 2SJ355数据手册-Rd_sdmmc corresponding ADS1.2 this experiment works, the use must be in the directory of the Source folder to place uC/OS-II 2.52 source code. PC-side software in this experiment corresponds to PC software, including source code (VC++ 6.0), executable file called SDMMC_Reader.exe.ZLG_SD ZLG/SD Package Ver2.0, can read and write SD/MMC card, support for non-operating system or operating system uCos-II, please read the readme in this directory . txt files ZLG_SD manual ZLG/SD package Ver2.0 Manual. package code middleware and transplantation used in this experiment packages/middleware, as well as transplantation uCo
- 2022-12-06 12:45:08下载
- 积分:1
-
zigbee开发套件原理图,PDF格式,zigbee开发套件原理图,PDF格式
zigbee开发套件原理图,PDF格式,zigbee开发套件原理图,PDF格式-zigbee development kit schematic, PDF format, zigbee development kit schematic, PDF format
- 2023-05-24 13:05:04下载
- 积分:1
-
SMARTARM2200开发板改版后的新液晶模块驱动,C语言编写。
SMARTARM2200开发板改版后的新液晶模块驱动,C语言编写。-SMARTARM2200 Development Board revised the new LCD module driver, C language.
- 2022-10-27 14:10:04下载
- 积分:1
-
s_serial(c51用io口模拟串口)
s_serial(c51用io口模拟串口)-s_serial (c51 mouth simulation with io Serial)
- 2022-05-21 12:34:31下载
- 积分:1
-
在cortex
在cortex-m3内核上运行ucos+ucgui,驱动TFT-LCD的源码程序,对研究ucGUI很有用-Cortex-m3 in the running kernel ucos+ ucgui, driver of TFT-LCD source procedures, useful for research ucGUI
- 2023-07-16 06:10:04下载
- 积分:1
-
TFTP
tftp-1.0源码,可以用作uboot下下载kernel镜像以及文件系统-tftp-1.0 source code, can be used to download the kernel under the uboot image and file system
- 2022-07-15 13:06:42下载
- 积分:1
-
基于ARM9的LINUX下的按键驱动程序,代码中有详细的注释,对于在此基础之上的二次开发或者是直接调用都非常方便!...
基于ARM9的LINUX下的按键驱动程序,代码中有详细的注释,对于在此基础之上的二次开发或者是直接调用都非常方便!-ARM9 based LINUX keys under the driver, a detailed code of the Notes for the foundation of the second development is a direct call or very convenient!
- 2022-08-14 14:03:15下载
- 积分:1
-
cypress IN and out Data
应用背景
主要用于测试cypress的编程,实现USB的输入和输出端口的打通和通信
关键技术在cypress中实现的,将输入数据进行处理后直接通过输出端口进行输出,增加了命令处理的流程,只有合法的命令才能返回正确的数据,否则将返回出错数据。
- 2022-03-24 04:20:23下载
- 积分:1