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

📄 complex

📁 STL完整源码,实现STL文件的读写和三维体的重建及其分析
💻
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -