搜索资源列表
1
- 这个是一个单片机开发和电子设计的文档,用于模拟与数字转换的资料。
dianzisuo
- IC卡电子锁,单片机开发,电子锁,嵌入式
基于RhapsodyIDF的单片机开发实例
- 基于RhapsodyIDF的单片机开发实例
《实战AVR单片机C语言》
- 在本教程当中,所有的程序都是以 GCCAVR 来编写,而且全部利用硬件调试通过,在没有 特殊指明的情况下使用内部 1M 晶振。本教程的全部硬件实验都是以分立元件为主。因为: 第一﹑学习板的硬件电路已经固定好了,从而限制了你的逻辑思维,相对来讲分立元件则非 常灵活; 第二﹑当你学习完一款单片机之后只要更换另外一款单片机芯片就可以继续学习,其它的外 围元件可以完全兼容; 第三﹑学习过程中全部电路都是由自已亲手搭建,这样可以加强自己的动手能力,因为你学 习单片机是为了什么啊!不就是为了成为一名高薪电子
mega128.基于ATmega128的单片机开发板原理图
- 基于ATmega128的单片机开发板原理图,ATmega128 microcontroller-based development board schematics
LY-51S-cyuan-chengxu- 朗译电子科技的DOFLY品牌单片机开发板
- 朗译电子科技的DOFLY品牌单片机开发板 配套的c语言学习程序-Long translation of electronic technology DOFLY brand microcontroller development board supporting the c language learning program
LT-1B.rar
- 天祥电子-10天学会MSP430单片机开发板电路图\LT-1B.rar,Institute of Electronics-10 days Tienhsiang Singlechip MSP430 development board schematics LT-1B.rar
yc.rar
- 此为简易计算器的源程序,能加减乘除运算,在51单片机下开发,This is the summary of the source code calculator, multiplication and division to addition and subtraction calculations, developed in the 51 SCM
AHRS
- 是基于C语言的单片机开发程序的讲解和相关资料-Is a the microcontroller development program based on the C language to explain and relevant information
ZG-STC12C5A60S2
- 这是一个单片机总线开发板的电路原理图,包括485,CAN总线,单片机采用STC12C5A60S2-This is a single chip bus development board of the circuit schematic, including the 485, CAN bus, the SCM STC12C5A60S2
SDHC___Protol
- SHDC协议,SD2.0。单片机开发,大容量的SD卡开发协议,2G以下与2G以上的SD,microSD卡协议不一样。一个可以用SPI,另一个可以用SD协议-The SHDC agreement, SD 2.0. MCU development, large-capacity SD card development agreement, 2G following agreement with more than 2G SD and microSD card is not the same. One
TMPinstruction
- 东芝单片机指令集,汇编开发有用,大家参考-Toshiba single-chip instruction set, the compilation of the development of useful reference to U.S.
PIC
- pic原理与应用,比较详细的介绍了PIC 单片机的原理和开发应用-Principle and Application of pic, a more detailed introduction to the PIC MCU and the development and application of the principle
54f42a74-8777-4dc5-9fd0-7c4a4c771c90
- AT89S52多功能单片机开发,单片机控制流水灯的闪烁-AT89S52 Single-chip multi-functional development, single-chip flow control lights flashing
Proteus090408
- Proteus 仿真软件在单片机设计中的应用-摘 要 单片机应用技术所涉及到的实验实践环节比较多,而且硬件投入比较大。在具体的工程实践中,如果因为方案有误而进 行相应的开发设计,会浪费较多的时间和经费。Proteus 仿真软件很好的解决了这些问题,他可以象Protel 一样画好硬件原理图 与KEIL 编程软件结合进行编程仿真调试。
C-for-51MCU
- 《单片机C语言编程与实例》,初学单片机开发用。-" Single-chip C language programming and examples" , learning to use single-chip development.
chaoshengbo
- 喜欢搞单片机开发的下载,超声波测距原理-Like to engage in the development of SCM download, ultrasonic ranging principle! !
KeilC51V805
- 用于单片机开发,用C语言和汇编语言。针对51单片机.-For MCU development, using C and assembly language. For 51 MCU.
51单片机开发
- 51单片机入门手册,从0开始,没有基础的可以学习,从入门到精通
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为