搜索资源列表
xuanzhuyuan
- 数值分析-列选主元求解方程组 //n 整型变量。方程组的阶数 //a 双精度实型二维数组,体积为n*n。存放方程组的系数矩阵,返回时将被破坏。 //b 双精度实型一维数组,长度为n,存放方程组右端的常数向量;返回方程组的解向量。 //本函数返回整型标志值。若返回的标志值为0,则表示原方程组的系数矩阵奇异,输出信息“fail”;若返回的标志值不为0,则表示正常返回。-Numerical Analysis-out election PCA solving equations / /
GRAUSS
- 数值分析-列选主元求解方程组 //n 整型变量。方程组的阶数 //a 双精度实型二维数组,体积为n*n。存放方程组的系数矩阵,返回时将被破坏。 //b 双精度实型一维数组,长度为n,存放方程组右端的常数向量;返回方程组的解向量。 //本函数返回整型标志值。若返回的标志值为0,则表示原方程组的系数矩阵奇异,输出信息“fail”;若返回的标志值不为0,则表示正常返回。-Numerical Analysis-out election PCA solving equations / /
ertr
- 数值分析算法 清大家批评 不是很好但是可以供大家参考阿 -numerical analysis algorithm-all criticism is not very good but everyone can reference A
shuzhifnxi
- 北航数值分析编程作业 第一、第二、第三题-Beihang numerical analysis programming jobs first, second, third title
CSharp
- 数值分析Csharp实现,包含的算法有:插值法,牛顿法-DataAnalysis implement by CSharp
shuzhifenxi
- 北京航空航天大学数值分析计算实习一程序源代码-Beijing University of Aeronautics practical numerical analysis of a program source code
LU
- LU分解法 数值分析课程设计 C语言程序-Numerical analysis of LU decomposition C language program curriculum design
CSharpshuzhifenxin
- 关于数值分析,全部用C#编写的代码,希望对大家有用!-Numerical analysis, all written in C# code, the hope that useful!
sauce
- 数值分析课程实验--带双步位移的QR分解程序-Numerical analysis course experiment- with the two-step displacement QR decomposition procedures
zsxjf
- 数值分析(上) 最速下降法 计算方法试验上课习题练习-Numerical analysis (on) the steepest descent calculation methods test class exercises exercises
MSN_NCa
- NAC 中型棘突神经元适应性放电节律的数值模拟以及动力学分析-neuron dynamic
LUcomposition
- LU分解:通过数值分析中的LU分解算法,实现LU分解-LU decomposition: Through numerical analysis LU decomposition algorithm, LU decomposition
shuzhifenxi
- 本文件为数值分析大作业的编程源代码和相应的题目要求与输出结果分析-This document is a numerical analysis program source code and the corresponding large operations subject requirements and output analysis
shuzhifenxi1
- 本文文件为数值分析大作业相应程序即源文件结果分析-This paper documents for the numerical analysis of large operating results of the corresponding source file analysis program that
VOSET
- 数值传热学三个算例以及程序,用来分析气泡流动现象-Gas energy attenuation calculation, calculate the attenuation values at different distances...
Logging-data-normalization
- 测井指标数据度量不同,变量间的数值大小相差较大,为了将量纲不同、大小悬殊的不同指标数据变量转化到同等水平上,所以在进行数据分析前,先将变量分别做归一化处理-Logging data measure different indicators, numerical size larger difference between variables, in order to a different dimension, a different variable size disparity index
LU
- LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个单位下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式。-LU Decomposition is a matrix of decomposition, a matrix can be decomposed into a unit of the lower triangular matrix and an upper triang