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

📄 common.hpp

📁 Aprior的C++实现算法
💻 HPP
字号:
/***************************************************************************                          common.hpp  -  description                             -------------------    begin                : cs march 14 2004    copyright            : (C) 2004 by Ferenc Bodon    email                : bodon@cs.bme.hu ***************************************************************************/#ifndef common_HPP#define common_HPP/**  *@author Ferenc Bodon  */  /** The type of the item.    *    * Items are represented by non-negative integers.     * If we know that no itemcode is larger than \f$2^{16}\f$, we can recomplie    * the code using unsigned short as itemtype.    */typedef unsigned long itemtype;//typedef unsigned short itemtype;//typedef long itemtype;#endif

⌨️ 快捷键说明

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