zoukankan      html  css  js  c++  java
  • CGAL附属问题

    mpfr是一个多精度高效的浮点计算C语言库 , 基于GMP .

    GMP是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。

    As Visual C++ is not properly supported by the Gmp and Mpfr projects, we provide precompiled versions of Gmp and Mpfr, which can be downloaded with the installer CGAL-4.2-Setup.exe.(其实4.0版本就已经有了precompiled)

    GNU("Gnu's Not Unix"的缩写),一个类UNIX操作系统

    不断重复的bug:

    1>d:\cg\annex\mpfr\mpfr.h(116) : error C2146: 语法错误 : 缺少“;”(在标识符“_mpfr_exp”的前面)

    这个自己手动做出错,用CMake直接对某一个example进行configure和generate,得到的结果程序就直接能运行。

  • 相关阅读:
    关于运行和调试的困惑
    初识函数
    Php的基本语法
    Apache的安装
    php的初步了解
    线程笔记
    Matlab笔记
    matlab取模与取余
    DialogFragment学习笔记
    MVP学习笔记——参考Google官方demo
  • 原文地址:https://www.cnblogs.com/qingsunny/p/3078132.html
Copyright © 2011-2022 走看看