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

搜索资源列表

  1. pauli cov

    6下载:
  2. 极化SAR图像中的将协方差矩阵数据进行PAULI分解的程序-Polarization SAR images will covariance matrix data Pauli decomposition process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-05
    • 文件大小:798
    • 提供者:王文光
  1. 16X16

    0下载:
  2. 16位LED点阵显示 显示汉字等可以显示想要显示的信息-16 LED dot matrix display such as display of Chinese characters can show you want to display information
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:26711
    • 提供者:
  1. LED_DISPLAY

    1下载:
  2. LED_DISPLAY.rar包括电路图和源程序,用51单片机实现。LED点阵为16*128,可用于显示8个16*16点阵的汉字或图形等,可级联。-LED_DISPLAY.rar including schematics and source code, the MCU 51. LED dot matrix 16* 128, can be used to display 8 16* 16 lattice, such as Chinese characters or graphics can be
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-05-18
    • 文件大小:10551
    • 提供者:zhoujiang
  1. Traffic_Matrix

    0下载:
  2. 流量矩阵估计的综述,主要涉及从1996年来,流量矩阵估计领域的经典方法。-Summary of the estimated traffic matrix, mainly ranging from 1996 to the field of traffic matrix estimation classical method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:290526
    • 提供者:李不凡
  1. matrix_eigenvalue_calculate

    0下载:
  2. 用多种算法实现任给实对称矩阵的所有特征值,包括雅克比方法、雅克比过关法和QR算法。-Using a variety of algorithms to achieve any real symmetric matrix of all the characteristics of value, including Jacobian methods, Jacobian immigration law and QR algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:182934
    • 提供者:杨怡
  1. cg

    0下载:
  2. 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2523
    • 提供者:zhuyi
  1. FiberGratingSpectra

    2下载:
  2. 传输矩阵法计算啁啾光栅反射谱 本节中给出传输矩阵法计算啁啾光栅反射谱和 时延的完整M at lab 程序实例, 本段代码在 M at lab513 和W indow s2000 环境中运行通过。运行结果如图8 所示。可以改变光栅长度、有效折射率、折射率调制深度、啁啾系数等参数来获得不同参数下光栅反射谱和时延曲线。如果打开“% 切趾”行的屏蔽符“% ”则可得到切趾后光栅反射谱和时延特性曲线, 此时计算所得的曲线将比图8 中所示的曲线平滑很多。-Transfer matrix metho
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1124
    • 提供者:金沧
  1. matrix

    0下载:
  2. 实现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构,实现两个矩阵相加、相减、相乘运算,运算结果要求以阵列形式输出。-The realization of a sparse matrix calculator. To line with the logic of the link information as the three groups, sparse matrix storage structure, the realization of two matri
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:9874
    • 提供者:hello
  1. adc2051

    0下载:
  2. 128x16点阵显示屏幕1 28x16点阵显示屏幕-128x16 dot matrix display screen 1 28x16 dot matrix display screen 1 28x16 dot matrix display screen
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:3573
    • 提供者:陈志伟
  1. strassen

    0下载:
  2. 一个矩阵类用于strassen算法,十分简单-A matrix-type for Strassen algorithm, is very simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:18154
    • 提供者:lisidi
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:38581
    • 提供者:Erison
  1. LED

    0下载:
  2. LED16*16点阵滚动显示 说明:74LS164用作发送数据,P0,P2口用来列选 看本程序最好的工具最好旁边有标号和语法着色,推荐keil或UltraEdit 懒人提示:要改成自己所要的显示内容,要怎么改? 1.要改显示内容改第23~92行代码,还有第119行代码,具体改法见下面注释 2.要改滚动速度改第102行代码-LED16* 16 dot matrix rolling display Descr iption: 74LS164 used to send data,
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:21480
    • 提供者:赵国强
  1. Matrix

    0下载:
  2. 用STL对OpenCV中的CvMat进行C++类封装-Using STL to OpenCV for CvMat of C++ Category Packaging
  3. 所属分类:Special Effects

    • 发布日期:2017-01-05
    • 文件大小:3468
    • 提供者:李桥梁
  1. 89c51

    0下载:
  2. 用89C51轻松做一个LED汉字显示屏 像搭积木一样,做一屏LED汉字显示 每块显示板有两个16*16的LED点阵,可以显示两个汉字,两块板可以显示4个汉字, 将这两块显示板和一块89S51的CPU板用电缆连接起来,组成一条4个汉字的显示屏, 同样也可以将4块显示板组成8个字的显示屏,显示屏可以滚动,换屏显示,也可以存储若干条短语,用遥控器调用显示短语。-89C51 easily done with a LED display architecture in a build
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1233
    • 提供者:张鹏
  1. Matrix

    0下载:
  2. 自己写的矩阵压缩算法的c语言描述,分享给大家。-Write your own matrix compression algorithm c language to describe and share to everyone.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 数学计算工具软件系统 设计软件实现下列功能: (1)矩阵乘法的运算 (2)对n个数据的排序 (3)方程的求解 (4)任意曲线的积分运算 -Mathematical tool for software system design software to achieve the following functions: (1) matrix multiplication operator (2) of the n data sorting (3) Equation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:67211
    • 提供者:三四三
  1. LedArray

    0下载:
  2. Led点阵屏驱动程序,ARM7se512芯片。 注释比较多,希望有帮助。 采用Jlink调试通过-Led dot matrix screen driver, ARM7se512 chip. Notes are more, I hope helpful. Debugging through the use of Jlink
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1212273
    • 提供者:李振
  1. key_matrix44

    1下载:
  2. FPGA EP1C6Q240C8 4*4键盘模块 4*4矩阵键盘,采用扫描方式检测按键-FPGA EP1C6Q240C8 4* 4 keyboard module 4* 4 matrix keyboard, using scanning detection button
  3. 所属分类:VHDL编程

    • 发布日期:2014-03-23
    • 文件大小:278801
    • 提供者:lan
  1. Calculate

    0下载:
  2. 矩阵并行算法程序,用c#语言编制,可用于数学并行计算。-Matrix parallel algorithm procedures, with c# Languages can be used in parallel computing mathematics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:tmllpl
  1. 3208LEDCLOCK

    0下载:
  2. 32X08点阵屏电子钟,LED驱动、显示切换、时钟温度读取,整点报时、闹钟功能-32X08 dot matrix screen electronic bell, LED driver, display switch, the clock read temperature, the whole point timekeeping, alarm clock function
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:80596
    • 提供者:如风
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com