`
doujiu
  • 浏览: 90296 次
  • 性别: Icon_minigender_1
  • 来自: 哈尔滨
社区版块
存档分类
最新评论

C++的一些免费库[转]

阅读更多

C++的一些免费库


  • 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.

                表达式模版形式的 C++中的BLAS ,


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

                小型矢量和矩阵的表达式模版


    • 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++.

               科学计算库,提供矩阵、随机数、复数、四元数,快速复利叶变换(C++语言)


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

                BLAS 线性代数接口,支持 稀疏,对称,共轭矩阵


    • 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></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. </t>

    • 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


  •  


  • 09-5-25 的日记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)</lib>

    • 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)</lib>

  • 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)</lib>

  • 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)</lib>


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.



分享到:
评论

相关推荐

    C++二维码生成库,直接调用即可,支持中文和各种各样字符串转二维码

    在IT领域,C++是一种强大的编程语言,而Qt是一个跨平台的应用程序开发框架,它提供了丰富的库和工具,使得开发者可以高效地构建桌面、移动甚至嵌入式应用。本项目聚焦于C++与Qt结合实现二维码(QR Code)生成的功能...

    使用Swig转换C++库到C#示例代码

    Swig(Simplified Wrapper and Interface Generator)是一种工具,它能够自动将C++库转换为其他编程语言,如C#,从而让这些语言可以调用C++的函数和类。在这个"使用Swig转换C++库到C#示例代码"的压缩包中,我们有三...

    c++运行时库

    7. **预定义对象和全局函数**:C++运行时库还包含了一些预定义的对象,如`std::endl`,以及全局函数,如`printf`和`scanf`,虽然它们更常被认为是C语言的特性,但在C++中也可使用。 8. **线程和并发**:自C++11起,...

    将现有的C++类转换成dll动态链接库

    ### 将现有的C++类转换成DLL动态链接库 #### 一、DLL的类型与选择 在考虑将现有的C++类转换成DLL时,首先需要理解不同类型的DLL及其适用场景。 1. **Win32DLL** Win32DLL指的是不使用MFC类库创建的DLL。这类DLL...

    C++中文汉字转拼音

    本项目名为"C++中文汉字转拼音",旨在利用C++编程实现一个高效、灵活的汉字转拼音功能。 项目的核心在于使用"拼音-中文"的数据字典。这种设计思路是预先建立一个包含所有汉字及其对应拼音的映射关系,通常以文本...

    c++ json 链接库

    描述中的“c++ json 链接库”可能是一个专门为此目的设计的库,它可能包含解析器、生成器、序列化和反序列化的功能。 标签中提到的“json.ib”和“json.h”可能是这个库的头文件。在C++中,头文件通常包含函数声明...

    c++文字转语音.zip

    本项目“c++文字转语音.zip”提供了一种无需依赖额外库的解决方案,使得开发者可以直接在自己的C++项目中实现这一功能。下面我们将详细探讨相关的知识点。 1. **文字转语音(TTS)技术**: TTS,全称Text-to-...

    C++转换JAVA工具

    这个过程可能涉及到一些挑战,比如C++的模板、指针和运算符重载在Java中的映射,以及Java特有的垃圾回收机制与C++手动内存管理的差异。工具需要确保转换后的代码不仅语法正确,而且能保持原有的功能和性能。 安装...

    C++代码转java工具

    6. **函数调用和库集成**:如果C++代码使用了库,工具可能需要处理库的迁移问题,或者提供Java的等价实现。 标签“java C++ C++转java”表明这个话题是关于这两门语言之间的互操作性。C++到Java的转换可能涉及Java ...

    C++实现文本转语音源代码(完整版)

    【C++实现文本转语音源代码(完整版)】是一个基于C++编程语言的项目,旨在将文本数据转换成可播放的语音输出。这个程序具有图形用户界面(GUI),使得用户能够直观地输入文本并进行转换操作。源代码中包含了详细的...

    c++转C#工具

    标题中的"C++转C#工具"指的是一个软件应用程序,它能帮助程序员将源代码从C++语言转换为C#语言。这种工具通常用于在已经拥有大量C++代码库的情况下,想要利用C#语言的优势,或者将项目迁移到.NET框架的情况。 C++是...

    C++汉字转拼音

    一个常用的库是pinyin4cpp,它是一个开源的C++库,专门用于汉字到拼音的转换。不过,由于VC6.0年代较早,可能需要手动编译这个库以适应旧版编译器。 在VC6.0环境下,首先要设置项目的配置,确保能编译C++11或更高...

    c++ bmp转jpeg的库,简单好用

    标题提及的“c++ bmp转jpeg的库”,我们可以理解为一个专用于BMP到JPEG转换的C++库。这个库已经完成了预编译,包含了一个静态库,这意味着开发者可以直接将其整合到自己的项目中,而无需从源代码开始编译整个库。这...

    C++实现旋转图像

    C++中实现图像旋转,我们通常会借助于一些图像处理库,例如OpenCV。OpenCV是一个开源的计算机视觉库,提供了丰富的图像处理功能,包括图像的读取、显示、操作以及几何变换等。 在OpenCV中,旋转图像主要使用`...

    c++ utf-8转gbk

    `codecvt`是C++标准库中的一个组件,用于处理不同编码间的转换。本项目针对VS2010和2012两个版本的Visual Studio提供了UTF-8到GBK,以及GBK到UTF-8的转换支持。 首先,`codecvt`库提供了一个接口,通过这个接口可以...

    C++标准程序库

    C++标准程序库是C++语言的核心部分,它提供了一系列预定义的类和函数,使得开发者能够利用这些标准组件来完成各种常见的编程任务。C++标准库的主要组成部分可以分为以下几个大类: 1. 输入/输出库(iostream库):...

    c++的XT库

    10. **性能优化**: XT库可能包含一些针对特定硬件平台的优化,以提高代码运行效率。 在提供的压缩包文件中,“ToolkitPro1321vc60S.lib”很可能是一个静态链接库或者动态链接库文件,用于在Visual C++ 6.0环境下...

    C++转C#的自动工具

    "你可以扩展其他方面的语法转换"意味着该工具可能提供了一些自定义或扩展的机制,允许开发者针对特定的C++特性或库进行定制化的转换规则,以确保转换后的C#代码能够正确运行并保持原有的功能。 在实际使用这种转换...

    C++标准程序库 C++标准程序库自修教程与参考手册

    《C++标准程序库》是一本深度探讨C++标准程序库的权威教程,它涵盖了从基本概念到高级应用的广泛内容。这本书旨在帮助C++开发者深入理解并熟练掌握C++标准程序库(Standard Template Library,简称STL)的使用,以及...

    c++ 转换 java c# 转换 java c++ 转换 c#

    在IT行业中,编程语言间的转换是一项重要的任务,特别是在多语言项目协作或迁移旧代码库时。本主题聚焦于“C++转换Java”和“C#转换Java”以及“C++转换C#”,这三个转换过程涉及到了不同的编程语言特性和挑战。 ...

Global site tag (gtag.js) - Google Analytics