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

搜索资源列表

  1. Heart-type-dot-matrix-display

    0下载:
  2. 基于FPGA的用VHDL程序编写的点阵显示爱心型-FPGA-based programming with VHDL-based dot-matrix display of love
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:190079
    • 提供者:飞虎队
  1. Matrix-Calculator

    1下载:
  2. mfc编的矩阵计算器,可以运行矩阵所有运算模式-mfc code matrix calculator, you can run the matrix of all modes of operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-08-21
    • 文件大小:149301
    • 提供者:杨徉
  1. dot-matrix-displayprocess

    0下载:
  2. 16*16点阵,能够实现汉字、数字滚动显示,类似于电梯的工作原理。-16* 16 dot matrix, enabling characters, numbers scroll, similar to the elevator works.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:148341
    • 提供者:
  1. Hessian-Matrix

    0下载:
  2. 关于Hessian矩阵的详细介绍资料 sift算法中有应用 需要的可以参考一下-Details on the Hessian matrix information sift algorithm has applications need to refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:781363
    • 提供者:匣子
  1. Perspective-Projection-Matrix

    0下载:
  2. 透视投影为三维图形显示的基础,在此基础上提出了一种基于透视投影矩阵的数学模型.可方便地将空间三维坐标转换为透视投影坐标,并实时地在屏幕上展现出来.并以三维数据的透视投影为例,显示了经过该透视变换后的透视图,验证了该方法的有效性.-Perspective projection of three-dimensional graphics based on this based on the perspective projection matrix based on a mathematical m
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:307251
    • 提供者:chengdu
  1. inv-matrix

    0下载:
  2. 实现矩阵求逆 算法简洁 用途比较广泛 兼容性好-matrix inversion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:115695
    • 提供者:Liu ryan
  1. Matrix-theory

    0下载:
  2. 矩阵理论课件,系统讲述线性空间与线性变换、内积空间、特殊变换及其矩阵、矩阵的标准型、向量范数和矩阵范数,以及矩阵分解等六章内容。-The Matrix Theory courseware systemticly introduce the linear spaces and linear transformations, inner product spaces, special transformation and its matrix, the matrix Standard, the ve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4509651
    • 提供者:周山人
  1. 8-x-8-dot-matrix

    0下载:
  2. 8*8点阵的设计,内涵全过程,用的是2864,以及一些简单的74系列芯片设计的,大二数电的课程设计-8 x 8 dot matrix
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:4032140
    • 提供者:尤云
  1. matrix

    0下载:
  2. matrix theory:Mathematically rigorous introduction covers vector and matrix norms, the condition-number of a matrix, positive and irreducible matrices, much more.-matrix theory
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3844461
    • 提供者:窦寅丰
  1. Sparse matrix

    0下载:
  2. Represents a matrix without zeros
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-12-17
    • 文件大小:38965
    • 提供者:vvotekeb
  1. matrix

    0下载:
  2. matrix by codevision with proteus
  3. 所属分类:其它

    • 发布日期:2015-06-09
    • 文件大小:113299
    • 提供者:nader1368
  1. matrix

    0下载:
  2. 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:leser
  1. matrix decomposition for MIMO

    0下载:
  2. 完成MIMO通信检测的两种算法ZF、MMSE算法的矩阵分解算法。模型采用16QAM调制。(MIMO communication algorithm to complete the two algorithms, ZF and MMSE algorithm matrix decomposition algorithm. The model adopts 16QAM modulation.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:9216
    • 提供者:taoli
  1. Matrix

    0下载:
  2. 包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two p
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:家鸽
  1. LED Matrix Basic

    0下载:
  2. This is Led dot matrix basic.
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:81920
    • 提供者:Biswas
  1. Matrix

    0下载:
  2. 矩阵计算,包括求和求积求差等等,用于调用(Matrix calculation, including summation, quadrature difference, and so on, used to call)
  3. 所属分类:C#编程

    • 发布日期:2017-12-22
    • 文件大小:91136
    • 提供者:真人
  1. Fundamentals of matrix computations

    0下载:
  2. Fundamentals of matrix computations 矩阵运算的基础(Fundamentals of matrix computations)
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:4231168
    • 提供者:han_shuang
  1. edid-matrix-collection

    0下载:
  2. EDID MATRIX FIRMWARE COLLECTION for eprom i2c 24C02
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:89088
    • 提供者:vlk3ru
  1. matrix

    0下载:
  2. Make a matrix / Can rewrite
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:808960
    • 提供者:YYSSHH
  1. C++matrix

    0下载:
  2. 矩阵运算的c++实现,封装了矩阵常用运算的类(some calculation of Matrix, in the version of C++)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:73728
    • 提供者:01011110
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com