91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

本代碼實現(xiàn)了基本的車載導(dǎo)航的功能,如gps定位,搜尋最近路徑等,基于嵌入式Linux平臺,利用qt4.5.6 Creator開發(fā)工具進行發(fā)開

資源截圖

代碼片段和文件信息

#include?“binaryreader.h“

BinaryReader::BinaryReader()
{
}

double?BinaryReader::ReadDouble()
{
????double?tempqreal;
????*this>>tempqreal;
????return?tempqreal;
}

qint32?BinaryReader::ReadInt32()
{
????qint32?tempint32;
????*this>>tempint32;
????return?tempint32;
}

bool?BinaryReader::ReadBoolean()
{
????bool?tempbool;
????*this>>tempbool;
????return?tempbool;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????.......????439707??2010-12-03?15:08??TIANJIN\poi_point.dbf

-----------?---------??----------?-----??----

???????????????439707????????????????????1


評論

共有 條評論