CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 51 单片机设计

搜索资源列表

  1. TTcan_final1

    1下载:
  2. 设计了一个基于51单片机的CAN节点,实现TTCAN的功能,同时可以实现两个CAN节点的相互通信。-Designed a microcontroller based CAN node 51 to achieve TTCAN functions, can be achieved at the same time the two CAN nodes communicate with each other.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:41433
    • 提供者:王坚
  1. calculator-schematics

    0下载:
  2. 基于51单片机的计算器的设计 内含protues原理图及源程序-51 Based on the design of single chip calculator schematics and source code contains protues
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:36167
    • 提供者:
  1. chuankouchengxu

    0下载:
  2. 51单片机串口通讯协议优化设计,更快跟准确地传输信息-51 Optimal Design of serial communication protocol, faster and accurate transmission of information with
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:1747
    • 提供者:zhang
  1. ICreader

    0下载:
  2. 基于51单片机的IC卡读卡器程序设计 适用于SLE4442系列存储卡 程序于是基于C语言编写的 可以实现卡上内容的读取,并实时传至串口发送-This is a c programme based on 51 single chip. It can be used to read SLE4442 IC memory card.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:12161
    • 提供者:hui
  1. shuzishiboqi

    0下载:
  2. 基于51单片机的最简单的数字示波器的设计-51 single-chip based on the most simple design of digital oscilloscope
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:9116
    • 提供者:袁娜
  1. GM

    0下载:
  2. 本文以MCS-51单片机为开发平台,设计一个基于单片机的数据采集系统。系统可以采集16路模拟量,精度为12位,16路开关量和2路脉冲量,并将采集到的数据每隔一分钟通过串口发送到PC机。-In this paper, MCS-51 microcontroller as the platform to design a microcontroller based data acquisition system. System can capture analog 16, a precision 12
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:255990
    • 提供者:曼曼
  1. wang-pro-1

    0下载:
  2. lis35de应用单片机程序,利用51单片机采集lis35de的数据并传给串口,设计lis35de的控制字,和三轴加速度的读取。-lis35de microcomputer programs using 51 microcontroller lis35de collected data and transmit serial port, design lis35de the control word, and the three-axis acceleration reading.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-30
    • 文件大小:1346
    • 提供者:wang
  1. 0555

    0下载:
  2. 51单片机串口通讯设计代码公开, //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开销是一样的 -51 design code serial communication open,// ??this is a C51 microcontroller serial receiver (interrupt) and send routine can be used to test the mi
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:8517
    • 提供者:
  1. example

    0下载:
  2. 包含了51单片机开发板的所有例程,都是模块化设计,很简单清楚。适合初学者学习。-51 MCU development board contains all the routines are modular design, it is simple and clear. Suitable for beginners to learn.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:78889
    • 提供者:Franz Kafka
  1. 220v-ds1302-

    1下载:
  2. 这是一个我自己设计的51单片机(stc89c52)定时器!我用来控制电饭锅的定时煮饭!很实用!我下班就可以吃饭了!可以实现用遥控器遥控。按键也可以设置!-This is one of my own design 51 MCU (stc89c52) timer! I regularly used to control the rice cooker to cook! It works! I can eat after work! Remote control with the remote con
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:187700
    • 提供者:古是
  1. 45575

    0下载:
  2. 校园打铃系统,内带51单片机c语言程序和电路原理图以及PCB,是在学校自己设计的程序-Campus rang the bell system, internal MCU c language program with 51 and circuit schematic and PCB, in the school of their own design process
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:859300
    • 提供者:joly
  1. 51_Keyboard_C

    0下载:
  2. 51 单片机 16按键发音 电子琴设计 C程序-51 single-chip 16-button keyboard sounds program design C
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:37099
    • 提供者:tangxuewen
  1. 22

    0下载:
  2. 基于51单片机秒表的程序设计 1.设计目的: (1)利用单片机定时器中断和定时器计数方式实现秒、分定时。 (2)通过LED显示程序的调整,熟悉8155与8051,8155与LED的接口技术,熟悉LED动态显示的控制过程。 (3)通过键盘程序的调整,熟悉8155与矩阵式键盘的接口技术,熟悉键盘扫描原理。 (4)通过阅读和调试简易秒表整体程序,学会如何编制含LED动态显示、键盘扫描和定时器中断等多种功能的综合程序,初步体会大型程序的编制和调试技巧。 -Based on 51
  3. 所属分类:assembly language

    • 发布日期:2017-03-21
    • 文件大小:32833
    • 提供者:
  1. 学生立项

    0下载:
  2. 学生立项,基于51单片机的语音控制机器人,结合硬件设计和软件设计,具有很轻的应用价值。
  3. 所属分类:文档资料

  1. 学生立项

    0下载:
  2. 学生立项,基于51单片机的语音控制机器人,结合硬件设计和软件设计,具有很轻的应用价值。
  3. 所属分类:文档资料

  1. C

    0下载:
  2. 51单片机编程实例,霍尔元件检测电路。附有硬件电路设计与c语言编程设-51 microcontroller programming examples, the Hall element detection circuit. With hardware circuit design and c programming language set
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:73615
    • 提供者:weiyuhao
  1. 51MCU-OS

    0下载:
  2. 51单片机实时操作系统的设计方案,OS-51 single-chip design of real-time operating system, OS
  3. 所属分类:Project Design

    • 发布日期:2017-11-13
    • 文件大小:360966
    • 提供者:木木
  1. AT89C2051_Clock

    0下载:
  2. 单片机课程设计《基于51的电子闹钟》,包括AT89C2051的电子闹钟源程序,设计论文和AT89C2051的中文资料,汇编语言编写。-Singlechip curriculum design
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2147559
    • 提供者:小强
  1. cpld_51_IO

    0下载:
  2. ]本文介绍了如何利用CPLD(复杂可编程逻辑器件)与单片机的结合实现并行I/ O(输入/输出)接口的扩展。该设计与用8255做并行I/O接口相比,与单片机软件完全兼容, 同时拥有速度快,功耗低,价格便宜,使用灵活等特点-] This article describes how to use the CPLD (complex programmable logic device) and the single-chip combination to achieve parallel I/O
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:195298
    • 提供者:zhengwei
  1. led

    0下载:
  2. 本程序利用51单片机实现对数码管的显示控制,可以直接拿来用到自己的设计当中。-This procedure using 51 single-chip realization of digital tube display control, can be directly used to use their own designs.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:22128
    • 提供者:lili
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com