搜索:microcontroller+code

找到约 5,301 项符合「microcontroller+code」的查询结果

结果 5,301
按分类筛选
显示更多分类
https://www.eeworm.com/dl/897709.html 技术资料

基于单片机的ATX电源直流稳压设计

通过键盘实现对电压的可调,以实现对废弃ATX电源的再利用,以达到环保的目的。以STC15W408AS单片机为核心,通过四位数码管显示设置以及输出电压。其主要包括ATX电源,AD电压采集,AD键盘,LED数码管显示等。最终将采集到的电压值在LED数码管上显示出来,按键可调节电压值。废弃ATX电源可再利用。To realize th ...
下载 8
·
查看 1636
https://www.eeworm.com/dl/898795.html 技术资料

基于单片机的实验室安全智能报警系统

主要针对实验室的安全保障问题设计了以STC89C52单片机为核心、基于C语言编写的易于安装、高性价比的安全智能报警系统,该系统拥有防止外物入侵、火灾报警和防止有毒气体泄露的功能。通过传感器向主控单片机发射信号处理反馈,蜂鸣器报警,警示实验人员和保卫人员存在安全隐患。This project mainly design ...
下载 6
·
查看 1822
https://www.eeworm.com/dl/894751.html 技术资料

基于MCU技术的GPS定位设计与应用研究

针对GPS定位系统的研究,提出了一种MCU的GPS卫星定位系统,探讨了MCU系统的单片机系统组成、系统复位电路、片内片外存储器选择电路三个方面,还对MCU系统进行了仿真设计。研究表明,MCU的GPS卫星定位系统有高集成度、高可靠性,可以嵌入到不同的设备中,具有很好的可移植性,因此有较高的利用价值。Aiming at ...
下载 9
·
查看 6451
https://www.eeworm.com/dl/proteus/doc/19263.html 教程资料

在软件Proteus中仿真ucos(ARM)

在软件Proteus中仿真ucos(ARM)\r\n1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外,对中断专门用了一个函数OS_int_A.s 按其中的规则写中断函数即可. \r\n2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的板子上的ram中就可直接运行(code+data ...
下载 37
·
查看 1174
https://www.eeworm.com/dl/503/37338.html C/C++语言编程

lcd计数显示程序

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity ...
下载 137
·
查看 1105
https://www.eeworm.com/dl/kbcluoji/39392.html 可编程逻辑

Nios II软件开发人员手册中的缓存和紧耦合存储器部分

        Nios II 软件开发人员手册中的缓存和紧耦合存储器部分 Nios® II embedded processor cores can contain instruction and data caches. This chapter discusses cache-related issues that you need to consider to guarantee that your program execut ...
下载 121
·
查看 1060
https://www.eeworm.com/dl/686/181855.html VC书籍

This book is intended for "hands-on" developers or advanced students interested in understanding the

This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop fl ...
下载 161
·
查看 1096
https://www.eeworm.com/dl/686/216908.html VC书籍

C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last de

C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever sin ...
下载 184
·
查看 1110
https://www.eeworm.com/dl/686/211684.html VC书籍

MFC深入浅出教程

MFC深入浅出教程,下面是作者的前言: 我曾写一本关于MFC的书,分析了MFC的结构和设计(《MFC深入浅出》),华中理工大学出版。书的内容建立在对MSDN和MFC SOURCE CODE的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。可惜出版社好象只在几个城市针对学生作销售,虽然学生反应不错,但是外界 ...
下载 108
·
查看 1077
https://www.eeworm.com/dl/648/357504.html 单片机开发

///*** *** *** *** *** *** * //一、程序说明: //1, 24LC02器件地址是1010000R/W. //2, 数组写入24LC02采取页写方式. //3, 数

///*** *** *** *** *** *** * //一、程序说明: //1, 24LC02器件地址是1010000R/W. //2, 数组写入24LC02采取页写方式. //3, 数组code从24LC02读出时采取自由读方式. //4, 采用4.00M晶体。 //5,采用软件I2C。 //二、硬件连接: //1, SDA------->23 pin.(当然你可以任意选择脚位) //2, SCL------->1 ...
下载 129
·
查看 1636