-
搞嵌入式系统设计的必看
搞嵌入式系统设计的必看-engage in the embedded system design Watchable
- 2022-05-05 06:28:23下载
- 积分:1
-
有关使用C和C++进行嵌入式系统开发的书籍,本人觉得还说得过去
有关使用C和C++进行嵌入式系统开发的书籍,本人觉得还说得过去-Relating to the use of C and C++ For embedded system development books, I think that is also justified for
- 2022-12-08 02:50: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
-
CCD摄像头采集图像,LCD实时显示,实现可视倒车
CCD摄像头采集图像,LCD实时显示,实现可视倒车-CCD camera capture images, LCD real-time display to achieve visual reversing
- 2022-05-12 11:32:49下载
- 积分:1
-
AVR入门试验程序,通过本程序,可以让新手仔最短的时间内入门。...
AVR入门试验程序,通过本程序,可以让新手仔最短的时间内入门。-AVR entry test procedures, the adoption of this procedure allows novice Aberdeen entry within the shortest possible time.
- 2022-04-09 03:50:15下载
- 积分:1
-
一个使用AT89C2051单片机作为主控芯片的全自动洗衣机
一个使用AT89C2051单片机作为主控芯片的全自动洗衣机-AT89C2051 Singlechip use as a master chip full-automatic washing machine
- 2022-05-17 17:02:13下载
- 积分:1
-
十六进制为 pic18f 的
目标:
若要创建简单的程序使用汇编语言 PIC 18 指令设置。
进行组装、 调试和执行程序使用 MPLAB。
使用 MPLAB sim 卡来模拟程序的执行,向视图登记册、 WREG、 状态寄存器和内存的内容。
设备:
1) PC 或便携式计算机与 MPLAB IDE 安装。
理论:
请参考书籍章 2: PIC 单片机和嵌入式系统: 使用程序集和 C 的 PIC 18。穆罕默德 · 阿里 · 齐迪 13 日,处长 D.· 麦金利和丹尼考西。
活动 1: 创建和编译使用 MPLAB 的程序
- 2022-04-23 00:47:55下载
- 积分:1
-
温度在PIC16F877转换
这一项目使我们能够转换温度读取在 adc 的输入并将其显示在液晶屏我们使用 pic 的 c 语言编译器和模拟到伊希斯,这个项目也测试灯的 luminositi 和在 lcd 显示它的状态
- 2022-05-09 02:48:28下载
- 积分:1
-
linux移植过程分析,详细介绍了linux2.6的配置和裁减,很详细,每一项都有介绍,还有很多经验在里面,是不可多得的linux配置手册。...
linux移植过程分析,详细介绍了linux2.6的配置和裁减,很详细,每一项都有介绍,还有很多经验在里面,是不可多得的linux配置手册。-linux transplant process analysis, detailed information on the configuration and the reduction of linux2.6, very detailed and have each of the introduction, there are a lot of experience on the inside is rare linux manual configuration.
- 2023-03-24 07:30:05下载
- 积分:1
-
ARM Cortex CMSIS接口示例
ARM COrtex CMSIS interface example
- 2022-02-04 08:21:44下载
- 积分:1