搜索资源列表
danpianjiCyuyanrumen
- 单片机C语言编程的一些知识,供初学者参考。-Singlechip C language programming some of the knowledge, the reference for beginners.
PID
- pid控制算法,可以下载到单片机运行,编程环境用的的Keil-PID control
Xmega128A1_BOOT
- 针对AVR ATXMEGA128A1单片机的BOOTLOADER自编程程序工程。已测试通过,稍微做改动也可以作为别的AVR型号自编程用。-For AVR ATXMEGA128A1 microcontroller BOOTLOADER self-programming program works. Have been tested, do a little changes that can be used as self-programming with other AVR models.
linear-has-simulated
- 通过C语言编程,在pic单片机内完成最小二乘数据处理-Pic microcontroller C language programming, least squares data processing
music_51
- 单片机演奏音乐的,keil编程,程序有原理说明-SCM play music, keil programming, the program has Rationale
danpianji_shili-(2)
- 个人学习ATMEGA8单片机应用及其仿真总结30例资料,基于TC2的实时时钟电路设计,看门狗的c语言编程、同步串行接口SPI的C语言编程-无仿真-MCU design knowledge, there are 20 instances of electronic information for beginners
pulse-and-animal-heat-testing
- 基于51单片机的脉搏测量和体温测量,keil编程,proteus仿真。-Based on 51 single chip microcomputer s pulse and temperature measurement,keil programming and proteus simulation.
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to