• 大小: 73KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-03
  • 语言: 其他
  • 标签: MCS-51  Gps  Protues  

资源简介

51单片机写的GPS接受程序,包括1602液晶显示和Protues仿真电路

资源截图

代码片段和文件信息

 /*---------------------------------------------------------------------
                       delayXms.c文件 延时程序
  
----------------------------------------------------------------------*/
#include “lcd1602.h“
void delayXms(int x)
{
    int a;
    int b;
    for(a=0;a      for(b=0;b<124;b++);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    I.A....       321  2010-05-31 20:37  GPSRec_Code\GPSRec\delayXms.c

    I.A....      1214  2010-05-31 20:37  GPSRec_Code\GPSRec\delayXms.LST

    I.A....      2150  2010-05-31 20:37  GPSRec_Code\GPSRec\delayXms.OBJ

    I.A....     23179  2010-05-31 20:37  GPSRec_Code\GPSRec\GPSRec

    I.A....      8688  2010-05-31 20:38  GPSRec_Code\GPSRec\GPSRec.c

    I.A....     95438  2010-05-31 01:38  GPSRec_Code\GPSRec\GPSRec.DSN

    I.A....      7250  2010-05-31 20:37  GPSRec_Code\GPSRec\GPSRec.hex

    I.A....        93  2010-05-31 20:37  GPSRec_Code\GPSRec\GPSRec.lnp

    I.A....     19010  2010-05-31 20:37  GPSRec_Code\GPSRec\GPSRec.LST

    I.A....     23821  2010-05-31 20:37  GPSRec_Code\GPSRec\GPSRec.M51

    I.A....     18424  2010-05-31 20:37  GPSRec_Code\GPSRec\GPSRec.OBJ

    I.A....      1917  2010-05-31 23:40  GPSRec_Code\GPSRec\GPSRec.Opt

    I.A....       159  2010-05-31 23:40  GPSRec_Code\GPSRec\GPSRec.plg

    I.A....       795  2010-05-31 01:38  GPSRec_Code\GPSRec\GPSRec.PWI

    I.A....      2335  2010-05-31 02:58  GPSRec_Code\GPSRec\GPSRec.Uv2

    I.A....      1919  2010-05-31 20:38  GPSRec_Code\GPSRec\GPSRec_Opt.Bak

    I.A....         0  2010-05-31 01:37  GPSRec_Code\GPSRec\GPSRec_Uv2.Bak

    I.A....       664  2010-05-31 20:35  GPSRec_Code\GPSRec\hardware.h

    I.A....     95440  2010-05-27 20:10  GPSRec_Code\GPSRec\Last Loaded GPSRec.DBK

    I.A....      1855  2010-05-31 20:35  GPSRec_Code\GPSRec\LCD1602.C

    I.A....      1778  2010-05-31 20:35  GPSRec_Code\GPSRec\LCD1602.h

    I.A....      4032  2010-05-31 20:37  GPSRec_Code\GPSRec\LCD1602.LST

    I.A....      7359  2010-05-31 20:37  GPSRec_Code\GPSRec\LCD1602.OBJ

    I.A....      6376  2008-09-23 09:16  GPSRec_Code\GPSRec\STARTUP.A51

    I.A....     14048  2010-05-31 20:37  GPSRec_Code\GPSRec\STARTUP.LST

    I.A....       749  2010-05-31 20:37  GPSRec_Code\GPSRec\STARTUP.OBJ

    I.A....       304  2010-06-16 15:58  GPSRec_Code\Read Me.txt

    I..D...         0  2010-06-16 15:59  GPSRec_Code\GPSRec

    I..D...         0  2010-06-16 15:59  GPSRec_Code

----------- ---------  ---------- -----  ----

............此处省略2个文件信息

评论

共有 条评论