⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rinexobstype.i

📁 gpstk1.5的有关内容 对于刚刚接触gps有一定的帮助 很有用的啊
💻 I
字号:
// GPSTk wrap for Python through SWIG 1.3.25// Wrapping RinexObsHeader::RinexObsType separatelystruct RinexObsType{	std::string type;	std::string description;	std::string units;	unsigned int depend;	RinexObsType();	RinexObsType(std::string t, std::string d, std::string u,		unsigned int dep=0);	static const unsigned int C1depend;	static const unsigned int L1depend;	static const unsigned int L2depend;	static const unsigned int P1depend;	static const unsigned int P2depend;	static const unsigned int EPdepend;	static const unsigned int PSdepend;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -