資源簡介
本代碼實現(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
- 上一篇:視頻壓縮代碼jm17.1
- 下一篇:spark全套視頻教程
評論
共有 條評論