-
第八届飞思卡尔光电平衡组国家二等奖程序
这是本人参加第八届全国大学生飞思卡尔智能汽车竞赛全国总决赛的程序,适用于光电平衡组,里面有很多的注解,对于新手也有很大的参考价值,第九届摄像头平衡组的同学可以参考该程序,用的是k60作为主控芯片
- 2022-02-28 17:03:41下载
- 积分:1
-
PCF8583和MCS51的接口(IIC)的程序
PCF8583和MCS51的接口(IIC)的程序-PCF8583 and MCS51 interface (IIC) procedures
- 2022-03-25 02:57:52下载
- 积分:1
-
8051芯片数码管轮流显示0~9代码(含注释)
8051芯片数码管轮流显示0~9代码(含注释)-8051 chip digital tube display rotation 0 ~ 9 code (including the Notes)
- 2023-04-10 11:05:03下载
- 积分: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
-
2.4G无线通信模块RF24L01的单片机驱动程序源代码,SPI接口
2.4G无线通信模块RF24L01的单片机驱动程序源代码,SPI接口。RF24L01是Nordic公司推出的2.4GHz无线通信模块。
- 2022-04-07 09:11:29下载
- 积分:1
-
实现交通灯的状态机,用Verilog HDL编程,西林…
交通灯状态机的实现,用verilog HDL编程,Xilinx ISE 6仿真,在实际电路中得到验证.-traffic lights to achieve the state machine, with verilog HDL programming, Xilinx ISE 6 simulation, the actual circuit have been tested.
- 2022-01-26 08:12:28下载
- 积分:1
-
QT开发中文文档最新版,是对英文版的详细使用的说明文档,属开源项目...
QT开发中文文档最新版,是对英文版的详细使用的说明文档,属开源项目-QT development of Chinese language version of the latest document is to use the English version of the detailed documentation that it is an open-source project
- 2022-02-14 14:22:20下载
- 积分:1
-
基于友善之臂mini2440开发板为基础,详细介绍了ARM开发中移植嵌入式Linux的基本概念和bootloader的开发,驱动程序的开发以及一些应用实例。...
基于友善之臂mini2440开发板为基础,详细介绍了ARM开发中移植嵌入式Linux的基本概念和bootloader的开发,驱动程序的开发以及一些应用实例。-Based on the friendliness arm mini2440 development board, based on detailed information on ARM embedded Linux development transplants the basic concepts and bootloader development, driver development as well as some application examples.
- 2022-03-26 00:26:26下载
- 积分:1
-
fpga/CPLD开发管理Digit
fpga/CPLD开发管理Digit-Serial DSP Functions-fpga/CPLD Development and Management of Digit-Serial DSP Functions
- 2022-09-24 00:40:03下载
- 积分:1
-
Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这是一个移植到嵌入式系统上的版本!...
Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这是一个移植到嵌入式系统上的版本! -Graph develop library published by Trolltech company, include many graph API that can used in Linux, and can replant to embedded systems.
- 2022-08-18 07:48:38下载
- 积分:1