CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 51 Microcontroller

搜索资源列表

  1. miaobiaojishiqi

    0下载:
  2. 秒表计时器 通过51单片机 数码管现实秒表 开关可以调节时间 对时间进行调整 可以计时-Stopwatch timer stopwatch by the microcontroller digital switch can be adjusted real time to adjust to the time
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:787
    • 提供者:wangchao2
  1. C51

    0下载:
  2. 一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 -C51 microcontroller serial port to receive a (break) and send routine can be used to interrupt the microcontroller 51 receives the test
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:6016
    • 提供者:jinjin
  1. proteusZHANG

    0下载:
  2. MCS-51单片机的输入/输出有两种基本方式,直接端口方式与总线方式。通过本实验可以掌握MCS-51单片机直接端口方式的输入/输出,特别是学会运用MCS-51单片机的位操作功能-MCS-51 microcontroller I/O There are two basic ways, directly with the Bus port. We can get through this experiment, MCS-51 single-chip mode of direct port I/O,
  3. 所属分类:File Formats

    • 发布日期:2017-05-21
    • 文件大小:6218011
    • 提供者:
  1. fp

    0下载:
  2. 51单片机编程 适合学习单片机的一起共享-51 Microcontroller Programming
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:6248
    • 提供者:fp
  1. dan-pian-ji-fu-xi

    0下载:
  2. 基于51单片机的C语言程序期末总复习题,全部都是精华,有了它,考试想挂科都难!-Based the 51 microcontroller C language program ending review questions, all the essence, with it, the examination hanging branches immune!
  3. 所属分类:File Formats

    • 发布日期:2017-11-05
    • 文件大小:212873
    • 提供者:CANDY
  1. 51

    0下载:
  2. 基于51单片机开发板的电路程序图,51单片机是学习单片机最基础的入门。-Figure 51 MCU development board circuit program, 51 MCU is the most basic entry-learning microcontroller.
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:38421
    • 提供者:邵志伟
  1. 51-cap

    0下载:
  2. 基于AT89C51单片机和555芯片构成的多谐振荡电路设计一电容测量电路,这种测量方法主要是通过一块555芯片来测量电容大小。让555芯片工作在直接反馈无稳态的状态下,555芯片输出一定频率的方波,其频率的大小跟被测量的电容之间的关系是:f=0.772/(R*Cx) ,固定R的大小,其公式就可以写为:f=k/Cx,只要能够测量出555芯片输出的频率,就可以计算出测量的电容。计算频率的方法可以利用单片机的计数器T0和中断INT0配合使用来进行测量。 文件内含有proteus工程及keil工程建
  3. 所属分类:File Formats

    • 发布日期:2017-11-06
    • 文件大小:208702
    • 提供者:瑛来
  1. 2.4G-RFID(Rfid-Reader)

    1下载:
  2. 有源RFID,远距离射频识别。包含C源程序,运用于51单片机、msp430单片机-Active RFID, long-range radio frequency identification. Contains the C source code, used in 51 microcontroller, msp430 microcontroller
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:3451568
    • 提供者:wulanghua
  1. 513

    0下载:
  2. 51单片机的应用,寄存器以及指令的应用,准确。-51 microcontroller applications, register and instruction, and accurate.
  3. 所属分类:File Formats

    • 发布日期:2017-11-23
    • 文件大小:877568
    • 提供者:五儿
  1. AD9833

    0下载:
  2. AD9833是一款DDS函数信号发生芯片,通过51单片机的控制可以产生不同频率的正玄波、方波和三角波-AD9833 is a DDS Function generator chip, the microcontroller controls through 51 different frequencies can produce sine wave, square wave and triangular wave
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:1708
    • 提供者:清零
  1. chao

    0下载:
  2. SRF-04超声波测距的51单片机C语言代码-51 microcontroller C language code SRF-04 Ultrasonic Ranging
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:2950
    • 提供者:张已
  1. 51单片机外部中断仅检测上升沿的方法

    1下载:
  2. STC15系列单片机的外部中断0(INT0)和外部中断1(INT1)的触发有两种方式,上升沿和下降沿均可触发方式和仅下降沿触发方式。在实际应用中,有时候需要上升沿触发。这时有两种方案可以解决。 1.将触发方式设置成仅下降沿触发。当外部电路产生一个上升沿时,通过硬件电路加一个三极管进行反向变成下降沿。 2.这种方法不需要改变硬件电路。将触发方式设置成上升沿和下降沿均可触发方式。外部中断产生一个上升沿时,进入中断服务函数,这时在中断服务函数里做进一步处理,检测当前INT0的电平状态。如果是高电
  3. 所属分类:文件格式

    • 发布日期:2017-12-10
    • 文件大小:11652
    • 提供者:August_cwj
搜珍网 www.dssz.com