青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

C++的一些免費(fèi)庫

C++的一些免費(fèi)庫

原文:C++的一些免費(fèi)庫

//整理 by RobinKin (王亮)
  • Linear Algebra
    • MTL, the Matrix Template Library. Dense and sparse matrices and vectors; banded, symmetric, triangular matrices; basic algorithms. C++.

               矩陣模版庫,緊密和稀疏矩陣、矢量,帶狀,對稱、三角矩陣,基本算法(C++語言)

    • uBLAS, BLAS in C++ with expression templates.

                表達(dá)式模版形式的 C++中的BLAS ,

    • tvmet, a C++ library for "tiny" vectors and matrices with expression templates.

                小型矢量和矩陣的表達(dá)式模版

    • GMM++, generic C++ template library for sparse, dense and skyline matrices, with solvers from ITL.
    • MET, a C++ matrix library with expression templates, which eliminates the overhead of overloaded operators.
    • SL++, the Scientific Library project. Will provide matrices, random numbers, complex, quaternions, plotting, and FFTs. C++.

               科學(xué)計(jì)算庫,提供矩陣、隨機(jī)數(shù)、復(fù)數(shù)、四元數(shù),快速復(fù)利葉變換(C++語言)

    • Seldon, C++ library for linear algebra with BLAS interface. Many matrix types (sparse, symmetric, hermitian, etc.) are supported.

                BLAS 線性代數(shù)接口,支持 稀疏,對稱,共軛矩陣

    • ALP, linear and polynomial algebra. Vectors, matrices, polynomials.
    • SVMT: E. Robert Tisdale's proposal for a standard C++ Scalar, Vector, Matrix and Tensor Class Library (with implementation). Note: this is a proposal, not an official standard.
    • GNUSSL [ftp only], the GNU Scientific Software Library. Linear algebra and arrays. C++.
    • CPPLapack, C++ wrapper for BLAS and LAPACK.
    • Lapack++, C++ wrapper for BLAS and LAPACK.
    • IML++ A C++ template library for numerical iterative methods.
    • MV++ Numerical Matrix/Vector Classes in C++
    • SparseLib++ A library for sparse matrix computations, including the Sparse BLAS (Basic Linear Algebra Subprograms). C++.
    • ISIS++, an object-oriented framework for solving sparse linear systems of equations. C++.
    • ARPACK++, a C++ template library for solving large-scale standard and generalized eigenvalue problems.
    • The Template Numerical Toolkit (TNT) for linear algebra is a successor to the Lapack++, Sparselib++, IML++, and MV++ packages. Its goal is to integrate these ideas into a generic algorithmic library, supporting generic user-defined data types, and increasing its functionality. C++.
    • LinAlg, basic linear algebra and optimization classes. C++.
    • CAM C++ Class Library (Matrix, vector, and graphics classes)
    • Newmat, a C++ matrix library (docs, download)
    • CLHEP includes matrix classes, random number generators for the High Energy Physics (HEP) community. C++.
    • BPKIT, Block Preconditioning Toolkit for iterative solution of linear systems. Callable from C++, C, or FORTRAN.

     

  • Arrays and Images
    • POOMA II framework for scientific computing on sequential and parallel computers. Provides parallel arrays; fields, meshes, particles to come in version 2.1 (June 1999). C++.
    • The Blitz++ class library: Array and Vector classes which rival Fortran's performance. C++.
    • The AIPS++ Array and Image Classes (Astronomical Information Processing System). C++.
    • Daixtrose, a general-purpose expression template engine.
    • PETE, an expression templates library -- add expression templates to your own array class.
    • SCTL (BlueSail), C++, arrays, matrics, vectors, sparse, rotations.  
    • VIGRA, generic computer vision/image processing library.
    • CPPIMA A C++ image processing library
    • LIMP, Large Image Manipulation Program
    • Image Restoration and Inpainting, C++ library for image restoration.
    • valarray<Troy> [ftp only], approximation of the valarray<T> class described in Ch. 26 of the ANSI/ISO C++ Standard. Uses expression templates for efficient evaluation.
    • Image Understanding Environment (IUE), a DARPA project. C++.
    • WAILI, a wavelet transform library in C++.

     

  • Neural Networks, genetic algorithms, machine learning, data mining

     

  • High-Energy Physics and Quantum Chemistry

     

  • Multiprecision, arbitrary precision data types
    • NTL, arbitrary length integers, vectors/matrices/polynomials over integers and over finite fields.
    • php">EXTNUM, version of double which has the same number of mantissa bits as IEEE 754, but extends the exponent to have range from 10^-646456993 to 10^646456992.
    • CLN, an extensive number library. Arbitrary precision integer, float, rational, polynomials, complex, modular integers, transcendental functions, assembly language kernels for some CPUs.
    • MUNTL, Multiprecision unsigned number template library (C++).
    • MPFUN++, a multiple precision floating point computation package in C++.
    • LiDIA, A library for computational number theory. Provides a collection of highly optimized implementations of various multiprecision data types and time-intensive algorithms.
    • Apfloat, a C++ High Performance Arbitrary Precision Arithmetic Package
    • hfloat, An arbitrary precision package, optimized for very large (> 1000) (decimal) digit numbers.
    • fPoint, a C++ class which helps convert floating-point arithmetic to fixed-point arithmetic by recommending range and precision requirements.
    • doubledouble, a quad-precision (approximately 30 decimal place) floating point arithmetic class.

     

  • Differential Equations
    • Rheoolef, finite element environment in C++.
    • EXPDE, a C++ library for solving partial differential equations on semi-unstructured grids. Parallel.
    • PZ, a C++ library for finite elements. 1-3 dimensions with hp-adaptivity, continuous or discontinuous, variety of matrix formats.
    • MBDyn, multibody dynamics analysis in C++. Built-in parallelization via MPI/Metis.
    • P2MESH, 2D finite volume/finite elements, C++ library designed for fast prototyping of high-performance PDE solvers.
    • Femlisp, a Common Lisp framework for Finite Element Methods.
    • GETFEM++, a C++ finite element library, generic, arbitrary dimensions.
    • MOUSE, a C++ library for finite volume computations on unstructured grids.
    • DEAL, a C++ library for adaptive finite elements and error estimation. Supports SMPs.
    • ODE++, a class library for ordinary differential equations. Explicit and linear-implicit ODE systems, IVP and BVP parameters, various solvers (Runge-Kutta, multistep, BDF). [English] [Deutsch]
    • PETSc, object-oriented software for partial differential equations (programmed in C)
    • Diffpack, partial differential equations in C++. ($)
    • TIDE: Classes for Ordinary Differential Equations. Provides vectors and matrices, extrapolation integrator for ODEs, sparse matrix classes, eigenvalues, shooting for two point BVPs, nonlinear solver, continuation
    • BoxLib/CCSE Applications Suite (docs), a class library supporting adaptive mesh refinement (AMR) schemes for computational fluid dynamics.
    • OVERTURE, a C++ class library for solving PDEs in complicated domains. Includes adaptive mesh refinement and overlapping grids.
    • FEMLIB (ftp, www) A Finite Element package [ftp only] by Michael Tiller (BROKEN LINK, no longer supported)

     

  • Automatic differentiation and interval arithmetic
    • Gaol, C++ library for interval arithmetic. Includes methods for interval constraint solvers.
    • FADBAD-TADIFF, a C++ package for automatic differentiation using any arithmetic (double or interval) by operator overloading.
    • PROFIL/BIAS [English] [Deutsch], a C++ interval arithmetic class library.

     

  • Visualization
    • The Visualization Toolkit (vtk), an extensive, free C++ library for scientific visualization.
    • VisAD, a Java library for interactive and collaborative visualization and analysis of numerical data
    • Java 2D Graph package. Includes contour plots, animation.
    • java/ptplot/">Ptplot, a 2D data plotter in Java

     

  • Graph Theory/Combinatorics
    • Boost Graph Library, a general purpose, generic C++ library for graph data structures and graph algorithms.
    • GTL, the Graph Template Library (C++).
    • LEDA, a C++ library for graph theory and combinatorial computing.

     

  • Language interoperability/scripting
    • CPPF77 (cppf77.zip), a utility for interfacing C++ and Fortran 77 programs.
    • Paul Dubois's code for interfacing Python and C++
    • SWIG, generates Perl, Python, Tcl, Java, Eiffel and Guile wrappers for C++ libraries.
    • SILOON (Scripting Interface Languages for Object-Oriented Numerics), toolkits and run-time support for building scripting interfaces to existing numerical codes in C, C++, and Fortran. Generates script bindings for Perl, Tcl, and Python.
    • Matwrap, a tool which generates C++ wrapper code for matrix-oriented scripting languages such as Matlab 5, Octave, and tela.

     

     

  • Transforms
    • FFTPACK++, a C++ wrapper for FFTPACK complex routines using LAPACK++ Matrix and Vector classes.
    • The FXT library of transforms. FFTs, Hartley, Number theoretic, Walsh, others coded in C++.

     

  • Optimization
    • COOOL, an object-oriented optimization library
    • OptSolve++, a C++ optimization library from Tech-X. (commercial)
    • StarFLIP, optimization library for combinatorial problems with fuzzy constraints (C++)
    • Javanumeric/index.html">LM (Levenberg-Marquardt) implementation in Java for nonlinear least squares problems.

     

  • Miscellaneous
  • Tools
    • TAU (Tuning and Analysis Utilities), explicit instrumentation of C++ libraries for profiling and tracing. For both serial and parallel codes.


