GPS定位程序剖析.docVIP

  • 4
  • 0
  • 约9.96千字
  • 约 10页
  • 2017-05-07 发布于湖北
  • 举报
GPS定位程序剖析

#includestdio.h #includestdlib.h #includestring.h #includesys/types.h #includesys/stat.h #includefcntl.h #includeunistd.h #includetermios.h #includestring.h #define BUF_SIZE 1024 typedef struct{ int year; int month; int day; int hour; int minute; int second; }date_time; typedef struct{ date_time D; char status; double latitude; double longitude; char NS; char EW; double speed; double high; }GPS_INFO; int open_dev(char *de

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档