搜索资源列表

  1. 51单片机系统中运用电脑上的大键盘

    0下载:
  2. 51单片机系统中运用电脑上的大键盘! Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 AT89x51使用12M Modified by Shen Peng! Postgraduate of 2003, 7 Department Harbin Engineering University-51 microc
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2805
    • 提供者:卢月亮
  1. AT89X51的Can通信C程序

    0下载:
  2. AT89X51上的Can总线通信程序,标准C源程序,清晰,可用-AT89X51 Can the bus communication procedures, standard C source code, clear, and available
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7509
    • 提供者:张雪奇
  1. 单片机应用PS2键盘的实例

    1下载:
  2. 单片机应用PS/2键盘的实例,本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。 [注:AT89x51使用12M或11.0592M晶振,实测使用11.0592M] [Keil uV2 7.01编译运行通过 程序中没有做键盘数据的奇偶校验]-SCM application PS / 2 keyboard example, the learning process only reference source, n
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3269
    • 提供者:沈凡
  1. 可预置的8位计数器源程序

    0下载:
  2. 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09}
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21028
    • 提供者:wyq
  1. Poweron_initial

    0下载:
  2. 开机后的启动流程at89x51初始化及相关编程-boot after the start at89x51 initialization process and related programming
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1169
    • 提供者:杨康
  1. AT89S51yingyong

    0下载:
  2. AT89X51的应用 包括电子密码锁,8*8点阵显示,电子琴,温度控制器-AT89X51 applications include electronic password lock, 8 * 8 dot-matrix display, flower, Temperature controller, etc.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1189335
    • 提供者:wujie
  1. AT89S51music

    0下载:
  2. AT89X51单片机音乐制作简易音乐盒的源程序.C语言编的.. -AT89X51 SCM music producers simple music box of the source. C language series ..
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1126
    • 提供者:wujie
  1. regulation

    0下载:
  2. AT89X51上的can总线通信程序,标准C源程序,清晰,可用
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:210427
    • 提供者:leidailiang
  1. 89C51dscsj053501

    0下载:
  2. #include \"at89x51.h\" unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} //段显0123456789,P0口
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1467
    • 提供者:ghh
  1. 51单片机系统中运用电脑上的大键盘

    0下载:
  2. 51单片机系统中运用电脑上的大键盘! Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 AT89x51使用12M Modified by Shen Peng! Postgraduate of 2003, 7 Department Harbin Engineering University-51 microc
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:卢月亮
  1. AT89X51的Can通信C程序

    0下载:
  2. AT89X51上的Can总线通信程序,标准C源程序,清晰,可用-AT89X51 Can the bus communication procedures, standard C source code, clear, and available
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:张雪奇
  1. 单片机应用PS2键盘的实例

    0下载:
  2. 单片机应用PS/2键盘的实例,本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。 [注:AT89x51使用12M或11.0592M晶振,实测使用11.0592M] [Keil uV2 7.01编译运行通过 程序中没有做键盘数据的奇偶校验]-SCM application PS/2 keyboard example, the learning process only reference source, not
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:沈凡
  1. 可预置的8位计数器源程序

    0下载:
  2. 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01,0x09}
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:wyq
  1. Poweron_initial

    0下载:
  2. 开机后的启动流程at89x51初始化及相关编程-boot after the start at89x51 initialization process and related programming
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:杨康
  1. AT89S51yingyong

    0下载:
  2. AT89X51的应用 包括电子密码锁,8*8点阵显示,电子琴,温度控制器-AT89X51 applications include electronic password lock, 8* 8 dot-matrix display, flower, Temperature controller, etc.
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:1188864
    • 提供者:
  1. AT89S51music

    0下载:
  2. AT89X51单片机音乐制作简易音乐盒的源程序.C语言编的.. -AT89X51 SCM music producers simple music box of the source. C language series ..
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. regulation

    0下载:
  2. AT89X51上的can总线通信程序,标准C源程序,清晰,可用 -AT89X51 the can bus communication procedures, standard C source code, clear, usable
  3. 所属分类:医药行业

    • 发布日期:2024-05-16
    • 文件大小:209920
    • 提供者:leidailiang
  1. 89C51dscsj053501

    0下载:
  2. #include "at89x51.h" unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} //段显0123456789,P0口-# Include at89x51.h unsigned char code ddisp [] = (0x3f, 0x06, 0x5b, 0x4f, 0x66, 0x6d, 0x7d, 0x07
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:ghh
  1. AT89X51

    0下载:
  2. AT89X51驱动L289的步进电机驱动电路和代码,含硬件电路,红色和兰色代表步进电机线图,使用二相8拍驱动,有详细注释.-AT89X51 drive L289 Stepper Motor drive circuit and code, including hardware, red and blue charts on behalf of stepper motor using two-phase 8-shot driver, a d
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-16
    • 文件大小:99328
    • 提供者:youtan
  1. AT89X51-12proteus-simulations

    0下载:
  2. AT89X51的基础12个Proteus仿真,包括电路图,源代码,非常适合Proteus入门学习和熟悉仿真人士!-AT89X51,12 Proteus simulations for Proteus fresh hand,thank you!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-16
    • 文件大小:450560
    • 提供者:江橙
« 12 3 »

源码中国 www.ymcn.org