资源列表
[数学计算/工程计算] Jacobi
说明:简单迭代法(Jacobi跌代法),输入方程的维数、迭代最高次数、误差范围、方程的系数矩阵、常数矩阵,然后进行简单迭代法(Jacobi)迭代求解。-A simple iteration method (Jacobi or on behalf of the Law), enter the equation of the dimension, the maximum number of iterations, error range, equation coefficient matrix, cons<董金勇> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] eigenvaluebypower
说明:幂法和反幂法求举证的绝对值最小和最大特征值-Power law and inverse power law seeking proof of the absolute value of the minimum and maximum eigenvalue<储大为> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] dpnewton_zuisu
说明:阻尼牛顿法、最速下降法、变尺度法的matlab程序。-Damped Newton' s method, steepest descent method, variable metric method matlab program.<ken> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Lagrange
说明:数据插值的基本出发点是根据函数f(x)的一组数据{xi,f(xi)}(i=0,1,…,n),按照插值条件构造简单易算的函数P(x)去近似f(x)。本代码用高级程序设计语言实现Lagrange插值,-The basic starting point of data interpolation is based on the function f (x) of a set of data (xi, f (xi)) (i = 0,1, ..., n), constructed in accordanc<liangsi> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] k_means
说明:k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into<zhanguo> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Mod_Realloc
说明:采用FOR90语言编制的实现类似Delphi中Setlength的动态数组扩展功能。原有的FORTRAN90的动态数组在扩展时首先需要释放掉原有空间,即原有数据不能得以保存,而SetLength(A,N)则将A的长度动态设定为N,而保持原有数据。 这种动态数组在很多时候非常有用。-reallocated array a to newsize FORTRAN array while keeping the original data<韧峰> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Mod_CPUTime
说明:一个用来实现CPU间计算的FORTRAN90模块M_CPUTime。在你的FORTRAN程序中,只要包含这一模块,就可以在你的主要算法运行前:Call GetStartTime(),在你的算法运行完成后Call GetEndTime()就可以在屏幕上打印出你的算法程序的耗时。主要用于FORTRAN程序设计中,各算法速度之间的比较。-A FOR90 module to count the expending time of some Fortran running tasks.<韧峰> 在 2025-06-25 上传 | 大小:1kb | 下载:0