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

搜索资源列表

  1. Matrix-multiplication-using-MPI

    1下载:
  2. 基于C语言的,在大型并行机上使用MPI实现矩阵乘法-Matrix multiplication using MPI implementations
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1222
    • 提供者:苗高洁
  1. LED-Dot-matrix-screen

    0下载:
  2. LED Dot-matrix screen
  3. 所属分类:SCM

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

    0下载:
  2. 基于opengl的关于矩阵操作的程序,实现平移,旋转和缩放变换,效果是雨中灯笼随风摆动,月亮慢慢上升,实现全屏观看,左上角有按钮-Opengl based on matrix operations procedures to achieve translation, rotation and scaling transformation, the effect is the rain, the wind swinging lantern, the moon slowly rising, full
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3580141
    • 提供者:刘惠
  1. Rotation-matrix

    0下载:
  2. keil开发的旋转点阵源代码。diy爱好者。-keil development of the rotation matrix source code. diy enthusiasts
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:14335
    • 提供者:linshaotian
  1. LED-Dot-Matrix-on-the-train

    0下载:
  2. 火车上的LED点阵显示(到站,温度提醒等),51单片机,C语言,proteus仿真-LED dot matrix display on the train (the station, temperature alert, etc.), 51 SCM, C language, proteus simulation
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:388004
    • 提供者:gaowei
  1. SMI

    0下载:
  2. 基于采样矩阵求逆算法的自适应数字波束形成器程序-Sample matrix inversion algorithm based on adaptive digital beamformer program
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:937
    • 提供者:沈旭
  1. Matrix-multiplication-problems-with

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13712
    • 提供者:阿四
  1. 11-dot-matrix-display

    0下载:
  2. 这个是用C语言写的有关于单片机的11点阵显示-This is written in C language on the microcontroller 11 dot matrix display
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:10738
    • 提供者:苏轼杰
  1. matrix

    0下载:
  2. 实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:732783
    • 提供者:
  1. 64-coulm-led-dot-matrix-display

    0下载:
  2. 8*64 led dot matrix display . Thank You.
  3. 所属分类:SCM

    • 发布日期:2017-05-24
    • 文件大小:8183290
    • 提供者:santanu roy
  1. matrix

    0下载:
  2. 主要功能是为了运算两个矩阵的乘积,该矩阵文件必须从系统读取,不能从键盘输入-Main function is to computing two matrices, the matrix file must be read from the system, not from the keyboard
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:502295
    • 提供者:滕旺
  1. Applied-Linear-Algebra-And-Matrix-Analysis---Thom

    0下载:
  2. this book about matrix and its application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1477594
    • 提供者:riri
  1. keyboard-led-matrix

    0下载:
  2. Keyboard control led matrix diplay.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:362206
    • 提供者:santanu roy
  1. detection-matrix-and-check-block

    0下载:
  2. detection matrix to detect lost data in image reconstruction
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:722
    • 提供者:ali
  1. Adjacency-matrix

    0下载:
  2. 使用C语言实现的邻接矩阵,程序中使用了数据结构和算法的一些简单的知识。-Using C language of the realization of the adjacency matrix, and the program was used in data structure and algorithms of some simple knowledge.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1019
    • 提供者:xiangwei
  1. Determinant-of-a-Matrix

    0下载:
  2. 采用C语言描写了一个基本矩阵的行列式计算算法,采用了动态分配内存的方式计算。-Using C language to describe a basic determinant of a matrix calculation algorithm, using dynamic allocation of memory is calculated.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:872163
    • 提供者:公共
  1. matrix-multiplication

    0下载:
  2. 该文件内的源代码,实现矩阵乘法的高速算法,效率应该不错的-The file' s source code, to achieve high-speed matrix multiplication algorithm, efficiency should be good
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:3658
    • 提供者:张蓓蓓
  1. Matrix

    0下载:
  2. Dataset for my MPI clustering implementation. Matrix.txt - sparse matrix of all terms Matrix.txt.membership - clustering results Matrix.txt.cluster_centres - cluster centers
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:3830281
    • 提供者:aaz
  1. STM32-program-4_4-matrix-keyboard

    0下载:
  2. STM32程序4_4矩阵键盘STM32 program 4_4 matrix keyboard-STM32 program 4_4 matrix keyboard
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-25
    • 文件大小:1048948
    • 提供者:沈浪
  1. Matrix-key-tone

    0下载:
  2. 矩阵按键的提示音,通过按不同的键,发出不同的声音-Matrix key tone, by pressing different keys, different sounds
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:57156
    • 提供者:Hugh
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com