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

搜索资源列表

  1. 用C51实现单片机的中文输入法

    0下载:
  2. 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 -Pinyin input method disappear with the function : * unsigned char code py_ime (unsigned char input_py_val []) input_py_va
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15483
    • 提供者:黄永
  1. exam

    0下载:
  2. 一个可沿地面黑线行走,并可设置行驶路程,显示速度(m/s)的小车,使用51完成,c51编程-a black line along the ground running and can set distance traveled, showing speed (m / s) are small, the use of 51 completed, c51 Programming
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:332253
    • 提供者:吕江波
  1. c51pyshurufa

    0下载:
  2. 一个用C51实现单片机的中文输入法,拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针,反回值为中文的起始地址,当为0时,杳询失败 -a C51 with the Chinese input method, Pinyin input method disappear with the function : * unsigned char code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:22016
    • 提供者:钟高祥
  1. LOCK

    1下载:
  2. C51单片机,电子锁功能,初始密码12345,E键是确认键,M键是密码修改键,L键是上锁键.内含C源代码,ISIS电路仿真.ISIS请下载7.5或以上版本.-MCU C51, electronic lock, the initial code 12345, E key is to identify the key, M key is the password modify the key, L key is locked key. Containing C source code, ISIS c
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:110941
    • 提供者:左自贤
  1. T6963-c51-wangliang

    0下载:
  2. 一个小型gui在keil c中的移植,使用lcd控制器为t6963,本人亲自在实际项目中使用过,可以将此程序包中文件直接加入工程编译使用。如果有问题欢迎来信交流。-A light gui system based on t6963,the writter has already applied in my personal project,so you could apply it in your project just by putting it in keil directly,enjoy
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-24
    • 文件大小:38468
    • 提供者:wangliang
  1. c51chengxujinji

    0下载:
  2. c51程序集锦,源程序,包含16进制-10进制互换程序.c 24c01-24c16读写驱动程序.c 51单片机实用程序库.txt ....... 等-C51 Collection procedures, source code, including 16 M-10 M swap procedures. c24c01-24c16 driver to read and write. c51 Singlechip utility library. txt ....... etc.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:527374
    • 提供者:严春
  1. 1

    0下载:
  2. 用VB写的,通过三菱FX1S系列的编程端口与电脑串口进行通讯,可对X、M、Y、D、T、C的寄存器进行读写控制,操作很简单、方便 [c51_ds1820_program.rar] - ds1820一线制温度采集芯片c51编程。该芯片具有高灵敏度、易用性、编程布线简单等优点,被应用到工控行业的各种产品中。本c51的ds1820的c语言驱动程序通过实践使?BR> [电力监控系统VC实现五.zip] - 在中小型电力行业系统中,曲线的要求比较严格,虽然网络上面各种曲线控件非常多,但是很多只能
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:1176
    • 提供者:pc
  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. tx

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:657
    • 提供者:虾虾
  1. md5

    0下载:
  2. keilC51,8位机的MD5加密算法,从RFC1321上移植过来的,编译通过,结果测试通过.-keilC51, 8 crew of the MD5 encryption algorithm, the transplant from the RFC1321, the compiler is passed, the results of the test.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3299
    • 提供者:祝庆
  1. T1T2BPS

    0下载:
  2. C51 的T1T2波特率计算;可以自动计算T1T2波特率-C51' s T1T2 baud rate calculation
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2781313
    • 提供者:庶安科技
  1. MCU_C

    0下载:
  2. 本人是学单片机的,刚刚学习C语言,附件中共有7个C源文件,都是一些很简单的。开发环境是Keil uV2 C51. 请版主放行,谢谢!-I m a learning MCU, has just learning the language c, It is a total of seven c source file are some very simple. the development and environment are keil c51. please Pass, thanks!
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:70613
    • 提供者:Sailing
  1. PRINTER

    1下载:
  2. EPSON M-U110II 热敏打印头驱动(C51)-EPSON M-U110II thermal print head driver (C51)
  3. 所属分类:SCM

    • 发布日期:2015-01-26
    • 文件大小:7168
    • 提供者:lien
  1. c51-program

    1下载:
  2. 红外遥控系统原理及单片机软件解码实例+6页+0.1M 实例为汇编 语言简单易懂-Infrared Remote Control System Principles and SCM software decoder instance+0.1 M+6 page instance is easy to understand assembly language
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-02
    • 文件大小:132072
    • 提供者:pangwei
  1. uP51s001

    0下载:
  2. LED流水灯 功能:操纵板上8个LED发光管闪烁 C51文件夹为C51文件实现 ASM文件夹为汇编文件实现-LED flowing water lamp Function:Drive board to give out light a tube up 8 LEDs scintillation The
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:11559
    • 提供者:雷锋
  1. I2C--

    0下载:
  2. C51单片机的基于IIC的容量扩展存储,它可以实现大容量,快速读写操作,容量可达M级别以上-it tests very good
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:28923
    • 提供者:黄玉学
  1. iiuo442

    0下载:
  2. Direct RS485 serial port operatio Visual C++6.0 environment applica Vc ds18b20 PC-based program RS232 serial communication with a VS2005 on the use of a serial com This is a 20 on the serial commun Visual C++6.0 environment using M
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:3266
    • 提供者:randex
搜珍网 www.dssz.com