搜索资源列表
-
0下载:
Numerical Recipes in C++ 书中的程序的源代码-C Numerical Recipes in the book of a program's source code
-
-
0下载:
Numerical Recipes in C++的源代码-Numerical Recipes in C source code
-
-
0下载:
著名的Numerical Recipes in XXX图书的Fortran版本。
如果你是从事科学计算相关的研究或是工程项目,其中肯定涉及到具体的数学算法的细节,如:排序、矩阵运算、接各种方程组等,本书中提供的程序代码可以帮你从细节中摆脱出来,专心于算法的整体实现。
本文档收录的是书中配套的程序。-famous Numerical Recipes in the book XXX Fortran version. If you are engaged in scientific compu
-
-
0下载:
《数值分析》(Numerical Recipes)3rd Edition含源代码.rar
大 家 可 以 看 看 , Numerical Analysis (Numerical Recipes) 3rd Edition with source code. Rar we will look at the
-
-
0下载:
是《C++数值算法(第二版)》的配套源码。很好用。基本包含了所有数值计算的算法。-It is the source code of the book named Numerical Recipes in Cpp(second edition). It just works well and contains all the basic numerical algorithms.
-
-
0下载:
《数值分析》(Numerical Recipes)书中的所有例子,代码大全。这个在官方网站上是收费的。此版本是Windows版本V2.10版,还有其他版本,待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included in a user s own programs. The code, incl
-
-
0下载:
《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.08版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included
-
-
0下载:
《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.06b版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be include
-
-
0下载:
《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Linux版本V2.02版,包含ANSI-C格式,还有KR-C格式,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included
-
-
0下载:
《数值分析》(Numerical Recipes)书中的所有例子,C / C++ 代码大全。这个在官方网站上是收费的。此版本是Windows版本V2.08h版,其他的Numerical Recipes版本待上传。-Numerical Recipes Code is the C++ computer code from the Numerical Recipes book in machine readable form, ready to be included in a user s own
-
-
0下载:
Numerical+Recipes的书籍,以及相关的源代码,很适合数值分析相关学者学习-Numerical+ Recipes books, and related source code, it is suitable for numerical analysis of relevant academic study
-
-
0下载:
内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
-
-
0下载:
本文件包含了高斯列主元消去法,拉格朗日插值多项式,牛顿插值多项式,龙贝格求积分法,牛顿迭代法等C/C++代码。-This document contains out PCA Gaussian elimination method, Lagrange interpolation polynomial, Newton interpolation polynomial, Romberg quadrature, Newton iterative method such as C/C++ code.
-