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

搜索资源列表

  1. 51uip

    1下载:
  2. 本文分析了uIP协议栈的结构和应用接口,并讨论了如何将其应用到51系列单片机上。 -Application of ulP This paper analyzes the structure of the protocol stack and application interface, and to discuss how to apply it to the 51 MCU.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:48667
    • 提供者:陈亮
  1. 51tcp

    0下载:
  2. 单片机上实现TCP的小程序,对于在51系列单片机上实现,移植到你自己的系统中,稍微修改一下,就可以使用了。-SCM achieving TCP small program, the 51 Series MCU achieve transferred to your own system, to change it slightly, it can be used.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16589
    • 提供者:谭先生
  1. 14zhankongbi

    0下载:
  2. 用在51系列单片机上的,周期为5S,1/4占空比软件-used in 51 MCU on the periodicity of 5S, 1 / 4 duty cycle software
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:17847
    • 提供者:翟利
  1. 简易的频率到电压转换器

    0下载:
  2. 基于51系列单片机的简易的频率到电压转换器,工程实践中的经验总结-SCM simple voltage to frequency converter, the practice of engineering experience
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11459
    • 提供者:李彬彬
  1. 参数可以随意调节的看门狗电路

    1下载:
  2. 基于51系列单片机的参数可以随意调节的看门狗电路-series MCU based on 51 parameters can be adjusted arbitrarily watchdog circuit
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:24275
    • 提供者:李彬彬
  1. 空调计费

    0下载:
  2. 实用的空调计费系统,采用51系列单片机,编译软件KEIL C-billing practical air conditioning system that uses 51 series microcontroller, C compiler software KEIL
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:154152
    • 提供者:yk1861
  1. 正弦函数宏汇编程序

    0下载:
  2. 本源程序系正弦函数的 51 系列单片机宏汇编程序。-the source is sinusoidal function of the 51 Series MCU macro assembler procedures.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1808
    • 提供者:磊元
  1. 51ucosii

    0下载:
  2. 本程序51ucos,即在51系列的单片机上成功移植ucos的全部源代码,希望能给大家一点帮助!-Full source code of uC/OS II porting to 51 series MCU.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:41562
    • 提供者:吴健勇
  1. LCD12864串行控制汇编源程序

    1下载:
  2. 好东西共享给大家,液晶显示的1502的,单片机51系列-something good for everyone to share, the liquid crystal display of the 1502, the 8031 Series 51
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5180
    • 提供者:王焕
  1. wiegandtors232

    0下载:
  2. 适用与MCS-51系列单片机的维根26转RS232驱动程序(汇编语言).-apply and MCS-51 microcontroller series of 26-dimensional turn RS232 driver (assembly language).
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12634
    • 提供者:张飞
  1. MCU_LCD

    0下载:
  2. 本程序是为51系列单片机开发的16*2型液晶模块驱动程序。该驱动程序包含两个文件,将C文件关联入工程,在调用文件前包含H文件即可。程序提供了简便实用的接口程序,具体使用方法参见文件注释。(本驱动程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-the procedures for the development of single-chip 51 16 * 2 LCD driver. This driver contains two files, documents relate
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1486
    • 提供者:LENG
  1. MCU_Key

    0下载:
  2. 这是一个为51系列单片机开发的4*4键盘驱动程序。该驱动程序包括2个文件,使用时将C文件关联入工程,在调用文件前包含H文件即可。本键盘驱动程序具有两个接口函数提供两种扫描方式(阻塞和非阻塞),可以任意定制返回键值,具有防抖动处理,具体使用方法可以参见注释。(本程序在Keil C51开发环境中测试成功,并经过多次实践应用)。-This is a series of 51 MCU development of the 4 * 4 keyboard driver. The drive included
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3871
    • 提供者:LENG
  1. 51系列串口通讯例程

    0下载:
  2. 单片机串口通信例程,对于初次接触单片机串口编程的朋友是一个很好的借鉴-microcontroller serial communications routines for the first time contact with the MCU Programming is a very good friend of the draw
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:20570
    • 提供者:张雨田
  1. CH375HMP

    0下载:
  2. 51系列对CH375模块读写,可以用它完成对U盘操作-series of 51 modules CH375 reader, can be used to complete U-operation
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6411
    • 提供者:赵典
  1. uCOSii_for_8951_EXT_64k

    0下载:
  2. uCOS2 for 51系列,已经在SST89E564上测试通过,实验板要求有64K扩展ram,根据原来网上公开版本修改而成,附带提供在C51中利用函数指针带参数传递调用汇编接口例子和一个简单的shell界面-uCOS2 for 51 series, in SST89E564 testing, Experimental board requires 64K ram expansion, according to the original version of the Internet open
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1632926
    • 提供者:龚树强
  1. snd1-demof-2_0_0

    1下载:
  2. 51系列单片机AT89c51snd1 demof-2-51 MCU AT89c51snd1 demof - 2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1123131
    • 提供者:何明亮
  1. 8-16位CRC校验的算法程序

    1下载:
  2. 分别用PIC和51系列语言编写的8位、16位CRC校验的算法程序,已经验证过,好用。-respectively PIC and 51 languages of eight, 16 of the CRC algorithm procedures, already tested and ease of use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6412
    • 提供者:谢飞林
  1. 嵌入式实时操作系统uCOS-II及其应用

    0下载:
  2. 嵌入式实时操作系统μC/OS-II及其应用 本文通过对一种源码公开的嵌入式操作系统mC/OS-II的分析,以51系列单片机为例,阐述了在单片机中使用该嵌入式操作系统的优缺
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:3532
    • 提供者:林帆
  1. KeilC51v750

    0下载:
  2. keilc51v750 开发51系列单片机-keilc51v750 51 MCU Development
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:31414463
    • 提供者:lgr9
  1. Amt80s51x

    0下载:
  2. 最好的51系列单片机教程,很详细地介绍了一般常用的接口,编程!-best 51 Series SCM Guide, a very detailed presentation of the commonly used interface, programming!
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:168928
    • 提供者:李鹏锋
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com