Compilers
  • Compilers
    • KAI C++, an optimizing compiler from Kuck & Associates (now a division of Intel). Unfortunately, this product has been discontinued.
    • The free GCC (Gnu Compiler Collection) has a good C++ compiler which can be used under unix or windows (with CygWin).
    • Intel's C++ compiler.
    • The Portland Group C++ compiler
    • The MPC++, a massively parallel, message passing, meta-level processing C++.
    • Titanium (free), a dialect of Java for large-scale scientific computing.


    Commercial software
    • Diffpack, a development framework for multi-physics simulations (C++).
    • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
    • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
    • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
    • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
    • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
    • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
    • Extreme Optimization Library, numerical library for .NET
    • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
    • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
    • Siscat, C++ software for scattered data approximation
    • JNL, A numerical language/library proposal for Java from Visual Numerics.
    • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
    • AMRES, a C++ library for financial analysis.
    Diffpack, a development framework for multi-physics simulations (C++).
  • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
  • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
  • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
  • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
  • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
  • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
  • Extreme Optimization Library, numerical library for .NET
  • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
  • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
  • Siscat, C++ software for scattered data approximation
  • JNL, A numerical language/library proposal for Java from Visual Numerics.
  • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
  • AMRES, a C++ library for financial analysis.
KAI C++, an optimizing compiler from Kuck & Associates (now a division of Intel). Unfortunately, this product has been discontinued.
  • The free GCC (Gnu Compiler Collection) has a good C++ compiler which can be used under unix or windows (with CygWin).
  • Intel's C++ compiler.
  • The Portland Group C++ compiler
  • The MPC++, a massively parallel, message passing, meta-level processing C++.
  • Titanium (free), a dialect of Java for large-scale scientific computing.

    Commercial software
    • Diffpack, a development framework for multi-physics simulations (C++).
    • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
    • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
    • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
    • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
    • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
    • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
    • Extreme Optimization Library, numerical library for .NET
    • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
    • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
    • Siscat, C++ software for scattered data approximation
    • JNL, A numerical language/library proposal for Java from Visual Numerics.
    • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
    • AMRES, a C++ library for financial analysis.
    Diffpack, a development framework for multi-physics simulations (C++).
  • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
  • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
  • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
  • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
  • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
  • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
  • Extreme Optimization Library, numerical library for .NET
  • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
  • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
  • Siscat, C++ software for scattered data approximation
  • JNL, A numerical language/library proposal for Java from Visual Numerics.
  • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
  • AMRES, a C++ library for financial analysis.
  • posted on 2007-04-24 17:46 ashura 閱讀(2024) 評論(2)  編輯 收藏 引用 所屬分類: Computer Science

    評論

    # re: C++的一些免費(fèi)庫 2007-07-26 17:35 throat

    謝謝,
    順便說句:你上面的好東西還真不少!^_^  回復(fù)  更多評論   

    # re: C++的一些免費(fèi)庫 2007-08-02 13:37 ashura

    呵呵,我只是看到有用的或者感興趣的就整理過來:)@throat
      回復(fù)  更多評論   

    <2025年10月>
    2829301234
    567891011
    12131415161718
    19202122232425
    2627282930311
    2345678

    導(dǎo)航

    統(tǒng)計(jì)

    常用鏈接

    留言簿(2)

    隨筆分類

    隨筆檔案

    文章分類

    文章檔案

    搜索

    最新評論

    閱讀排行榜

    評論排行榜

    青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            亚洲国产影院| 国内精品久久久久伊人av| 欧美国产综合| 免费成人高清在线视频| 久久久久久久网站| 久久精品国产99国产精品澳门| 午夜精品在线观看| 亚洲一区二区在线免费观看视频| 亚洲精品偷拍| 亚洲国产成人在线| 亚洲美女在线一区| 亚洲欧美日本国产专区一区| 欧美三区免费完整视频在线观看| 亚洲裸体视频| 夜夜嗨av一区二区三区四季av | 狠色狠色综合久久| 国产亚洲午夜| 亚洲精品久久久久久下一站| 中日韩男男gay无套 | 欧美黄色一区| 欧美日韩国产综合视频在线观看| 亚洲视频每日更新| 午夜伦理片一区| 美女性感视频久久久| 欧美日韩在线直播| 激情成人av在线| av成人免费在线| 久久人人九九| 99精品欧美一区| 麻豆精品网站| 国产精品女主播在线观看| 尤物九九久久国产精品的分类| 欧美午夜激情视频| 激情婷婷亚洲| 亚洲欧美日韩综合国产aⅴ| 欧美在线黄色| 亚洲精品在线视频| 免费日韩av片| 国产亚洲亚洲| 性高湖久久久久久久久| 亚洲激情午夜| 久久米奇亚洲| 国产日韩av在线播放| 在线一区二区视频| 欧美激情网友自拍| 久久超碰97中文字幕| 欧美性猛片xxxx免费看久爱| 亚洲人成毛片在线播放| 免费视频久久| 久久久国产精品亚洲一区 | 国产精品一级| 亚洲精品无人区| 欧美大片在线看免费观看| 午夜精品亚洲一区二区三区嫩草| 午夜精品三级视频福利| 欧美日韩不卡视频| 91久久国产综合久久| 免费在线观看成人av| 亚洲欧美日韩系列| 国产精品一区二区a| 亚洲欧美日韩一区二区三区在线观看 | 日韩亚洲在线观看| 久久久亚洲国产美女国产盗摄| 亚洲欧美日本国产专区一区| 欧美成人一区二区三区在线观看| 欧美国产综合视频| 久久国产免费看| 国内精品国产成人| 久久人人精品| 久久综合色8888| 91久久精品一区| 亚洲美女诱惑| 国产精品乱码妇女bbbb| 亚洲欧美激情视频| 欧美亚洲网站| 激情欧美一区二区三区在线观看| 亚洲免费高清视频| 亚洲精品久久久久久一区二区| 一片黄亚洲嫩模| 欧美视频在线观看视频极品| 亚洲尤物精选| 欧美在线短视频| 亚洲黄色天堂| 日韩亚洲国产欧美| 国产喷白浆一区二区三区| 久久性天堂网| 欧美精品在线观看一区二区| 亚洲欧美日韩在线高清直播| 欧美一区二区三区电影在线观看 | 国产日韩在线视频| 欧美一级黄色网| 欧美亚洲在线观看| 亚洲日本在线视频观看| 亚洲天堂成人在线观看| 国产又爽又黄的激情精品视频| 亚洲精品日韩激情在线电影| 亚洲乱码国产乱码精品精可以看| 午夜精品理论片| 精品51国产黑色丝袜高跟鞋| 日韩亚洲视频在线| 黄色成人小视频| 99精品欧美一区二区三区综合在线| 久久久www成人免费毛片麻豆| 欧美三级网页| 久久一本综合频道| 欧美三日本三级少妇三2023| 久久久久免费观看| 国产精品白丝jk黑袜喷水| 久久精品麻豆| 欧美日韩亚洲一区二区三区| 麻豆久久婷婷| 国产九九精品视频| 亚洲精品在线视频观看| 亚洲国产合集| 欧美在线影院| 性色av一区二区三区红粉影视| 一区二区三区.www| 亚洲国产精品ⅴa在线观看| 一本色道久久综合亚洲精品婷婷 | 欧美77777| 亚洲欧美国产精品va在线观看| 999亚洲国产精| 在线精品视频一区二区三四| 亚洲调教视频在线观看| 亚洲欧洲日本国产| 久久国产日本精品| 欧美在线啊v| 国产精品美女久久| 一本一本久久| 午夜精品国产更新| 欧美日韩综合视频网址| 日韩一级大片| 亚洲色诱最新| 欧美性事在线| 一区二区三区产品免费精品久久75 | 亚洲在线观看免费| 亚洲最新中文字幕| 欧美激情二区三区| 亚洲高清视频一区| 亚洲国产欧美一区二区三区久久 | 老司机午夜精品视频在线观看| 欧美一级专区| 销魂美女一区二区三区视频在线| 午夜精品一区二区三区在线视| 国产精品一区二区久久国产| 亚洲人成亚洲人成在线观看| 亚洲精品一区二区三区在线观看| 一区二区三区黄色| 亚洲视频在线观看视频| 欧美日韩国产成人高清视频| 亚洲欧洲日产国产网站| 日韩视频免费观看| 欧美日韩亚洲一区二区三区四区| 久久久999国产| 韩国三级电影一区二区| 久久成人精品无人区| 蜜臀久久99精品久久久久久9 | 久久久亚洲综合| 国外精品视频| 欧美 亚欧 日韩视频在线| 亚洲国产综合在线看不卡| 亚洲色无码播放| 国产亚洲综合精品| 猫咪成人在线观看| 亚洲激情成人网| 亚洲综合精品| 激情久久久久久久| 欧美刺激午夜性久久久久久久| 久久国内精品视频| 国产欧美日韩麻豆91| 嫩草伊人久久精品少妇av杨幂| 欧美日韩mv| 亚洲一区二区三区四区中文 | 国产精品久久久久久影院8一贰佰| 久久国产精品色婷婷| 在线欧美福利| 国产精品美女www爽爽爽| 久久视频在线免费观看| 亚洲黄色成人| 久久久亚洲成人| 亚洲少妇自拍| 国产日韩在线不卡| 欧美日韩一视频区二区| 性欧美激情精品| 日韩亚洲欧美成人一区| 免费视频一区二区三区在线观看| 国产亚洲成年网址在线观看| 久久尤物电影视频在线观看| 亚洲视频在线二区| 亚洲成人自拍视频| 久久精品亚洲精品| 亚洲乱码一区二区| 黄色成人在线免费| 国产精品扒开腿做爽爽爽视频| 亚洲美女黄网| 美国成人直播| 午夜宅男久久久| 中国女人久久久| 亚洲黄页视频免费观看| 国产在线播精品第三|