資源簡介
利用ntp服務器格式獲取網絡時間
下面是ntp數據包的格式
NTP packet = NTP header + Four TimeStamps = 48byte
NTP header : 16byte
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
|LI | VN |Mode | Stratum | Poll | Precision |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
LeapYearIndicator : 2bit
VersionNumber : 3bit
Stratum : 8bit
Mode : 3 bit
PollInterval : 8 bit
Percision : 8bit
| Root Delay |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Root delay : 32bit
| Root Dispersion |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Root Dispersion : 32bit
| Reference Identifier |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Reference Identifier : 32bit
Four TimeStamps : 32byte
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
| Reference Timestamp |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Reference Timestamp : 64bit
| Originate Timestamp |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Originate Timestamp : 64bit
| Receive Timestamp |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Receive Timestamp : 64bit
| Transmit Timestamp |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Transmit Timestamp : 64bit
| Authenticator (optional) (96) |

代碼片段和文件信息
#include?
#include?“mainwindow.h“
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????MainWindow?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????118147??2011-09-14?16:13??QTime\debug\main.o
?????文件?????269569??2011-09-19?16:41??QTime\debug\mainwindow.o
?????文件???????2631??2011-09-14?16:13??QTime\debug\moc_mainwindow.cpp
?????文件?????129924??2011-09-14?16:13??QTime\debug\moc_mainwindow.o
?????文件?????844451??2011-09-19?16:41??QTime\debug\QTime.exe
?????文件????????189??2011-09-14?16:03??QTime\main.cpp
?????文件???????2574??2011-09-19?16:42??QTime\mainwindow.cpp
?????文件????????484??2011-09-14?16:13??QTime\mainwindow.h
?????文件???????1812??2011-09-14?16:10??QTime\mainwindow.ui
?????文件???????5768??2011-09-14?16:08??QTime\Makefile
?????文件???????5696??2011-09-14?16:08??QTime\Makefile.Debug
?????文件???????5768??2011-09-14?16:08??QTime\Makefile.Release
?????文件????????340??2011-09-14?16:08??QTime\QTime.pro
?????文件??????14489??2011-09-19?16:42??QTime\QTime.pro.user
?????文件???????3123??2011-09-14?16:10??QTime\ui_mainwindow.h
?????目錄??????????0??2011-09-19?16:41??QTime\debug
?????目錄??????????0??2011-09-14?16:04??QTime\release
?????目錄??????????0??2011-09-14?16:04??QTime
-----------?---------??----------?-----??----
??????????????1404965????????????????????18
- 上一篇:Windows_日文語言包含中文.rar
- 下一篇:179海關上報數據方法.net
評論
共有 條評論