CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Matrix

搜索资源列表

  1. Matrix

    0下载:
  2. 写的矩阵的类 提供+ - * / 显示功能 不足的地方大家指教-Written in matrix class provides+-*/display deficiencies we teach
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2562357
    • 提供者:opppen
  1. Matrix

    0下载:
  2. 一个简单够用的矩阵类库,对于数值计算复杂度要求不是太高的情况是可用的-A simple enough matrix library, the computational complexity for numerical requirements are not too high is available
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2998
    • 提供者:小朱
  1. matrix-

    0下载:
  2. C++与Cuda结合,用并行来做加速,将普通的稀疏矩阵加减乘用并行来完成。-C++ and Cuda combined with a parallel acceleration to do, the ordinary addition and subtraction by using sparse matrix parallel to complete.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:121152
    • 提供者:孤雁
  1. sequence-alignment-matrix-

    0下载:
  2. 求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:3812
    • 提供者:zhouyanghua
  1. Rotation-matrix-in-C

    0下载:
  2. 数学输出旋转矩阵源代码,输入行数和列数,自动计算好,支持C-Mathematical rotation matrix output source code, input the number of rows and columns, automatically calculate the support C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:141384
    • 提供者:阿什顿
  1. Keda-Matrix

    0下载:
  2. 可达矩阵求法 动态分配一维数组 去掉字符串中的空格和回车 将Cstring转换成int数组-Matrix Method to dynamically allocate up to one-dimensional array of strings to remove spaces and carriage returns will be converted to int array Cstring
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5275128
    • 提供者:张步阳
  1. matrix

    0下载:
  2. 一个c++编写的操作类,用于计算矩阵的和、差、积、转置、行列式、秩和矩阵化简、矩阵最简阵等等。-Write a c++ class operation, used to calculate the matrix, difference, product, transpose, determinant, rank, and simplification of the matrix, the matrix array, and so the most simple.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4252
    • 提供者:杨赋庚
  1. matrix-operation

    0下载:
  2. 矩阵运算程序打包,运算虽然很基础,但是种类齐全-Matrix operations are packaged, complete a variety of basic operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:12496
    • 提供者:liushui
  1. Matrix-analysis-CH5

    0下载:
  2. 张贤达 矩阵分析第五讲 课件 pdf格式-Zhang Xian of the fifth matrix analysis about courseware pdf format
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1076693
    • 提供者:wbzhd
  1. matrix-inversion

    0下载:
  2. 对称正定矩阵求逆运算,要求该矩阵必须为正定,可以求其逆矩阵-Symmetric positive definite matrix inversion, the matrix must be positive definite requirement, you can find the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:613
    • 提供者:李东东
  1. Matrix

    0下载:
  2. 计算矩阵的转置,计算矩阵的乘法, 计算矩阵的数乘 -Calculate the matrix transpose, matrix multiplication calculation, calculation of matrix multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:12711
    • 提供者:zhoulu
  1. matrix

    0下载:
  2. 本程序将让用户输入两个矩阵a和b,它们的阶数应该相等 让后实现矩阵加法,减法,乘法运算并输出结果。-This program will allow the user to enter two matrices a and b, they should be equal to the order after the realization of matrix addition, subtraction, multiplication and output.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1724
    • 提供者:Yuan
  1. matrix

    0下载:
  2. 生成一个矩阵,然后对这个矩阵进行一些操作——旋转、卷动、翻转操作。-Generate a matrix, then some of the matrix operations- rotate, scroll, flip operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1216
    • 提供者:wangbo
  1. Positive-definite-matrix-Inverse

    0下载:
  2. 本程序为基于VC++的正定矩阵求逆矩阵,经验证可以用-Positive definite matrix, inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:661
    • 提供者:RTQ
  1. gen_inverse-matrix--non_-eqs-

    0下载:
  2. 本程序为利用广义逆矩阵法求解朝顶非线性方程组,里面调用了其他三个函数,非别为一般实矩阵的奇异值分解、奇异值分解求一般实矩阵的逆矩阵、广义逆矩阵法求线性超定方程组。-The procedure for the use of generalized inverse matrix method for solving nonlinear equations toward the top, which calls the other three functions, not as a general r
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:4410
    • 提供者:RTQ
  1. matrix

    0下载:
  2. matrix addition, multiplication, transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:754
    • 提供者:Justice
  1. Sparse-Matrix

    0下载:
  2. Understand Sparse matrix and Dense matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:126556
    • 提供者:tooha
  1. Matrix

    0下载:
  2. 工程数学里面的矩阵分析法的程序,包括接口-Engineering Mathematics inside the matrix analysis procedures, including the interface
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:286404
    • 提供者:谢艳芬
  1. matrix

    0下载:
  2. VC++实现对矩阵运算,包括求逆,加减乘除。内涵实例及说明。-VC++ implementation of matrix operations, including inversion, Math. Content examples and instructions.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1670193
    • 提供者:ld
  1. Matrix-transpose

    0下载:
  2. 对矩阵进行转置 用二维数组进行转置 C-Matrix transpose
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:891933
    • 提供者:luyu
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com