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

搜索资源列表

  1. matrix-converter

    0下载:
  2. 有关电力电子技术中矩阵变换器的相关文档,包括矩阵变换器的工作原理及仿真设计。-Power electronics technology matrix converter document
  3. 所属分类:Document

    • 发布日期:2017-11-21
    • 文件大小:1435901
    • 提供者:Junrui
  1. C

    0下载:
  2. .请编写函数fun,该函数的功能是:实现B=A+A ,即把矩阵A加上A的转置,存放在矩阵B中。计算结果在main函数中输出-. Please write the function fun, the function of the functions are: to achieve B = A+ A ' , ie the matrix A with A, transpose, stored in the matrix B,. The results in the main function
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:665777
    • 提供者:林静
  1. DLL

    0下载:
  2. 利用c++对矩阵一些运算进行一些封装,简易方便-C++ matrix some operations package, simple and convenient
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:3696014
    • 提供者:gaochao
  1. migonglaoshu

    0下载:
  2. 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1726
    • 提供者:翁雪花
  1. DMC

    0下载:
  2. 可以完成DMC动态矩阵预测控制的部分内容,非常有用。-DMC Dynamic Matrix Control part can be completed, is very useful.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:844
    • 提供者:张运诗
  1. jianpan

    0下载:
  2. 此文件时矩阵键盘扫描程序,他可能对你有用啊。-this is a good txt,it may be helpful for you.
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:646
    • 提供者:niu
  1. vc2

    0下载:
  2. 实现矩阵(3行3列)的转置(即行列互换)-Achieve the transpose of the matrix (3 rows and 3 columns) (i.e., interchanging rows)
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:2375
    • 提供者:ww
  1. Matrix-for-nearest-load

    0下载:
  2. 编写程序,从键盘输入网络系统的节点数和联络矩阵,实现求出和输出最小路集。-print the load matirx to gain the nearest load between two point among a net.
  3. 所属分类:File Formats

    • 发布日期:2017-11-18
    • 文件大小:28672
    • 提供者:chk
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. mallat-dwt

    0下载:
  2.   利用matlab程序实现对一维信号进行连续小波变换,进而在程序的编辑过程理解一位连续小波变换的小波系数矩阵的含义。   同时通过对预算的到的小波系数矩阵进行分析解释,得到原始信号的频谱分布以及了解小波系数在尺度和位移两个分量上的意义。-Matlab program to achieve continuous wavelet transform of one-dimensional signal, and then in the editing process of the program
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:562161
    • 提供者:Haibin Zhang
  1. lichewn

    0下载:
  2. 数码管前三位显示一个跑表,从000到999之间以1 秒速度运行,当按下一个独立键盘时跑表停止,松开手后跑表继续运行。(用定时器设计表)。 在上题的基础上,用另外三个独立键盘实现按下第一个时计时停止,按下第二个时计时开始,按下第三个是计数值清零从头开始。 按下16个矩阵键盘依次在数码管上显示1-16的平方。如按下第一个显示1,第二个显示4-Digital tube top three display a stopwatch, and from 1 s speeds between 000
  3. 所属分类:Software Testing

    • 发布日期:2017-11-15
    • 文件大小:1905
    • 提供者:duyamei
  1. 4X4-KeyScan

    0下载:
  2. 经典的4*4矩阵键盘扫描程序,已经测试通过,可以直接使用。-Key scan program
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:4352
    • 提供者:bobo
  1. abc

    0下载:
  2. 矩阵连乘的动态规划设计方法的课程设计,很好的实现了该算法,具有很好的参考价值-Matrix multiplicative method of dynamic planning and design curriculum design, good implementation of the algorithm, has a good reference value
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:5082
    • 提供者:ding
  1. chuxuejuzhen

    0下载:
  2. 初学5*5键矩阵一法,虽然麻烦也可行得通,作理解矩阵学习参考。汇编-Beginner 5* 5 key matrix of a law, although the trouble may also be feasible, for understanding the matrix study reference. Compilation
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:946
    • 提供者:aliang
  1. 2012.11.29.dd

    0下载:
  2. 带约束矩阵方程及其最小二乘法的一个抽象迭代算法及应用-With an abstract constraint matrix equation and its method of least squares iterative algorithm and application
  3. 所属分类:Project Manage

    • 发布日期:2017-12-01
    • 文件大小:11179259
    • 提供者:逆空鱼
  1. Key-scanning-processing

    0下载:
  2. 按键扫描处理,介绍了矩阵按键扫描的基本方法和缺陷,设计了一种新的按键扫描方法-Key scanning processing, introduces the matrix key scanning basic method and defect, design a kind of new key scanning method
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:18432
    • 提供者:天涯
  1. TRIZ

    0下载:
  2. triz矩阵表,教我们如何解决实际问题,矛盾fa-Triz moment list, teach us how to solve practical problems
  3. 所属分类:File Formats

    • 发布日期:2017-11-10
    • 文件大小:19619
    • 提供者:王昆
  1. A-global-reconstruction-model

    0下载:
  2. 已有的基于分块压缩感知的图像重构模型采用相同的测量矩阵以块 ×块的方式获取数据,解决了传统CS方法中测量矩阵所需存储量较大的问题,但由于采用分块重构,没有考虑 到图像的全局稀疏度,出现了大量的块效应。-Current image reconstruction models using block compressed sensing
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:1052220
    • 提供者:saf
  1. the-complex-matrix-inverse-

    0下载:
  2. 分析了两种求逆的方法介绍了实部矩阵、 虚部矩阵均可逆和实部矩阵可逆、虚部矩阵可分解成2个向量乘积的两种复数矩阵的求逆方法 ,给出了这两种复数矩阵求逆矩阵的计算公式 ,并通过具体的实例来验证方法的可行。-Two inverse real part of the matrix, the imaginary part of the matrix are invertible reversible and the real part of the matrix, the imaginary part o
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:73780
    • 提供者:ahshiyalei
  1. xishuxiangjia

    0下载:
  2. 两矩阵系数相加,对广大学习者是很有帮助的,希望能帮助到一些人-The two added to the matrix coefficients is helpful to the majority of learners, hoping to help some
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:1267
    • 提供者:wei
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 34 »
搜珍网 www.dssz.com