CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 数学计算库

搜索资源列表

  1. C++_Best_Math_Library

    0下载:
  2. 该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学计算、工程应用等程序编写提供方便!-the document to the c Math Library! It is a very useful programming tools. It contains a variety of mathematical functions, for science, engineering application procedures for the preparation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7776889
    • 提供者:唐山
  1. longgekutafa

    0下载:
  2. 龙格库塔方法 一种用于数学计算的算法 希望对大家有帮助-Runge - Kutta method for a mathematical calculation algorithm hope to be helpful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:939
    • 提供者:yjw
  1. blitz-0.9

    0下载:
  2. 著名的数学计算类库,功能强大,结果可靠。速度可以与fortan媲美了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3191483
    • 提供者:zxm
  1. gpumathlib_0.1.tar

    0下载:
  2. 这是在GPU上进行高速数字计算的数学库函数,以实现通用GPU计算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:132661
    • 提供者:张非
  1. 数学计算库

    0下载:
  2. 通用的c语言数学计算库。
  3. 所属分类:数学计算/工程计算

  1. gmp-4.3.0

    0下载:
  2. GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3218617
    • 提供者:richard
  1. Ruk4

    0下载:
  2. 四阶龙格库达法求解微分方程组,数学计算常用的工具方法-Fourth-order Runge Treasury method of differential equations, mathematical tools commonly used method of calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:34777
    • 提供者:Mr. Hao
  1. SpecialFunction

    0下载:
  2. 数学特殊函数算法库,主要用于统计计算-math s special function algrorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:9902
    • 提供者:chengjie
  1. Numerical_Recipes_in_C.The_Art_of_Scientific_Compu

    0下载:
  2. 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5765776
    • 提供者:王磊
  1. blitz-0.5beta3.tar

    0下载:
  2. blitz库 实现各种强大数学计算 非常实用-blitz to achieve a variety of powerful math library is very useful
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:707783
    • 提供者:levis
  1. light-dark.tar

    0下载:
  2. 数学计算程序库,用来处理矩阵,随机数,傅里叶变换及有限元-Math library to handle the matrix, random number, Fourier transform and finite element
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:24545
    • 提供者:lake
  1. GslComplex

    0下载:
  2. 利用gsl数学库计算FFT的类,还包含自己写的二维数组类为基类-using gsl compute FFT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:11536
    • 提供者:alun
  1. LAPACK_Users_Guide-djvu-version

    1下载:
  2. 著名数学计算软件库LAPACK的官方说明文档,DJVU电子书版本。-The famous mathematical computing software library LAPACK official documentation, DJVU eBook.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:4546434
    • 提供者:尹尚军
  1. gsl-1.15.tar

    1下载:
  2. GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 该类库提供了关于数学计算的很多方面,包括: Complex Numbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:3185838
    • 提供者:mou
  1. gmp-5.1.3

    0下载:
  2. GMP:GMP大数库是GNU项目的一部分,诞生于1991年。作为一个任意精度的大整数运算库,它包括了任意精度的带符号整数、有理数、浮点数的各种基本运算操作。它是一个c语言的库,但是官方提供了c++的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。GMP库的运行速度非常快的,它的官方网站上称自己为地球上最快的大数库,但是GMP库所提供的只是数学运算功能,并没有密码学相关的高级功能。-Large integer arithmetic library
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3982378
    • 提供者:wenwen
  1. Runge_Kutta

    0下载:
  2. 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在数学支持的基础之上的。数值计算中经常用到,四阶龙格库塔经常被称为“RK4”或者就是“龙格库塔法”。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. Due to the high
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:12665
    • 提供者:yangxu
  1. ViennaMath

    0下载:
  2. 学院派的完全C++模板化的数学计算库,主要用来进行学术研究,及展示C++模板库的各种高深用法-Academic completely templated C++ math library, mainly used for academic research, and demonstrate a variety of C++ template library advanced usage
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:241229
    • 提供者:haungyzh
  1. GNUScientificLibrary

    0下载:
  2. GNU Scientific Library (GSL)是一个开源的科学计算的函数库,里面有大量的数学计算函数,非常强大。-GNU Scientific Library (GSL) is a scientific computing library of open source, there are a lot of mathematical functions, very powerful.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-29
    • 文件大小:11560047
    • 提供者:pk
  1. gmp-6.1.0

    0下载:
  2. GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers library is part of the GNU pr
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4869334
    • 提供者:yehuohan
搜珍网 www.dssz.com