搜索资源列表
gsl-1.8.tar
- This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -This library is distributed in the hope tha t it will be useful,
gsl-1.6.tar
- GNU Scientific Library,C语言开发的数值方面的函数库-GNU Scientific Library, the C-language development of numerical library
gsl_win[1]
- 一个相当不错的C++数学库.该库涵盖了现代工程运算中的绝大部分:复数运算、线性代数、排列组合、数值微分、最小二乘拟和、统计分析、FFT、随机数等等,总共有 1000 多个函数接口。-A pretty good C++ Math Library
GSL
- GSL 科学计算的一片文档,很有参考价值,和大家分享一下-GSL scientific computing in a document of great reference value, and share with you
hamf.lisp
- Example of using GSL inside lisp
gsl-1.13.tar
- 最新的Gsl函数运算库1.13版本,也可用于VC中。-The latest 1.13 version of the library operation Gsl functions can also be used in VC.
gsl-1.14
- GNU的科学计算函数库,用于C或C++语言。该函数库可免费使用。-The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
GslComplex
- 利用gsl数学库计算FFT的类,还包含自己写的二维数组类为基类-using gsl compute FFT
Gsl-Algrithms
- 科学计算C源码,有线性代数,微积分,近似算法等部分-gnu gsl
gsltest
- gsl数学库的一个简单例子,验证gsl是否可以使用-gsl math library, a simple example to verify whether you can use gsl
gsl-1.15.tar
- 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
gsl-1.5.tar
- C 科学计算库。一个用于科学计算的 C 语言类库。有超过1000个函数-C scientific computing libraries
libgsl.lib-and-libgslcblas.lib
- 这里提供配置GSL必须具备的两个lib,libgsl.lib and libgslcblas.lib,希望对大家有所帮助-Here provide configuration GSL must have two lib, libgsl. Lib and libgslcblas. Lib, I hope to be of service
gsl-1.8-src-installer
- GNU 数值计算库的安装包和源文件,运行方便-GNU numerical library installation package and source files
pretest
- ARMAModel 時間序列預測c/c++代碼,依賴gsl庫。-ARMAModel time series prediction c/c++ code relies gsl library.
gsl115-compiled
- 大名鼎鼎的gsl科学计算库,你或许没听过,但你可以查查然后用用。这是一个编译好的windows下可用的库,安装很简单,不用谢我,我叫雷锋。-Gsl famous scientific computing library, you may have not heard, but you can look up and then use. This is a compiled library available under windows, installation is very simple,
gsl64
- GNU的科学计算包 这个包可以被C/C++调用,是自由软件。 在这个包中,提供了很多数学计算用的函数,比如随机数生成,特殊函数,最小二乘法拟合等等。总计有超过1000个函数。-The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License. The li
GSL
- GSL VC++ x64 动态链接库 GSL(GNU Scientific Library)是一个 C 写成的用于科学计算的库-The GNU Scientific Library (GSL) is a collection of routines for numerical computing.
GNUScientificLibrary
- 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.
gsl-runge-kutta
- 利用GSL的库文件,使用runge-kutta算法求解微分方程,包含控制参数的传递。(The method to solve the synamic system via differiatial euqationsbased on the GSL library, including the example how to transfer the control variable in the algorithm.)