complex
来自「STL完整源码,实现STL文件的读写和三维体的重建及其分析」· 代码 · 共 19 行
TXT
19 行
// Main header for the -*- C++ -*- complex number classes.// This file is part of the GNU ANSI C++ Library.#ifndef __COMPLEX__#define __COMPLEX__#include <std/complext.h>extern "C++" {#define __STD_COMPLEX// ANSI complex typestypedef complex<float> float_complex;typedef complex<double> double_complex;typedef complex<long double> long_double_complex;}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?