搜索资源列表

  1. 基于149单片机的AT24C02(I2C协议)程序

    0下载:
  2. 基于149单片机的AT24C02(I2C协议)实验,CPU向IIC总线发送数据,之后再从IIC总线读取并显示在数码管上,实际上操作的是EEPROM.器件挂接在IIC总线上,写数据时,主机发送后得等到从机应答信号才能进行继续发数据,否则stop();读数据时,主机接收到从机数据时,得主机完成IIC总线的应答才能继续读取数据!!!
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2009-11-01
    • 文件大小:33602
    • 提供者:SuperwarriorOne
  1. 基于51单片机的lcd12864液晶的正弦波形显示

    0下载:
  2. 基于51单片机的12864液晶画图,可以作为从ad采集回来数据做波形显示模块。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-02-24
    • 文件大小:38864
    • 提供者:huangxiang.87
  1. 单片机的C语言应用程序设计(修订版)

    0下载:
  2. 单片机的C语言应用程序设计(修订版),单片机的C语言应用程序设计(修订版),单片机的C语言应用程序设计(修订版)
  3. 所属分类:电子书籍

    • 发布日期:2011-07-09
    • 文件大小:12845741
    • 提供者:WJG590
  1. 基于单片机的温度湿度采集系统

    0下载:
  2. 基于单片机的温度湿度采集系统,使用单片机检查温度。(Microcontroller based temperature and humidity acquisition system, the use of single-chip temperature check.)
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 基于单片机的电子万年历设计

    0下载:
  2. 基于单片机的电子万年历设计Design of electronic calendar based on single chip microcomputerDesign of electronic calendar based on single chip microcomputer(Design of electronic calendar based on single chip microcomputer)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:1574912
    • 提供者:客家话VB
  1. 基于单片机的温度湿度采集系统

    0下载:
  2. 基于单片机的温度采集系统,采用单片机仿真,十分的好用!(Microcontroller based temperature acquisition system, the use of single-chip simulation, very easy to use!)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:72704
    • 提供者:在那边
  1. 基于单片机的智能计算器

    0下载:
  2. 基于单片机的智能计算器,运用单片机仿真,很好用的哦!(Microcontroller based temperature acquisition system, the use of single-chip simulation, very easy to use!)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:403456
    • 提供者:在那边
  1. 基于单片机的室内空气净化系统

    0下载:
  2. 基于单片机的室内空气净化系统,运用单片机仿真,很好用!(Microcontroller based indoor air purification system, the use of single-chip simulation, very easy to use!)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:4766720
    • 提供者:在那边
  1. vc实现pc与单片机的通信

    0下载:
  2. 用VC++实现PC与单片机的UART通信(Using VC++ to realize UART communication between PC and singlechip)
  3. 所属分类:文档资料

    • 发布日期:2024-07-03
    • 文件大小:90112
    • 提供者:无尘小雨
  1. 基于单片机的室内空气净化系统

    0下载:
  2. 使用C语言,结合单片机硬件,基于单片机的室内空气净化系统(The use of C language, combined with hardware, indoor air purification system based on MCU)
  3. 所属分类:其他小程序

  1. 0166、基于AVR单片机的汽车空调控制系统资料

    0下载:
  2. 基于AVR单片机的汽车空调控制系统资料,含仿真电路(Data of automobile air conditioning control system based on AVR microcontroller, including simulation circuit)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-07-03
    • 文件大小:502784
    • 提供者:sowar
  1. 基于单片机的空气湿度检测系统设计与实现

    1下载:
  2. 基于MSP430G2553的湿度 基于单片机的空气湿度检测系统 设计与实现(Air humidity detection system based on MSP430G2553 based on single chip microcomputer Design and Implementation)
  3. 所属分类:汇编语言

  1. 一种基于avr单片机的ad采样简便方法

    0下载:
  2. 一种基于avr单片机的ad采样简便方法,比传统的ad采样简单易懂(A simple method of AD sampling based on AVR single chip)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-07-03
    • 文件大小:1024
    • 提供者:李丽等等我
  1. 基于单片机的智能计算器

    0下载:
  2. 基于单片机的计算器,能够实现基本计算,主要用于供小白学习(A calculator based on a single chip computer that can be used for basic calculation, mainly for new students.)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:402432
    • 提供者:坎坎坷坷007
  1. 单片机的精确延时的方法

    0下载:
  2. 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The p
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:2048
    • 提供者:BlueD
  1. 基于单片机的红外遥控门禁系统

    0下载:
  2. 基于单片机的红外遥控门禁系统(具有键盘输入模块,红外接收模块,液晶显示模块)(Infrared remote control door control system based on single chip microcomputer)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:7322624
    • 提供者:yuan116
  1. 基于单片机的温度湿度采集系统

    0下载:
  2. 使用stc89c51单片机的温度湿度采集系统(Temperature and humidity acquisition system based on single chip microcomputer)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-07-03
    • 文件大小:123904
    • 提供者:kavin1
  1. 基于51单片机的人体感应灯测试程序

    4下载:
  2. 基于51单片机的人体感应灯测试程序,里面包含了此次设计的原理图(Based on the 51 MCU of the human body induction lamp testing process, which contains the schematic of the design.)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-07-03
    • 文件大小:71680
    • 提供者:Tim01
  1. 基于单片机的温度湿度采集系统

    0下载:
  2. 基于单片机的温度湿度采集系统,我们可以实时监测室内的温湿度,或者工厂内使用(Humidity temperature acquisition system based on single chip microcomputer, we can real-time monitoring of indoor temperature and humidity, or use in factory)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-03
    • 文件大小:86016
    • 提供者:qinzhen
  1. 基于stm32单片机的智能电子锁

    0下载:
  2. 基于stm32单片机的智能电子锁课程设计论文资料(Paper materials of course design of intelligent electronic lock based on STM32 single chip microcomputer)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-07-03
    • 文件大小:1478656
    • 提供者:李金欢
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org