-
adios在windows的实现,可以模拟adios的运作
adios在windows的实现,可以模拟adios的运作-Adios windows in the realization can simulate the operation Adios
- 2022-03-10 02:27:09下载
- 积分:1
-
The RTM660
The RTM660-850 is a single chip frequency generator for INTEL 850 chipset Clock Synthesizer
Driver Specification. The clock chip provides standard serial bus for programming device function.
Base on the function above, the spread spectrum can be enable for reducing EMI.
- 2022-03-15 05:02:50下载
- 积分:1
-
NXP LP23**系列芯片GPIO按键输入驱动源码示例程序,可以发展成GPIO驱动...
NXP LP23**系列芯片GPIO按键输入驱动源码示例程序,可以发展成GPIO驱动-NXP LP23** series chips GPIO buttons input driver source sample procedures can be developed into a GPIO driver
- 2022-01-30 13:38:49下载
- 积分:1
-
台达plC内部寄存器与modbus地址映射表,对想用单片机通过modbus协议控制台达PLC的开发人员有帮助,通过触摸屏接口通讯。...
台达plC内部寄存器与modbus地址映射表,对想用单片机通过modbus协议控制台达PLC的开发人员有帮助,通过触摸屏接口通讯。-Delta plc internal registers with the Modbus address mapping table, and would like to use single-chip through the Modbus protocol Console PLC Tatsu developer help, through the touch screen interface communication.
- 2022-08-12 09:23:01下载
- 积分:1
-
how to use si labs microcontroller SMBus interface
how to use si labs microcontroller SMBus interface
- 2022-09-25 15:55:02下载
- 积分:1
-
嵌入式课设:多功能秒表计时器
系统的主要功能:系统的主要功能分为以下几点: n 具有功能完整的计时器,拥有暂停、继续、归零三个主要功能。 n 能够同时使用的五个计时器。用户可以选择在同一时间段记录1~5个时间。各个计时器之间不会有干扰,能独立运行。 n 具有定时器倒计
- 2022-08-16 14:07:40下载
- 积分:1
-
This code is interfacing 4x3 keypad and 16x2 lcd to at89c52 micro controller and...
This code is interfacing 4x3 keypad and 16x2 lcd to at89c52 micro controller and can be used in others as well.
The design is done using proteus simulator
- 2022-05-15 19:08:07下载
- 积分:1
-
51 MCU USB firmware (PDIUSBD12) programming source code, please download the
51单片机USB固件(PDIUSBD12)编程的源代码,欢迎下载-51 MCU USB firmware (PDIUSBD12) programming source code, please download the
- 2022-10-20 17:20:03下载
- 积分:1
-
三星数字高频头的驱动源代码,采用ST公司的STV0297芯片
三星数字高频头的驱动源代码,采用ST公司的STV0297芯片-the driver code of sansung digital high frequency camara,use ST company s stv0297 chio
- 2022-01-22 07:32:43下载
- 积分: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