CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 矩阵

搜索资源列表

  1. 三角矩阵

    0下载:
  2. 在C++中用好的办法存储三角矩阵可以节省内存,提高运算效率-C used in a good way storage triangular matrix can save memory and improve computing efficiency
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3374
    • 提供者:王通顺
  1. 单片机典型矩阵键盘扫描程序

    0下载:
  2. 单片机典型矩阵键盘扫描程序:无压缩密码,c语言代码-SCM typical keyboard matrix scanning procedure : Uncompressed password, c language code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6304
    • 提供者:付朝霞
  1. 矩阵类

    0下载:
  2. 将常用的矩阵操作封装起来,展示了c语言中的矩阵运算-matrix will be used to operate the package, display the c language matrix
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:66022
    • 提供者:snow
  1. 矩阵求逆new

    0下载:
  2. 一个相当有用的矩阵求逆算法程序,非常好用-a useful matrix inversion algorithm, very handy
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:邹璇
  1. 矩阵三角分解

    0下载:
  2. 对矩阵进行三角分解,从而生成一个上三角矩阵和下三角矩阵,其乘积等于原矩阵-right triangular matrix decomposition, resulting in the formation of an upper triangular matrix and lower triangular matrices, equivalent to the original product matrix
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:邹璇
  1. 矩阵运算的程序

    0下载:
  2. 本程序能完成矩阵的输入,输出。方阵的乘法,方阵的求逆,矩阵的求专置等的运算。-this procedure can be completed matrix of input and output. The matrix multiplication, the matrix inversion and matrix specifically for the home, such as arithmetic.
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:75229
    • 提供者:李飞
  1. C++常用算法之06矩阵特征值与特征向量的计算

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵特征值与特征向量的计算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book su
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:91638
    • 提供者:闻杉
  1. C++常用算法之05矩阵运算

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting m
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:95511
    • 提供者:闻杉
  1. 灰度共生矩阵

    3下载:
  2. 灰度共生矩阵MATLAB实现 联合概率矩阵法是对图像的所有像素进行统计调查,以便描述其灰度分布的一种方法。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:刘江
  1. 实验6 稀疏矩阵

    0下载:
  2. 利用三元组存储大规模稀疏矩阵并实现矩阵加减乘的运算。输入要求:三元组方式。运行环境C-mass sparse matrix storage and achieve matrix modified by the operator. Entry requirements : Triples way. C Runtime Environment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3109
    • 提供者:李一
  1. 稀疏矩阵运算器加减乘

    1下载:
  2. 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2414
    • 提供者:罗明会
  1. 使用 3×3 矩阵来加密编码

    0下载:
  2. 使用 3×3 矩阵来加密编码 已经很详细了-use of 3 3 matrix to encryption code has been a very detailed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4003
    • 提供者:吴鸣
  1. 对称矩阵相乘

    0下载:
  2. 一个“对称矩阵相乘”的实例。其中包含5个源文件。编译运行后,由用户输入两个矩阵,程序自动输出结果-a "symmetric matrix multiplication" examples. Containing five source files. Compiling and running, two from user input matrix, automatically output
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1746
    • 提供者:夏玉
  1. 矩阵链乘算法

    0下载:
  2. 距阵链乘问题: 找出矩阵链乘A(35*40) A(40*20) A(20*10) A(10*15)的最佳相乘次序。 算法来自:计算机算法导引-matrix chain by : identify matrix chain by A (35 * 40) A (40 * 20) A (20 * 10) A (10 * 15) concludes the best order. Algorithm from : computer algorithm Seeker
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7678
    • 提供者:mars
  1. 矩阵直接三角分解法

    0下载:
  2. 数值方法中用c++编写的数值矩阵直接三角分解法求解线形方程组的算法-c numerical methods used to prepare the direct numerical triangular matrix decomposition method of linear equations Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7405
    • 提供者:姚天伟
  1. 矩阵加密

    0下载:
  2. 这是个基于WEB的矩阵加密算法,发送方通过附加矩阵对消息加密,接受方通过其你矩阵恢复消息-This is a Web-based matrix encryption algorithm, the sender through the matrix Additional information on encryption, the receiving party through its Matrix resume your news
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:4053
    • 提供者:肖萧
  1. 矩阵连乘的实用性问题

    0下载:
  2. 矩阵连乘的应用,可以帮助开发者学习矩阵连乘的问题,为开发者提供参考-matrix continually multiply the applications can help developers learn matrix continually multiply the problems of the development of reference for the
  3. 所属分类:并口编程

    • 发布日期:2008-10-13
    • 文件大小:11351
    • 提供者:林风
  1. 矩阵运算程序111

    0下载:
  2. 矩阵运算的VC代码 能实现一些简单的功能 有待改进 -matrix calculation VC code to achieve some simple function is to be improved
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:75727
    • 提供者:pack
  1. 共生矩阵

    0下载:
  2. 基于灰度共生矩阵的图像检索:用灰度共生矩阵提取图像的纹理特征进行检索-Gray symbiotic matrix based Image Retrieval : Gray symbiotic matrix extract the texture characteristics Search
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:142200
    • 提供者:吴成玉
  1. 动态规划矩阵连乘

    0下载:
  2. 矩阵连乘。 输出所需最小连乘次数和计算序列。 使用的是动态规划算法。-matrix continually multiply. The required minimum output frequency and continually multiply calculated sequence. Using the dynamic programming algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:轩哥哥
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com