-
With the 89c51 and isd4004 is also downloaded, and I hope useful for all of us
89c51和isd4004配合的,也是在网上下载的,希望对大家有用-With the 89c51 and isd4004 is also downloaded, and I hope useful for all of us
- 2023-05-30 17:40:03下载
- 积分:1
-
(ebook-pdf)-TrollTec
(ebook_-_pdf)_-_TrollTech_-_QT_Tutorial_(en_US).pdf
- 2023-07-24 07:30:03下载
- 积分:1
-
s3c2440开发板原理图 s3c2440开发板原理图
s3c2440开发板原理图 s3c2440开发板原理图-S3C2440 development board schematics S3C2440 development board schematics
- 2022-09-15 03:10:03下载
- 积分:1
-
P89CXX编程器控制CPU接收和控制程序
P89CXX编程器控制CPU接收和控制程序--CPU receiving and controlling program by P89CXX.
- 2022-07-05 06:55:33下载
- 积分:1
-
ARM 触摸屏代码 可以在ARM9平台上运行的触摸屏代码
ARM 触摸屏代码 可以在ARM9平台上运行的触摸屏代码-Touch Panel ARM code can run on ARM9 platform code Touch Panel
- 2023-08-04 14:30:03下载
- 积分:1
-
基于RSSI的zigbee定位
基于RSSI的zigbee定位,通过多种算法和经验模型,多点定位,精度还不错。在cc2431平台上实现,可供参考和移植。
- 2022-08-03 14:28:34下载
- 积分:1
-
CPMinterrupt 860中断管理
CPMinterrupt 860中断管理-CPMinterrupt 860 interrupted management
- 2023-08-10 05:05:03下载
- 积分:1
-
完成移植uCOS
完成移植uCOS-II到ARM7的功能,为一个具体范例-Complete the transplantation uCOS-II to the ARM7 function for a specific example of
- 2023-04-03 18:20:02下载
- 积分: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
-
基于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