C#,《C#数值算法:科学计算的艺术,Numerical Recipes in C#: The Art of Scientific Computing》

C#,《C#数值算法:科学计算的艺术,Numerical Recipes in C#: The Art of Scientific Computing》,第1张

《Numerical Recipes: The Art of Scientific Computing 3rd Edition》

William H. Press

Saul A. Teukolsky

William T. Vetterling

Brian P. Flannery

Numerical Recipes: The Art of Scientific Computing was first published in 1986 and became an instant classic among scientists, engineers, and social scientists. In this book the original, time-tested programs have been completely reworked into a clear, consistent Pascal style. This represents a significant improvement to the immensely successful programs contained in the first edition, which were originally written in Fortran. The authors make extensive use of pointers, dynamic memory allocation, and other features utilized by this language. The explanatory text accompanying the programs replicates the lucid, and easy-to-read prose found in the original version, and incorporates corrections, improvements, and explanations of special Pascal features. The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes in Pascal fills a long-recognized need for a practical, comprehensive handbook of scientific computing in the Pascal language. The book is designed both for the Pascal programmer who wants exposure to the techniques of scientific computing, and for the working scientist, social scientist, and engineer. The scope of the book ranges from standard areas of numerical analysis (linear algebra, differential equations, roots) through subjects useful to signal processing (Fourier methods, filtering), data analysis (least squares, robust fitting, statistical functions), simulation (random deviates and Monte Carlo), and more. The lively, informal text combined with an underlying degree of mathematical sophistic
 

GS BAIDU FANYI!

《数值算法,科学计算的艺术》于1986年首次出版,并迅速成为科学家、工程师和社会科学家的经典之作。在这本书中,经过时间测试的原始程序已完全重新编写成清晰、一致的Pascal风格。这代表着对第一批非常成功的项目的重大改进,第一版最初是用Fortran编写的。作者广泛使用了指针、动态内存分配和该语言使用的其他特性。程序附带的解释性文本复制了原始版本中清晰易读的散文,并包含了对Pascal特殊功能的更正、改进和解释。帕斯卡数字配方是四位学术研究和工业领域领先科学家之间独特合作的产物,它满足了人们长期以来对一本实用、全面的帕斯卡语言科学计算手册的需求。这本书是为希望接触科学计算技术的Pascal程序员设计的,也是为在职科学家、社会科学家和工程师设计的。这本书的范围从数值分析的标准领域(线性代数、微分方程、根)到对信号处理有用的主题(傅立叶方法、滤波)、数据分析(最小二乘法、稳健拟合、统计函数)、模拟(随机偏差和蒙特卡罗)等等。生动、非正式的文本结合了潜在的数学诡辩。

Co-authored by four leading scientists from academia and industry, Numerical Recipes Third Edition starts with basic mathematics and computer science and proceeds to complete, working routines. Widely recognized as the most comprehensive, accessible and practical basis for scientific computing, this new edition incorporates more than 400 Numerical Recipes routines, many of them new or upgraded. The executable C++ code, now printed in color for easy reading, adopts an object-oriented style particularly suited to scientific applications. The whole book is presented in the informal, easy-to-read style that made earlier editions so popular. Please visit www.nr.com or www.cambridge.org/us/numericalrecipes for more details. New key features: 2 new chapters, 25 new sections, 25% longer than Second Edition Thorough upgrades throughout the text Over 100 completely new routines and upgrades of many more. New Classification and Inference chapter, including Gaussian mixture models, HMMs, hierarchical clustering, Support Vector MachinesNew Computational Geometry chapter covers KD trees, quad- and octrees, Delaunay triangulation, and algorithms for lines, polygons, triangles, and spheres New sections include interior point methods for linear programming, Monte Carlo Markov Chains, spectral and pseudospectral methods for PDEs, and many new statistical distributions An expanded treatment of ODEs with completely new routines Plus comprehensive coverage of linear algebra, interpolation, special functions, random numbers, nonlinear sets of equations, optimization, eigensystems, Fourier methods and wavelets, statistical tests, ODEs and PDEs, integral equations, and inverse theory And much, much more! 

《数值算法,科学计算的艺术》第三版由学术界和工业界的四位顶尖科学家合著,从基础数学和计算机科学开始,然后继续完成日常工作。被公认为科学计算最全面、最易获取和最实用的基础,新版包含400多个数字配方例程,其中许多是新的或升级的。可执行的C++代码现在以彩色打印以便于阅读,它采用了一种面向对象的风格,特别适合于科学应用程序。整本书以非正式、易读的风格呈现,这使得早期版本如此流行。新的主要特点:2个新章节,25个新章节,比第二版长25%,在整个文本中彻底升级了100多个全新的例程和更多的升级。新的分类和推理章节,包括高斯混合模型、HMM、层次聚类、支持向量机新的计算几何章节涵盖KD树、四叉树和八叉树、Delaunay三角剖分以及直线、多边形、三角形和球体的算法新章节包括线性规划的内点方法、蒙特卡罗马尔可夫链、,偏微分方程的谱方法和伪谱方法,以及许多新的统计分布——对常微分方程的扩展处理,包括全新的例程,以及线性代数、插值、特殊函数、随机数、非线性方程组、优化、特征系统、傅立叶方法和小波、统计测试、常微分方程和偏微分方程、积分方程、,逆理论等等!

--------

《C++数值算法,Numrical Recipes in C++》

本书选材内容丰富,除了通常数值方法课程的内容外,还包含当代科学计算大量用到的专题,如求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、常微分方程和偏微分方程数值解、若干编码算法和任意精度的计算等。

本书科学性和实用性统一。每个专题中,不仅对每种算法给出了数学分析和比较,而且根据作者的经验对算法做出了评论和建议,并在此基础上给出了用C++语言编写的实用程序。读者可以很方便地直接套用这些程序,还可以结合特定的需要进行修改。本书中包含的345个程序构成了C++语言的数值计算程序库。

本书可以作为大学本科生和研究生的教材或参考书,也可以作为从事科学计算的科技工作者的工具书、计算机软件开发者的参考书。

-------

《C#数值算法,Numrical Recipes in C#》

敬请期待即将不断发布的 C# 版本的源代码。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/1498327.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-25
下一篇 2022-06-25

发表评论

登录后才能评论

评论列表(0条)

保存