资源列表

« 1 2 ... .47 .48 .49 .50 .51 1752.53 .54 .55 .56 .57 ... 3400 »

[数学计算/工程计算matrix

说明:实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including
<汤慧> 在 2025-03-07 上传 | 大小:9kb | 下载:0

[数学计算/工程计算eignvalue

说明:求实对称三对角对称矩阵的全部特征值及特征向量-All the eigenvalues ​ ​ and eigenvectors of real symmetric tridiagonal symmetric matrix
<lxc> 在 2025-03-07 上传 | 大小:1kb | 下载:0

[数学计算/工程计算PLS_matlab

说明:这是偏最小二乘法的matlab代码。偏最小二乘法是在最小二乘法的基础上加了主成分分析-This is a partial least squares method matlab code. The partial least squares method on the basis of the method of least squares plus principal component analysis
<pxt> 在 2025-03-07 上传 | 大小:1kb | 下载:0

[数学计算/工程计算beggs-brill

说明:BEGGS-BRILL两相管流计算,小弟自己做的,希望对石油工程的同学有帮助-BEGGS-BRILL two-phase pipe flow calculations, younger brother to do it myself, petroleum engineering students
<wangyang> 在 2025-03-07 上传 | 大小:3kb | 下载:4

[数学计算/工程计算How-many-prime-numbers

说明:已知许多整数,求素数个数。先输入N(整数个数),再输入N个整数。每个都不超过32位整型,不小于2.-Give you a lot of positive integers, just to find out how many prime numbers there are.In each case, there is an integer N representing the number of integers to find. Ea
<shufan> 在 2025-03-07 上传 | 大小:6kb | 下载:0

[数学计算/工程计算K-means

说明:修改参数可以实现任意样本总数,任意维数,任意聚类中心个数的K-Means Algorithm-The modify parameters can achieve any total number of samples, any dimension, any number of cluster centers K-Means Algorithm
<yaoyanjie> 在 2025-03-07 上传 | 大小:5kb | 下载:0

[数学计算/工程计算nelder

说明:this file is an optimization code by Nelder-Mead in matlab.
<farzad> 在 2025-03-07 上传 | 大小:2kb | 下载:1

[数学计算/工程计算GT_dot_convert-ALL

说明:点阵数据显示,把竖直横排的数据转换成横置横排,等等4个不同的排列方式-The dot data show, the vertical crossbar data is converted into a transverse crossbar, and so four different arrangement
<fengxiaode> 在 2025-03-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算3D_FEM_CG

说明:3维Laplace方程的有限元求解,利用P1协调元求解,三维网格剖分采用的软件为NetGen-Finite element solution of the three-dimensional Laplace equation, P1 coordinating element for solving the three-dimensional mesh generation software for NetGen
<shs3701001> 在 2025-03-07 上传 | 大小:220kb | 下载:0

[数学计算/工程计算TriInt

说明:在有限元的计算中,常需要用到三角形区域上的积分,以及右端函数和基函数乘后的积分,本代码中以上两种均可计算,可精确到想要求的精度-Finite element calculations, often require the integration on the triangle area, as well as the right end of the function and the basis function multiplied
<shs3701001> 在 2025-03-07 上传 | 大小:2kb | 下载:0

[数学计算/工程计算tetgen

说明:三维任意区域的四面体网格剖分,本代码为开源的Tetgen生成的代码,可以方便大家在三位有限元数值算例时计算复杂的区域-The tetrahedral mesh 3D any area of ​ ​ the code code open source Tetgen generation cases when the computational complexity of the area, you can easily
<shs3701001> 在 2025-03-07 上传 | 大小:1.15mb | 下载:0

[数学计算/工程计算Adaptive

说明:一维自适应有限元算法,根据理论推导的后验误差估计,更新步长,不断的迭代,特别适用于有边界成或者间断解的情形,适合数值计算的初接触者-One-dimensional adaptive finite element algorithm, based on theoretical derivation of a posteriori error estimation update step, continuous iteration, esp
<shs3701001> 在 2025-03-07 上传 | 大小:2kb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 1752.53 .54 .55 .56 .57 ... 3400 »

源码中国 www.ymcn.org