-
使用DTMF家庭自动化(10件)
#包括;
- 2023-01-02 16:55:06下载
- 积分:1
-
马维尔的WiFi驱动程序内核2.6.xx
MARVELL WIFI DRIVER KERNEL 2.6.XX
SD-8686-LINUX-2.6-Bulverde-8.70.1.p2-26331.zip-MARVELL WIFI DRIVER KERNEL 2.6.XX
SD-8686-LINUX-2.6-Bulverde-8.70.1.p2-26331.zip
- 2022-03-10 23:25:46下载
- 积分: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
-
UTC时间与1970年以来的毫秒数转换
应用背景
现有的RTC芯片采用年-月-星期-日-时-分-秒的输出输入格式,而嵌入式系统中很多需要校准时间的地方采用的来源是自1970年以来
的秒数或毫秒数。所以需要对这两种格式的数据进行转换。
关键技术
UTC转换毫秒数时采用累加计时实现,需要注意闰年时的月份天数或全年天数累加,最后换算为毫秒数,毫秒数转换为
UTC时间时将毫秒数截断为年,月,天,最后直接转换为当天的时间。
- 2022-03-10 04:32:27下载
- 积分:1
-
usb doc receive main program c
usb doc receive main program c
- 2023-05-24 00:30:02下载
- 积分:1
-
PCI总线仲裁参考设计Verilog代码
PCI总线仲裁参考设计Verilog代码-PCI bus arbitration reference design Verilog code
- 2022-02-20 02:42:05下载
- 积分:1
-
日历,进行java swing 时间的控件
日历,进行java swing 时间的控件-Calendar
- 2022-05-29 11:12:08下载
- 积分:1
-
jet sent SMS platform, LCM revealed sending and receiving numbers indicate the s...
座机短信发送平台,LCM显示发送和接受号码显示源程序。功能处理函数-jet sent SMS platform, LCM revealed sending and receiving numbers indicate the source. Function Functions
- 2022-07-17 21:58:42下载
- 积分:1
-
关于c++的绘图程序 with pictures show the progress of the load ce shown nboot...
关于c++的绘图程序 with pictures show the progress of the load ce shown nboot-About c++ Mapping procedures with pictures show the progress of the load ce shown nboot
- 2023-09-05 15:30:03下载
- 积分:1
-
关于嵌入式引导技术的设计和应用,其中有几篇是关于uboot的,这些教程都是原作者辛苦的劳动结晶,凝聚成一篇篇工程笔记,特此感谢!...
关于嵌入式引导技术的设计和应用,其中有几篇是关于uboot的,这些教程都是原作者辛苦的劳动结晶,凝聚成一篇篇工程笔记,特此感谢!-Guidance on embedded technology design and application, which has several on uboot, these tutorials are the original author, the crystallization of hard labor, gather into a chapter project notebook, and would like to thank!
- 2022-05-30 17:05:23下载
- 积分:1