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

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

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

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

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

               矩陣模版庫(kù),緊密和稀疏矩陣、矢量,帶狀,對(duì)稱(chēng)、三角矩陣,基本算法(C++語(yǔ)言)

    • 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ì)算庫(kù),提供矩陣、隨機(jī)數(shù)、復(fù)數(shù)、四元數(shù),快速?gòu)?fù)利葉變換(C++語(yǔ)言)

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

                BLAS 線(xiàn)性代數(shù)接口,支持 稀疏,對(duì)稱(chēng),共軛矩陣

    • 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 閱讀(2032) 評(píng)論(2)  編輯 收藏 引用 所屬分類(lèi): Computer Science

    評(píng)論

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

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

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

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

    <2025年12月>
    30123456
    78910111213
    14151617181920
    21222324252627
    28293031123
    45678910

    導(dǎo)航

    統(tǒng)計(jì)

    常用鏈接

    留言簿(2)

    隨筆分類(lèi)

    隨筆檔案

    文章分類(lèi)

    文章檔案

    搜索

    最新評(píng)論

    閱讀排行榜

    評(píng)論排行榜

    青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <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>
            久久精品电影| 精品999网站| 亚洲欧美日韩国产成人精品影院 | 亚洲综合99| 国产精品午夜在线观看| 午夜精品久久久久久久99樱桃| 久久精品免费播放| 亚洲第一在线视频| 欧美日韩中文字幕日韩欧美| 亚洲主播在线| 欧美夫妇交换俱乐部在线观看| 亚洲人成高清| 国产精品视频999| 久久精品国产久精国产思思| 国产自产精品| 欧美成人精品h版在线观看| 日韩一二在线观看| 欧美亚洲在线观看| 亚洲第一区色| 欧美午夜电影在线| 久久免费午夜影院| 99ri日韩精品视频| 久久欧美中文字幕| 亚洲精品免费一二三区| 国产精品一区亚洲| 欧美jizzhd精品欧美喷水| 一本色道久久综合亚洲二区三区| 久久国产精品网站| 一区二区福利| 亚洲第一二三四五区| 欧美四级电影网站| 久久综合九色综合网站| 亚洲午夜性刺激影院| 欧美激情国产高清| 性做久久久久久免费观看欧美| 精品动漫3d一区二区三区免费| 欧美女同在线视频| 久久精品一二三区| 亚洲一区在线视频| 日韩视频在线观看免费| 久久中文久久字幕| 欧美一区二区三区免费观看视频 | 亚洲视频中文字幕| 在线精品在线| 国产精品亚洲综合久久| 欧美欧美午夜aⅴ在线观看| 欧美中文字幕在线| 亚洲一区二区三区精品动漫| 亚洲日本久久| 欧美激情精品久久久久久蜜臀 | 久久中文精品| 久久国产精品99国产| 一区二区三区免费在线观看| 亚洲国产婷婷香蕉久久久久久99| 国产区亚洲区欧美区| 国产精品麻豆成人av电影艾秋| 欧美激情无毛| 欧美成人国产| 欧美激情91| 欧美大片在线观看一区| 久久婷婷国产综合国色天香| 欧美一区二区黄色| 午夜视频在线观看一区| 亚洲综合精品| 亚洲欧美综合另类中字| 亚洲一区图片| 亚洲欧美三级在线| 午夜日韩在线| 欧美一区2区三区4区公司二百| 亚洲一区欧美一区| 亚洲欧美激情视频| 亚洲免费人成在线视频观看| 亚洲一区二区精品| 亚洲欧美中文在线视频| 亚洲欧美日韩中文视频| 亚洲欧美日韩国产一区二区三区| 亚洲欧美一级二级三级| 亚洲欧美在线网| 久久成人18免费观看| 久久久999国产| 美女国产一区| 欧美久久99| 欧美视频中文一区二区三区在线观看 | 老司机精品导航| 免费h精品视频在线播放| 免费精品99久久国产综合精品| 欧美成人免费视频| 欧美乱人伦中文字幕在线| 欧美日韩视频| 国产欧美亚洲视频| 亚洲大片一区二区三区| 艳女tv在线观看国产一区| 亚洲永久精品大片| 久久精品视频在线看| 免费不卡在线观看| 亚洲人成网站在线播| 在线视频中文亚洲| 欧美一区二区日韩| 老司机成人在线视频| 欧美日韩在线亚洲一区蜜芽| 国产日产高清欧美一区二区三区| 伊人激情综合| 夜夜嗨av一区二区三区| 欧美亚洲免费| 亚洲国产精品专区久久| 亚洲午夜精品网| 久久久久久午夜| 国产精品videosex极品| 欲色影视综合吧| 亚洲一二三区在线| 老司机精品视频网站| 亚洲精品一二| 久久大逼视频| 欧美性色视频在线| 永久域名在线精品| 亚洲欧美日韩精品一区二区 | 欧美理论片在线观看| 国产精自产拍久久久久久蜜| 亚洲国产高清一区| 亚洲主播在线播放| 欧美黄色精品| 午夜性色一区二区三区免费视频| 欧美国产欧美亚洲国产日韩mv天天看完整 | 欧美一区二视频| 欧美日韩系列| 最新日韩av| 久久久久青草大香线综合精品| 亚洲人成在线播放| 久久精品视频99| 欧美午夜无遮挡| 亚洲区欧美区| 久久综合九色综合欧美狠狠| 亚洲视频在线观看免费| 欧美高清在线一区二区| 韩国av一区二区三区四区| 亚洲亚洲精品在线观看| 亚洲国产激情| 久久久人成影片一区二区三区观看| 国产精品www网站| 9色porny自拍视频一区二区| 欧美成人69av| 久久国产免费看| 国产精品一区二区欧美| 亚洲一区二区黄色| 亚洲激情二区| 欧美大色视频| 亚洲日韩欧美视频一区| 免费h精品视频在线播放| 欧美亚洲免费电影| 国产精品美腿一区在线看| 在线视频精品一区| 亚洲日本视频| 欧美好骚综合网| 亚洲毛片在线| 亚洲福利在线看| 欧美成人精品一区二区| 亚洲二区在线视频| 久久综合福利| 久久久国际精品| 激情av一区二区| 久久亚洲高清| 久久综合精品国产一区二区三区| 激情久久综合| 欧美xx69| 欧美二区在线看| 99精品视频免费全部在线| 亚洲人成网站777色婷婷| 欧美美女操人视频| 亚洲午夜激情免费视频| 中文亚洲免费| 国产日韩欧美精品| 久久中文在线| 欧美成人精品影院| 一区二区三区欧美日韩| 一区二区三区四区五区精品视频| 欧美日韩亚洲综合| 性欧美精品高清| 久久精品欧美日韩| 在线日韩中文字幕| 亚洲国产乱码最新视频| 欧美日韩一区二区三区在线看 | 午夜精品www| 欧美一区=区| 亚洲国产三级| 99精品视频免费| 国产一区二区三区黄| 免费成人你懂的| 欧美日韩国产专区| 久久国产精品一区二区| 美腿丝袜亚洲色图| 亚洲午夜女主播在线直播| 亚洲欧美另类在线观看| 在线看不卡av| 一区二区三区高清在线| 国内成人精品一区| 亚洲六月丁香色婷婷综合久久| 国产精品视频一二三| 麻豆精品视频在线观看| 欧美日韩国产一级片| 久久精品在线观看|