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

搜索资源列表

  1. matrix

    0下载:
  2. Matrix formation by using MS access database, inserting and retrieving matrix.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:27372
    • 提供者:irshad
  1. Application-of-sparse-matrix

    0下载:
  2. 实现稀疏矩阵的表示方法及其运算,实现稀疏矩阵在三元组表示下的运算并分析其效率。 -Sparse matrix representation to achieve its operation, to achieve sparse matrix triple in the next, and analyze its computational efficiency.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:179556
    • 提供者:沈亮
  1. Matrix

    0下载:
  2. C++语言编写的矩阵运算库,建立矩阵、矩阵加减乘除,向量方差的解算等。-C++ library written in matrix operations, the establishment of matrices, matrix addition, subtraction, calculating the variance of such vectors.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:13856
    • 提供者:wang aixue
  1. STM32-4X4-Matrix-keyboard

    0下载:
  2. 基于STM32的,4*4的矩阵键盘驱动(中断方式)。-Based on the STM32, the 4* 4 matrix keyboard driver (interrupt mode).
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:290610
    • 提供者:欧阳
  1. Matrix

    0下载:
  2. 矩阵论的一本好书,是我经常翻出来看的一本电子书-a very good book for matrix
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7287271
    • 提供者:xieying
  1. led_matrix_dened_on_microcontroller

    0下载:
  2. LED MATRIX display this project contains source code and pdf file to show to you how to interface LED matrix using PIC microcontorller .. how to show your data on it and moving your data from left to right throw led matrix Moving signs are
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:303486
    • 提供者:ahmad
  1. dianzhen

    0下载:
  2. 运用软件实现16 16点阵显示所需要的字-Using software 16 16 dot matrix display the required word
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:203776
    • 提供者:于琦
  1. Matrix-keyboard-detection

    0下载:
  2. Matrix keyboard detection 矩阵键盘检测 -Matrix keyboard detection
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:1344
    • 提供者:刘建军
  1. Matrix-program-in-vb

    0下载:
  2. Matrix program in vb
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:429298
    • 提供者:saeed
  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. MCS-51The-LED-dot-matrix

    0下载:
  2. MCS-51The LED dot matrix
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1260188
    • 提供者:duc
  1. Matrix-Analysis-and-Applications

    0下载:
  2. 张贤达的《矩阵分析与应用》,对矩阵学习很有帮助。-Zhang Xian of the " Matrix Analysis and Applications" , the matrix very helpful.
  3. 所属分类:software engineering

    • 发布日期:2017-06-01
    • 文件大小:14278833
    • 提供者:路飞
  1. random-matrix-1

    0下载:
  2. Random Matrix Theory for Wireless Communications, Part I
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:213435
    • 提供者:Yu
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com