搜索资源列表

  1. qiujuzhendezhi

    0下载:
  2. 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:罗坤
  1. qiufeixianxingfangchengzuzuixiaoerchengjiedeguangy

    2下载:
  2. 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2396
    • 提供者:罗坤
  1. h2

    0下载:
  2. 此程序为多体动力学中的重要计算程序。主要计算空间板的质量矩阵-procedure for multi-body dynamics of the important program. Mainly for the space plate mass matrix
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:王小龙
  1. njz

    0下载:
  2. 用特兰特方法进行矩阵的求逆计算和数值模拟。-Telante method using the inverse matrix calculation and numerical simulation.
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:1736
    • 提供者:lsx
  1. tzzjs

    0下载:
  2. 通过毫司何尔德变换法对矩阵特征值和特征向量的计算与数值模拟。-through cents Secretary Dr Eid transform the eigenvalues and eigenvectors of calculation and simulation.
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:1647
    • 提供者:lsx
  1. lading

    0下载:
  2. 拉丁矩阵程序通过算法设计实现计算功能无需注册-Latin matrix algorithm design process through to achieve calculation function without registration
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1576
    • 提供者:lee
  1. MatrixOperater

    1下载:
  2. 此程序支持矩阵的常用计算,用C++实现,使用简单。支持求逆,伴随,行列式,加减乘除等运算-matrix support this procedure commonly used terms with C achieved using simple. Support for inverse, accompanied by the determinant, such as arithmetic operations
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:398329
    • 提供者:姚秋林
  1. GetMatrix_java

    0下载:
  2. 一个由邻接矩阵直接求解可达矩阵的计算工具,JAVA语言编程-an adjacency matrix directly by solving matrix up to the calculation tools, Java Programming Language
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7474
    • 提供者:zj
  1. rtejfgds

    0下载:
  2. 现有的代数特征的抽取方法绝大多数采用一维的方法,即首先将图像转换为一维向量,再用主分量分析(PCA),Fisher线性鉴别分析(LDA),Fisherfaces式核主分量分析(KPCA)等方法抽取特征,然后用适合的分类器分类。针对一维方法维数过高,计算量大,协方差矩阵常常是奇异矩阵等不足,提出了二维的图像特征抽取方法,计算量小,协方差矩阵一般是可逆的,且识别率较高。-existing algebra feature extraction
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2513
    • 提供者:小弟
  1. CaculateMatrix

    0下载:
  2. 根据旋转、平移分量计算刚体变换的矩阵。附说明文档。-under rotation, translation component of the rigid transformation matrix. Attached documentation.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:81907
    • 提供者:戚春燕
  1. gauss-jord

    0下载:
  2. gauss-jord 求逆的c算法 一种经典的计算 矩阵的逆的算法-gauss - jord c inverse algorithm of a classic inverse matrix calculation algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:靳风
  1. FDTDfor3

    0下载:
  2. 计算自由空间FDTD程序,包括信号初始化和矩阵初始化和场计算-free space FDTD calculation procedures, including the initialization signal and matrix initialization and field calculation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1162
    • 提供者:富含一
  1. NumericalRecipesInFortran77-90-SourceCode

    1下载:
  2. 著名的Numerical Recipes in XXX图书的Fortran版本。 如果你是从事科学计算相关的研究或是工程项目,其中肯定涉及到具体的数学算法的细节,如:排序、矩阵运算、接各种方程组等,本书中提供的程序代码可以帮你从细节中摆脱出来,专心于算法的整体实现。 本文档收录的是书中配套的程序。-famous Numerical Recipes in the book XXX Fortran version. If you a
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:657663
    • 提供者:杨愚根
  1. jsff_matrix

    0下载:
  2. 使用雅戈比方法计算矩阵全部特征值算法的实现-use Jacobin matrix method all the characteristics of the algorithm to achieve
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:zhao shan hai
  1. SPECTRUM_LMS

    0下载:
  2. 1、文件夹中包含了经典功率谱估计和自适应均衡算法两个实验的所有程序。 2、R.m、LMS.m、LMSmain.m为自适应均衡算法的程序: R.m用来计算输入信号的自相关矩阵及其特征值; LMS.m为时域LMS算法,用统计的方法仿真得出不同信道参数和不同步长下的学习曲线; LMSmain.m为实验主程序,按照实验要求中的具体数据得到实验结果和曲线。 3、functionx.m、fzhouqitu.m、spectrum.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:5630
    • 提供者:yidishui
  1. myHomework6

    0下载:
  2. 计算矩阵的乘积是我的第六个作业,我自己觉得编的有点复杂化了,大家可以指点一下.-matrix calculation of the product is the sixth operation, I think the series somewhat complicated. We can instruct about.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1122
    • 提供者:jack
  1. prohl

    0下载:
  2. 计算关于转子动力学中,如何求传递矩阵的的系数的程序-calculated on rotor dynamics, how to request the transfer matrix of the coefficients of procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:张新广
  1. comvision

    0下载:
  2. 是一个立体计算机视觉方面的匹配代码,可以实现m矩阵的计算,对三维重建还有帮助,精度不错的哦-is a three-dimensional computer vision of matching code, can achieve m matrix calculation, Three-dimensional reconstruction of help there, oh, good accuracy
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:60052
    • 提供者:让他
  1. julijuzhen

    0下载:
  2. 利用元包数组来存放计算过程的结果,利用matlab实现多元统计学中的聚类算法(计算距离矩阵)。-million packets using arrays to store the calculation results Matlab achieve multiple use of statistical clustering algorithm (distance matrix calculation).
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:58486
    • 提供者:zhenghenglei
  1. matlabworkElectricalpowerandvoltagecalculate

    1下载:
  2. 电力系统潮流计算 采取牛顿-拉弗逊法和PQ分解法 用matlab计算矩阵的功能,通过迭代方式求解。-power flow calculation taken Newton-Laffer Robertson and PQ decomposition matrix calculation using Matlab gong able, through iterative method to solve.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9846
    • 提供者:呈逐渐
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org