CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

资源列表

« 1 2 ... 66 67 68 69 70 7172 73 74 75 76 ... 15288 »
  1. 单片机仿真器的开发

    0下载:
  2. 是基于SC51单片机开发,详细介绍了单片机仿真器的开发的过程。-SC51 microcontroller is based on the development of SCM detailed simulation of the development process.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:229.11kb
    • 提供者:张博真
  1. LCD(HT1621)

    0下载:
  2. LCD HT1621与89C52之间的通信程序-LCD HT1621 89C52 and communication procedures between the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:823byte
    • 提供者:震涛
  1. 24C01--24C256EEPROM的字节读写操作C语言程序

    0下载:
  2. 24C01--24C256共9种EEPROM的字节读写操作程序,请大家支持。-24C01 -- 24C256 a total of nine species of bytes EEPROM read and write operations, please support.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:震涛
  1. Atmel1508V05

    0下载:
  2. Atmel1508的资料,大家看看阿,不错哦,好东东阿。好东东阿。-Atmel1508 information, we look at Ah, yes, oh good Dongdong A. A good Dongdong.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:220.36kb
    • 提供者:cyp
  1. 微机原理QQQQ

    0下载:
  2. 微机原理的资料,还可以,大家看看,谢谢我啊,传好东西上来-computer theories information, but also that we look at, ah, I thank you and pass onto good things
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.45mb
    • 提供者:cyp
  1. 多任务操作系统例程

    0下载:
  2. 一个任务显示LED,一个扫描键盘,一个任务将键值转化为显示格式(无时间要求) 键盘模块完全参照巨人老师例程; 显示很简单:1、判是否到2ms 2、送显示 键值处理:1、有无有效信息 2、弹出有效信息处理队列 3、将信息处理;键值处理不随1ms动作-a task LED, a scanning keyboard, a pair of tasks into a display format (no time requirements) keyboard module is taking
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.21kb
    • 提供者:fenyman
  1. 提供51无防真器下内存监测程序

    0下载:
  2. 提供51无防真器下内存监测程序(pc软件为\"超级终端\")-provide no real defense for the next memory monitoring procedures (pc software for the "Super Terminal")
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:fenyman
  1. sz1

    0下载:
  2. 本程序用at16实现两根线(两个i/o口)+8片74164+一片ULN2003驱动24个LED数码管,通过串口写入要显示的数,可以在很多地方应用 -at16 the procedures used to achieve two lines (2 i / o) are 8 1 74164 24 ULN2003 drive LED digital control through serial write to show that the number can be applied in many
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.87kb
    • 提供者:邵忠文
  1. SZ2

    0下载:
  2. 本程序为CAN总线开发程序,通过串口显示,多台计算机远程数据适时传递,用于工业控制-procedures for the development of procedures CAN, serial, multiple computers remote data transmission time for industrial control
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.91kb
    • 提供者:邵忠文
  1. xu3

    0下载:
  2. 这是f040与2401连接后,进行通信的程序。已经调试通过了 仅供大家参考 第一次传 不好的习惯请大家指正 -This is connected with the 2401, the communications procedures. Debugging has been adopted only refer to the first-bad habit of correcting Thank you, please
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.45kb
    • 提供者:董大明
  1. 7565P3

    0下载:
  2. 这是一个驱动LCM模块显示的51单片程序,模块点阵是128×64,使用的IC是ST7565P.-This is a drive LCM module shows the 51 single procedure, module lattice is 128 64, the IC is ST7565P.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.29kb
    • 提供者:Roy
  1. 红外遥控接收

    0下载:
  2. 红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2.2,IR LJMP MAIN 以下为进入P3.2脚外部中断子程序,也就是解码程序 IR: MOV R6,#9 SB: ACALL DELAY882 调用882微秒延时子程序 JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4.47kb
    • 提供者:
« 1 2 ... 66 67 68 69 70 7172 73 74 75 76 ... 15288 »
搜珍网 www.dssz.com