-
音乐播放器
主要是通过Linux来进行音乐播放器的设计,使用的是小红帽Linux系统下的qt来进行设计。最终完成了简易的音乐播放器的设计。
- 2023-08-16 16:50:02下载
- 积分:1
-
ucgui3.98版本源代码,含有演示程序
ucgui3.98版本源代码,含有演示程序-ucgui3.98 version of the source code
- 2022-05-25 17:48:57下载
- 积分:1
-
ILI9325中文指令说明
资源描述ili9325 有一个16位的变址寄存器(IR)、一个18位的写数据寄存器(WDR)和一个18位的读数据寄存器(RDR)。变址寄存器(IR)存储来自控制寄存器和内部的GRAM的指令信息。写数据寄存器(WDR)用来暂时存储要被写到控制寄存器和内部的GRAM中的数据。读数据寄存器(RDR)用来暂时存储从GRAM中读取的数据。MPU中要写入内部GRAM的数据,首先写到写数据寄存器(WDR),然后再又内部操作自动的写到内部的GRAM 中。要读取的数据要通过读数据寄存器(RDR)从内部GRAM 中读取。因此无效数据将被读到数据总线,当ILI9325从内部的GRAM中读取第一个数据的时候,有效数据将在ILI9325进行了第二次读操作之后被读出。
- 2022-01-26 00:22:24下载
- 积分:1
-
一个数字显示时钟的程序,用的是DS1302时钟芯片,用51单片机直接接口读取指令,有protues方针并且配合1602显示!...
一个数字显示时钟的程序,用的是DS1302时钟芯片,用51单片机直接接口读取指令,有protues方针并且配合1602显示!-A digital display clock procedures, using a DS1302 clock chip, using 51 single-chip direct interface to read instructions, and have protues approach with 1602 show!
- 2023-01-16 11:55:03下载
- 积分:1
-
DTMF解码
DTMF解码,使用格泽尔算法,对数据进行实时采集计算,得到解到的DTMF码子。
- 2023-05-22 18:25:03下载
- 积分:1
-
keil环境下编译,产生hex文件,通过EZ
keil环境下编译,产生hex文件,通过EZ-USB Control Panel下载到USB芯片CY7C68013上运行-keil compiler environment, resulting hex file, through the EZ-USB Control Panel downloaded to run on USB chip CY7C68013
- 2022-10-29 08:20:03下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
可以实现对热水器的监视,以便获得实时的数据并对热水器作出响应调节...
可以实现对热水器的监视,以便获得实时的数据并对热水器作出响应调节-On the water heater can be monitored in order to obtain real-time data to respond and adjust the water heater
- 2022-05-25 19:39:46下载
- 积分:1
-
motor speed by pwm this depond on that the pwm has t on and t off and t ther is...
motor speed by pwm this depond on that the pwm has t on and t off and t ther is a duty cycle that = ton / t this vary the average voltage across the mot-motor speed by pwm this depond on that the pwm has t on and t off and t ther is a duty cycle that = ton/t this vary the average voltage across the mot
- 2022-08-11 20:52:13下载
- 积分:1
-
A version of LPC2364, LPC2366, LPC2368 and LPC2378 H
A版LPC2364、LPC2366、LPC2368和LPC2378 H-JTAG软件烧写方法.txt-A version of LPC2364, LPC2366, LPC2368 and LPC2378 H-JTAG programmer software methods. Txt
- 2023-01-06 17:15:03下载
- 积分:1