CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 单片机编程

搜索资源列表

  1. fft1ok

    1下载:
  2. VC下编程FFT 算法通过,可用在单片机,频谱分析效果良好.-VC programming FFT algorithm can be used in SCM, spectrum analysis results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6730
    • 提供者:sss
  1. danpianjiCyuyanrumen

    0下载:
  2. 单片机C语言编程的一些知识,供初学者参考。-Singlechip C language programming some of the knowledge, the reference for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:388975
    • 提供者:chaidong
  1. C13_ADC

    0下载:
  2. 掌握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.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:226471
    • 提供者:liyang
  1. ADC

    0下载:
  2. 介绍XC164CM单片机的ADC工作原理以及DAVed的配置方法和KEIL的编程实例-Introduction XC164CM MCU ADC works and DAVed configuration methods and programming examples KEIL
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:232049
    • 提供者:陈全
  1. PID

    0下载:
  2. pid控制算法,可以下载到单片机运行,编程环境用的的Keil-PID control
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1124
    • 提供者:孙冀东
  1. Xmega128A1_BOOT

    3下载:
  2. 针对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.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:107819
    • 提供者:滤波
  1. linear-has-simulated

    0下载:
  2. 通过C语言编程,在pic单片机内完成最小二乘数据处理-Pic microcontroller C language programming, least squares data processing
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:18870
    • 提供者:胡伟
  1. 2

    0下载:
  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)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-25
    • 文件大小:211837
    • 提供者:postbox
  1. Keil_C702

    0下载:
  2. 主要进行单片机编程,为广大读者提供参考依据。-Mainly for micProvide a reference for the readers.rocontroller programming
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:15590814
    • 提供者:贾明
  1. music_51

    0下载:
  2. 单片机演奏音乐的,keil编程,程序有原理说明-SCM play music, keil programming, the program has Rationale
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:1454816
    • 提供者:小强
  1. jie

    0下载:
  2. 通过C语言编程实现的基于AVR单片机的解码程序-Through the C language programming AVR-based single-chip decoder program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1107
    • 提供者:bu406284
  1. danpianji_shili-(2)

    0下载:
  2. 个人学习ATMEGA8单片机应用及其仿真总结30例资料,基于TC2的实时时钟电路设计,看门狗的c语言编程、同步串行接口SPI的C语言编程-无仿真-MCU design knowledge, there are 20 instances of electronic information for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-29
    • 文件大小:11558945
    • 提供者:li
  1. pulse-and-animal-heat-testing

    1下载:
  2. 基于51单片机的脉搏测量和体温测量,keil编程,proteus仿真。-Based on 51 single chip microcomputer s pulse and temperature measurement,keil programming and proteus simulation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:117440
    • 提供者:张倩倩
  1. nules-bubble

    0下载:
  2. VC下编程FFT 算法通过,可用在单片机,频谱分析效果良好()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-30
    • 文件大小:5120
    • 提供者:neane
  1. matlab串口通信基础讲义

    0下载:
  2.  在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:7168
    • 提供者:SDDASDASD
搜珍网 www.dssz.com