搜索资源列表
fft1ok
- VC下编程FFT 算法通过,可用在单片机,频谱分析效果良好.-VC programming FFT algorithm can be used in SCM, spectrum analysis results.
danpianjiCyuyanrumen
- 单片机C语言编程的一些知识,供初学者参考。-Singlechip C language programming some of the knowledge, the reference for beginners.
C13_ADC
- 掌握A/D模块的功能。了解S12单片机A/D模块的使用方法。学会使用C语言对A/D模块进行编程。 -Master A/D module functions. Learn S12 MCU A/D module is used. Learn how to use C language to the A/D module programming.
ADC
- 介绍XC164CM单片机的ADC工作原理以及DAVed的配置方法和KEIL的编程实例-Introduction XC164CM MCU ADC works and DAVed configuration methods and programming examples KEIL
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
2
- Keil.Cx51.V7.0单片机高级语言编程与uVision2应用实践 第一版(源码)-Keil.Cx51.V7.0 the microcontroller the Senior language programming uVision2 of application practice of the first edition (source)
Keil_C702
- 主要进行单片机编程,为广大读者提供参考依据。-Mainly for micProvide a reference for the readers.rocontroller programming
music_51
- 单片机演奏音乐的,keil编程,程序有原理说明-SCM play music, keil programming, the program has Rationale
jie
- 通过C语言编程实现的基于AVR单片机的解码程序-Through the C language programming AVR-based single-chip decoder program
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.
nules-bubble
- VC下编程FFT 算法通过,可用在单片机,频谱分析效果良好()
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to