-
基于msp430f5438的智能自行车测速仪
本工程是由IAR5.5编译,芯片是msp430f5438.实现功能:1.LCD12864液晶显示,并且支持多级菜单2.PWM电机驱动,模拟自行车转速3.光电传感器测速,利用pwm调速4.时间实时显示,可设置年月日,时分秒5.flash存储,保存里程数,掉电不丢失
- 2022-03-16 11:25:12下载
- 积分:1
-
NIOS II 与USB接口的程序,用于周立功FPGA的开发板,自己的开发板只需修改引脚即可...
NIOS II 与USB接口的程序,用于周立功FPGA的开发板,自己的开发板只需修改引脚即可-NIOS II with the USB interface procedures for weeks Ligong FPGA development board, its own development board can only modify pin
- 2022-08-07 10:42:34下载
- 积分:1
-
Major topics of the c8051f410 microcontroller through nrf24L01 wireless transmit...
主要讲了c8051f410单片机通过nrf24L01无线发射模块的发送数据。本人调试成功,可直接使用。-Major topics of the c8051f410 microcontroller through nrf24L01 wireless transmitter module to send data. I debug successful, can be used directly.
- 2022-06-18 01:00:08下载
- 积分:1
-
重要代码,FPGA CYCLONE FLASH DRIVER
重要代码,FPGA CYCLONE FLASH DRIVER
- 2023-08-09 13:45:04下载
- 积分:1
-
基于ALTERA公司的DE2的LCD显示程序,一起学习.非常好的资料,也非常难得.是我参加培训时所得...
基于ALTERA公司的DE2的LCD显示程序,一起学习.非常好的资料,也非常难得.是我参加培训时所得-the DE2 LCD display program, learning together. Very good information, and they are extremely rare. I receive training
- 2022-12-31 04:15:03下载
- 积分:1
-
嵌入式eCos软件开发
EMBEDDED SOFTWARE DEVELOPMENT WITH ECOS
- 2022-02-11 16:07:29下载
- 积分:1
-
RS RS
RS RS-232 至RS RS-485 RS RS-422 智能转换器-RS RS-232 to RS RS-485 RS RS-422 Intelligent Converters
- 2022-02-13 22:06:55下载
- 积分:1
-
万年历(C语言编的程序打印的万年历和程序原代码)
万年历(C语言编的程序打印的万年历和程序原代码)-hefty almanac (Part C language procedure print hefty almanac and procedures original code)
- 2022-04-25 14:58:12下载
- 积分:1
-
RAM掉电保护电路
RAM掉电保护电路--Design of RAM power-off protection circuit.
- 2022-02-21 04:38:39下载
- 积分: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