_rbd_com.dox

来自「非常好用的用C编写的矩阵类,可在不同编译器下编译使用.」· DOX 代码 · 共 27 行

DOX
27
字号
/// \ingroup rbd_common
///@{

/// \file _rbd_com.dox Description of rbd_common.
///
/// \page rbd_common RBD common library.
///These are classes and functions and define statements that used by many
///of my C++ libraries.
///
///Currently these are in files "include.h", "myexcept.h", "myexcept.cpp".
///
///The file "include.h" sets options appropriate
///for different compilers and user requirements.
///
///The files "myexcept.h" and "myexcept.cpp" contain my exception classes and
///and the code for simulating exceptions with compilers that do not support
///exceptions.



///@}





⌨️ 快捷键说明

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