-
clusterinquest
cluster in quest聚类算法是基于密度和网格的聚类算法。对于大型数据库的高维数据聚类集合。(cluster in quest clustering algorithm is based on the density of the grid and clustering algorithm. For large database of high-dimensional data clustering pool.)
- 2006-12-08 21:13:15下载
- 积分:1
-
vf-udf
膜渗透 FUENT UDF 气液两相流 (Gas-liquid two-phase flow membrane permeation FUENT UDF)
- 2020-12-01 16:09:26下载
- 积分:1
-
fdtd
三维的FDTD实现,采用CPML边界,较为详细的注释(Three-dimensional FDTD using CPML border, more detailed notes)
- 2013-04-18 14:35:55下载
- 积分:1
-
Cholesky
该程序是正定矩阵的Cholesky分解实例,Cholesky是矩阵分解常用的方法(The procedure is the Cholesky decomposition of positive definite matrix example, Cholesky matrix decomposition is a commonly used method)
- 2007-10-11 10:59:30下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
equation
线性方程组的计算,采用的是高斯消元法来实现的。只有主要的算法代码,没有写主函数(Calculation of linear equations using the Gauss elimination method to achieve. Only the main algorithm code, did not write the main function)
- 2010-08-05 19:34:04下载
- 积分:1
-
youxianyuanfachenyong
有限元常用子程序模块,WORD版内含各种有限元法C++编程的子模块(finite element commonly used subroutine modules, Word version containing various Finite Element Method C Programming Module)
- 2006-12-15 09:36:52下载
- 积分:1
-
ThreeSpline
数值分析中三次样条插值算法,运行稳定,并能画出最后的插值曲线(Numerical Analysis of cubic spline interpolation algorithm, running stability, and can draw the final curve interpolation)
- 2020-12-10 16:39:18下载
- 积分:1
-
q
说明: 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间(Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show)
- 2010-05-29 10:45:27下载
- 积分:1
-
boykov_kolmogorov_max_flow.cpp
Maximum Flow Graph (Boykov Kolmogorov Algorithm)
- 2013-10-09 03:12:32下载
- 积分:1