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

搜索资源列表

  1. clock_and_ds18b20_LCD

    0下载:
  2. 51单片机时钟 和18B20 温度的 LCD显示,C51加ASM程序,-51 Single-chip clock and LCD display 18B20 temperature, C51 plus ASM procedure,
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:131935
    • 提供者:wangyong
  1. based-on-AT89C51-CAN-design

    0下载:
  2. :介绍 CAN(控制器局域 网)总线的特点 ,给 出CAN总线系统智能节点电路原理及 用 C51语言 编写的开发程序,方便使用者学.-j-和掌握。 -: The CAN (Controller Area Network) bus characteristics, given CAN bus system intelligent node circuit principle and with C51 language development procedures, user-friendly
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:184206
    • 提供者:warmfish
  1. CS553x

    0下载:
  2. cs553x.DOC,c51程序设计、配置及说明-cs553x.DOC, c51 program design, configuration and descr iption
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6097
    • 提供者:jlxy
  1. C51_LCD

    1下载:
  2. 各种液晶的C程序 包括1602,12232,12864,320*24等常用液晶的C程序-A variety of LCD s C procedures including 1602,12232,12864,320* 24 LCD and other commonly used procedures for the C
  3. 所属分类:SCM

    • 发布日期:2015-11-23
    • 文件大小:1379897
    • 提供者:聂美军
  1. shizhong

    0下载:
  2. 美国DALLAS公司推出的具有涓细电流充电能力的低功耗实时时钟电路DS1302的结构、工作原理及其在实时显示时间中的应用。它可以对年、月、日、周日、时、分、秒进行计时,且具有闰年补偿等多种功能。给出DS1302在读写中的C51程序及流程图,以及在调试过程中的注意事项。-DALLAS U.S. companies have launched small trickle current charging the capacity of low-power real time clock DS1302
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:314641
    • 提供者:杨威
  1. C51-45

    0下载:
  2. C51实用程序集(45个)直接下载 C51实用程序集(45个)直接下载-C51 utility sets (45) Direct download C51 utility sets (45) Direct Download
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:531725
    • 提供者:ltj
  1. c51uarttest

    0下载:
  2. c51单片机串口测试程序,用来测试c51单片机的串口通信性能-c51 uart test
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3017
    • 提供者:program
  1. CMBC240128

    0下载:
  2. 240128液晶模块 C51单片机驱动程序,我们公司就是用这个东西做测试的-240,128 single-chip LCD module C51 driver, our company is to use this thing to do tests
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7840
    • 提供者:李亮
  1. C51_calculator_program

    0下载:
  2. 计算器C51程序 单片机小制作时写的一些小程序,在最小系统上运行成功,采用的是中断键盘扫描.-C51 single-chip calculator program written in a small production at a number of small procedures, the minimum system to run successfully, used to scan the keyboard interrupt.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1905
    • 提供者:gmxiong
  1. mt8870

    0下载:
  2. 基于DTMF制式的来电显示设计(暂时不支持FSK模式)-MCU:51内核各系列单片机 DTMF双音频信号解码芯片:MT8870 显示:带中文字库的128*64点阵形液晶模块 (注:MCU使用12M晶振,以本C51程序的算法,编译后,程序约占用2K字节, 电话本每组约占用20~40字节,每组信息包括电话号码,姓名,单位)
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:4323
    • 提供者:区雄骏
  1. MCU-51-24c02-8led

    0下载:
  2. 基于C51的24C08多花样流水程序设计,STC89C52,keil环境-C51 of the 24C08-based multi-pattern design flow process, STC89C52, keil environment
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:14695
    • 提供者:4466
  1. C51

    0下载:
  2. /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/ -#include <reg51f.h> #include <intrins.h> #include <math.h> sbit P2_0=P2^0 bit FLAG=0 char m,ptr=0 static const char tab[16]={0x01,0x02,0x03,0x0c,
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1478
    • 提供者:du316
  1. 24c02-2

    0下载:
  2. c51读写24C02原程序,使用数码管显示-C51 to read and write the original 24C02, the use of digital tube display
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:8799
    • 提供者:钱进
  1. 8051Sms

    0下载:
  2. 8051Sms 一个用c51实现gprs modem发送短信的程序,很经典。对搞通信绝对有一定的借鉴作用-C51 implementation with 8051Sms a gprs modem to send the message procedures, it is classic. To engage in communication has a certain absolute reference
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:10244
    • 提供者:nanyuanqi
  1. power

    0下载:
  2. 数控电源程序,测试通过,C51程序,希望有用-NC power program
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:39104
    • 提供者:lee
  1. 8LED

    0下载:
  2. C51汇编程序,八位LED动态扫描程序,Proteus仿真-MCS-51 Proteus
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:32604
    • 提供者:caousr
  1. 1

    0下载:
  2. 12864并口驱动程序,控制芯片为7920 ,C51源代码,已经调试成功-12864 parallel port driver, the control chip for the 7920, C51 source code, debugging has been successful
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:49417
    • 提供者:wangbo
  1. C51FM1602

    0下载:
  2. 1602液晶驱动程序C51程序-FM1602液晶底层驱动程序-1602LCD drive code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-14
    • 文件大小:3694
    • 提供者:redwolf
  1. 80C51programs

    0下载:
  2. C51单片机实用程序,包括定点数\浮点数的运算,有丰富实用的例子-C51 single-chip utility, including fixed-point \ floating-point arithmetic, there is rich in practical examples of
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:72993
    • 提供者:sibling
  1. 240128

    0下载:
  2. 液晶显示屏C演示程序,控制器为24018,已经测试通过。-LCD C demo program, controller for the 24018, has been the test.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-13
    • 文件大小:3442938
    • 提供者:zhangfukang
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com