common.hpp
来自「Aprior的C++实现算法」· HPP 代码 · 共 27 行
HPP
27 行
/*************************************************************************** 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 + =
减小字号Ctrl + -
显示快捷键?