-
Numerical_Recipes
《数值分析方法库_第三版
》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。
(《Numerical Recipes 3rd Edition: The Art of Scientific Computing》, Do you want easy access to the latest methods in scientific computing? This greatly expanded third edition of Numerical Recipes has it, with wider coverage than ever before, many new, expanded and updated sections, and two completely new chapters. The executable C++ code, now printed in color for easy reading, adopts an object-oriented style particularly suited to scientific applications. Co-authored by four leading scientists from academia and industry, Numerical Recipes starts with basic mathematics and computer science and proceeds to complete, working routines. The whole book is presented in the informal, easy-to-read style that made earlier editions so popular. Highlights of the new material include: a new chapter on classification and inference, Gaussian mixture models, HMMs, hierarchical clustering, and SVMs a new chapter on computational geometry, covering KD trees, quad- and octrees, Delaunay triangulation, and)
- 2020-12-02 20:09:25下载
- 积分:1
-
fluid-1
气泡上浮实验,基于fluent的二维模型(Bubble Floating Experiment)
- 2019-03-28 21:16:57下载
- 积分:1
-
simple
流体力学SIMPLE算法(C语言编程实现)需自己设定边界条件(SIMPLE algorithm)
- 2013-09-06 19:00:42下载
- 积分:1
-
grey
说明: 灰色预测模型,对未来数据进行预测,同时还有误差检测(GM(1,1),Grey prediction model, which can forecast future data and detect errors at the same time)
- 2020-06-18 18:00:01下载
- 积分:1
-
Fourierbianhuajifanbianhuan
说明: 这是用matlab实现的关于傅立叶变换及其反变换的实例.(This is achieved using Matlab on the Fourier transform and its inverse transform example.)
- 2006-02-27 12:18:15下载
- 积分:1
-
ABAQUS计算多相材料的前处理器 voronoi
有关ABAQUS计算多相材料的前处理器,包括网格划分及区域划分(ABAQUS calculation of multiphase material about previous processors, including mesh and zoning)
- 2017-03-11 22:13:58下载
- 积分:1
-
WaterPress
对于水轮机阀门开启、关闭的一瞬间,对于钢管有比较大的水击。该程序计算出了相对最大的水击压力。(For turbine valves opened, the closure of the moment, for a relatively large pipe water hammer. The program calculated the maximum relative pressure of water hammer.)
- 2008-03-15 16:37:05下载
- 积分:1
-
gaosixiaoqu
计算方法:主要是高斯消去法的C语言算法实现(Calculation method: Gaussian elimination)
- 2012-12-09 15:58:18下载
- 积分:1
-
bicg_sparse
程序用Fortran95标准,给出了双共轭梯度法求解超大型稀疏矩阵的子程序。还给出了一个例子,例子的数据用索引存储了维数将近10万的对称稀疏正定矩阵。(Using Fortran95, a method of Biconjugate gradient for super linear sysem is provied. In addition, a example with the storage type of row-column index is also provide for test these subroutines. )
- 2013-09-09 18:31:58下载
- 积分:1
-
Rectangle
根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle
Create a class Rectangle with attributes length and width, each of which defaults to
1
a. Provide member functions that calculate the perimeter and the area of the rectangle.
b. Also provide set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1