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

📄 mor_opcodes.h

📁 此文件包含了在linux下实现tpr-tree索引的源代码
💻 H
字号:
//--------------------------------------------------------------------////      mor_opcodes.h//      -------------//   //      Operation codes for the binary mode data files//      Used by both generate and tprtree projects////      TPR-tree - Index for continuously moving objects//      July 2001 release, Aalborg University//const char OPC_EOF     = '\x0';     // End of fileconst char OPC_A       = '\x2';     // advance time 1const char OPC_AX      = '\x3';     // advance time Xconst char OPC_TX      = '\x4';     // set time Xconst char OPC_I       = '\x8';     // insertconst char OPC_D       = '\x10';    // deleteconst char OPC_S       = '\x20';    // search const char OPC_S3      = '\x21';    // search - third type queries (with velocity) 

⌨️ 快捷键说明

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