Python package for precise GNSS time conversions A Python package facilitating precise GNSS positioning through conversions of Universal Time, Julian Date, GPS Time, and Seconds of Day (SOD). Python 23 次浏览 2024-07-15
switch语句-principles of gnss inertial and multi-sensor integrated navigation systems 3.4 switch语句s w i t c h语句是一种多路判定语句,它根据表达式是否与若干常量整数值中的某一个匹配来相应地执行有关的分支动作。 switch (表达式) { case常量表达式:语句序列default:语句序列}每一种情形都由一个或多个整数值常量或常量表达式标记。如果某一种情形与表 C 18 次浏览 2024-10-20
派生类型-principles of gnss inertial and multi-sensor integrated navigation systems A.4.2基本类型有几种基本类型。在附录B中描述的标准头文件< l i m i t s . h >定义了在局部实现中每种类型的最大值和最小值。附录B给出的数表示最小的可接受限度。说明为字符(char)的对象要大到足以存储执行字符集(execution character set)中的任何 C 21 次浏览 2024-08-01
结构和联合说明-principles of gnss inertial and multi-sensor integrated navigation systems A.8.2类型区分符定义如下:类型区分符: void char short int long float double signed unsigned结构或联合区分符枚举区分符类型定义名字在l o n g和s h o r t这两个类型区分符中最多有一个可同时与i n t一起说明;在i n t缺省时含 C 20 次浏览 2024-09-01
逻辑或运算符-principles of gnss inertial and multi-sensor integrated navigation systems A.7.12按位异或运算符按位异或表达式:按位与表达式按位异或表达式^按位与表达式在进行按位异或运算时要进行通常的算术转换,结果为运算分量的按位异或。该运算符仅适用于整类型运算分量。 A.7.13按位或运算符按位或表达式:按位异或表达式按位或表达式|按位异或表达式在进行按位或运算时要进行通常的算术转 C 21 次浏览 2024-08-27