资源列表
[数学计算/工程计算] Euclidalgorithmandseekreciprocal
说明:加密解密关于欧几里德算法以及欧几里德扩展算法(求倒数)的c源码 -Encryption and decryption on the extended Euclidean algorithm and Euclidean algorithm (demand reciprocal) c-source code<ttt> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] relaxation08_3
说明:松弛法进行迭代,求解方程组的解。先输入矩阵维数、迭代最高次数、松弛因子、误差范围,然后输入系数矩阵、长数矩阵,程序自动根据松弛法进行迭代求解。-Iterative relaxation method, to solve equations. Input matrix dimension, the maximum number of iterations, relaxation factor, error range, then enter the coefficient matrix, long<dong8499> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] 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-07-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] eigenvaluebypower
说明:幂法和反幂法求举证的绝对值最小和最大特征值-Power law and inverse power law seeking proof of the absolute value of the minimum and maximum eigenvalue<储大为> 在 2025-07-21 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] dpnewton_zuisu
说明:阻尼牛顿法、最速下降法、变尺度法的matlab程序。-Damped Newton' s method, steepest descent method, variable metric method matlab program.<ken> 在 2025-07-21 上传 | 大小: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-07-21 上传 | 大小: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-07-21 上传 | 大小:1kb | 下载:0