-
C++的温度控制系统,是本人在其它网站上找到的,还没有试过
C++的温度控制系统,是本人在其它网站上找到的,还没有试过--Temperature control system. I found it on other website, but haven t tested it.
- 2022-03-16 19:38:56下载
- 积分: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
-
dspc6455ndk开发包
ti dsp tms320c6455 dm642 dm6437 ndk开发包6455开发板 网络通信 ndk
- 2022-03-20 13:55:35下载
- 积分:1
-
Samaung S3C4530 uclinux BootLoader
Samaung S3C4530 uclinux BootLoader
- 2022-04-10 04:34:35下载
- 积分:1
-
USB驱动芯片CH372/CH375应用源码,包括接口电路。
USB驱动芯片CH372/CH375应用源码,包括接口电路。-USB Driver IC CH372/CH375 application source code, including the interface circuit.
- 2022-01-26 03:33:05下载
- 积分:1
-
miniSTM32demo is the official web site 3
miniSTM32demo是官方网站3合1电路板的运行程序,GPIO控制等功能的实现.-miniSTM32demo is the official web site 3-in-a circuit board running the program, GPIO control functions implementation.
- 2023-07-19 15:35:03下载
- 积分:1
-
你可曾经为硬件看门狗的复位时间太短,而苦恼过,这个方法帮你解决问题. 用定时器喂狗,如果超过一定时间(程序跑飞,或整个中断都关闭,都会导致定时器不喂狗,导致看门...
你可曾经为硬件看门狗的复位时间太短,而苦恼过,这个方法帮你解决问题. 用定时器喂狗,如果超过一定时间(程序跑飞,或整个中断都关闭,都会导致定时器不喂狗,导致看门狗的复位,从而延长了看门狗的复位时间)不喂就复位. 程序中我以lcpRD2为例.-you may have to reset the hardware watchdog short time and anguish that this approach help you solve the problem. DOG with timers, if more than a certain time (running fly procedures, or were closed throughout the interruption, it will not lead to the timer DOG, resulting in the reduction watchdog, thereby prolonging the watchdog reset the time) do not feed on the reset. proceedings I lcpRD2 example.
- 2023-07-12 06:15:03下载
- 积分:1
-
12887的控制源程序
12887的控制源程序-12887 source control
- 2022-10-18 23:15:03下载
- 积分:1
-
c语言数码管
数码管显示首先计数,达到设定值后,闪烁,最终显示HELLO,并闪烁,此程序使用C语言编写,实验硬件是AT89C52单片机的开发板,经过实际测试,程序可以正常运行
- 2022-10-15 11:50:03下载
- 积分:1
-
MSP430 using IAR prepared using D1820 temperature sensor measuring the temperatu...
用IAR编写的MSP430利用D1820温度传感器测温度并且显示到LCD-MSP430 using IAR prepared using D1820 temperature sensor measuring the temperature and the LCD display
- 2023-07-27 15:45:03下载
- 积分:1