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

📄 gmp.h

📁 很多二维 三维几何计算算法 C++ 类库
💻 H
字号:
// CORE LIBRARY FILE#ifndef _CORE_GMP_H_#define _CORE_GMP_H_#include <CGAL/CORE/Impl.h>#include <gmp.h>CORE_BEGIN_NAMESPACEstd::ostream& io_write (std::ostream &, mpz_srcptr);std::ostream& io_write (std::ostream &, mpq_srcptr);std::istream& io_read (std::istream &, mpz_ptr);std::istream& io_read (std::istream &, mpq_ptr);//std::ostream& operator<< (std::ostream &, mpz_srcptr);//std::ostream& operator<< (std::ostream &, mpq_srcptr);//std::istream& operator>> (std::istream &, mpz_ptr);//std::istream& operator>> (std::istream &, mpq_ptr);CORE_END_NAMESPACE#endif // _CORE_GMP_H_

⌨️ 快捷键说明

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