-
ARM7下用图形用户界面实现LED,KEY,MOTOR,AD功能
ARM7下用图形用户界面实现LED,KEY,MOTOR,AD功能-ARM7 using a graphical user interface LED, KEY, MOTOR, AD function
- 2023-06-08 19:05:04下载
- 积分:1
-
ov7620摄像头控制
通过本代码,xs128单片机可以实现控制ov7620数字摄像头的功能,通过串口助手,可以清晰地看到图像,所采集的图像为20x256的分辨率,可以用于智能车竞赛的图像收集程序。
- 2022-08-26 02:04:54下载
- 积分:1
-
ISP for STR73X
默认情况下, bank0 是映射到地址0x00. 考虑到,IAP程序需存储在bank1,而用户程序需存储在bank0. 因此须...
ISP for STR73X
默认情况下, bank0 是映射到地址0x00. 考虑到,IAP程序需存储在bank1,而用户程序需存储在bank0. 因此须使用CAPS工具,将bank1映射到地址0x00. 另外, 在IAP程序运行期间,必须在执行用户程序跳转之前,通过程序将bank0重映射到地址0x00(注:IAP程序已经实现了bank0重映射到地址0x00,用户不需要自己来编写代码).-ISP for STR73X default, bank0 is mapped to address 0x00. Taking into account, IAP process is stored in the bank1, while the user program to be stored in bank0. It is necessary to use the CAPS tool bank1 mapped to address 0x00. In addition, IAP procedure during operation must be in the implementation of user program before Jump through the procedure will bank0 re-mapped to address 0x00 (Note: IAP program has achieved bank0 re-mapped to address 0x00, the user does not need to write their own code).
- 2023-04-16 00:35:04下载
- 积分:1
-
header define of EZ
header define of EZ-LIB
- 2023-04-21 09:10:03下载
- 积分:1
-
modbus源代码
modbus 源码,内含crc算法,C语言编写
#include "system.h"
#include "math.h"
unsigned int BUFF[1900];
unsigned char OUTBUFF[452];
//MODBUS主站状态
- 2022-05-30 10:08:53下载
- 积分:1
-
这是一个MP3的源代码,基于C语言的实现可以被加载到…
这是个Mp3源代码,基于C实现,可以载入到嵌入式系统中来运行-This is a Mp3 source code, based on the C implementation can be loaded into the embedded system to run
- 2022-10-26 08:50:03下载
- 积分:1
-
This the gui program for interfacing the computers through matlab.
This the gui program for interfacing the computers through matlab.-This is the gui program for interfacing the computers through matlab.
- 2022-07-16 17:39:36下载
- 积分:1
-
led blinking code on 8051 with videos
led blinking code on 8051 with videos
- 2022-07-17 09:37:07下载
- 积分: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
-
ADC图书馆Atmel AVR RISC处理器。中断驱动
ADC library for Atmel AVR RISC processors. Interrupt driven
- 2023-08-14 20:40:03下载
- 积分:1