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

搜索资源列表

  1. fibonacii

    0下载:
  2. 数据结构课程,利用矩阵乘法实现斐波那契数列,包含word文档讲解-Data structure course, the use of matrix multiplication to achieve the Fibonacci sequence, containing word document to explain
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:125422
    • 提供者:wangli
  1. dat

    0下载:
  2. 在matlab中,将数据以矩阵形式存储进dat文件中-In matlab, the data is stored in the form of a matrix dat file
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1112
    • 提供者:hao
  1. BIDIRECTIONAL_SMOOTHNESS_MUSIC

    1下载:
  2. MUSIC算法[1]是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。-MUSIC algorithm [1] is a feature space based on matrix decomposition method. From the geometric point of vie
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1068
    • 提供者:许新亚
  1. gongchengruanjian

    0下载:
  2. 数据元素类型ElemType取float。 1)从键盘输入稀疏矩阵的各元素。(行<=5,列<=5) 2)建立稀疏矩阵的十字链表。 3)分别按行、列输出链表中各元素的数据域。-Data Element Type ElemType take float. 1) from the keyboard of the elements of the sparse matrix. (OK < = 5, column < = 5) 2) establish sparse matr
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1347
    • 提供者:selena
  1. datastruct

    0下载:
  2. 数据结构矩阵旋转 任意构造一个n×n矩阵,将该矩阵逆时针旋转90度并输出 输入的矩阵的阶数0≦n≦50,当输入为0到50之间的小数时,系统自动为其取整-Arbitrary rotation matrix data structure to construct a nn matrix, the matrix is ​ ​ rotated 90 degrees counterclockwise and outputs the input matrix order 0 ≦ n ≦
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:69153
    • 提供者:谭莹
  1. 01

    0下载:
  2. 在矩阵中使用的数据类型是double。因此可以通过语句I2=im2double(I1) 把图像数组I1转换成double精度类型;如果不转换,在对uint8进行加减时会产生溢出,可能提示的错误为:Function * is not defined for values of class uint8 -The data used in the matrix type is double. So you can statement I2 = im2double (I1) converting th
  3. 所属分类:DirextX

    • 发布日期:2017-04-03
    • 文件大小:572
    • 提供者:steven
  1. TS_Matrix

    0下载:
  2. 用C++在实现数据结构中的稀疏矩阵的转置、加法和乘法-Using C++ data structures in sparse matrix transpose, addition and multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1588
    • 提供者:zhao
  1. C-PPopenmp

    0下载:
  2. C ++实现并行矩阵openmp。使用多线程编程,线程间可以共享矩阵的数据结构等信息,不要使用多进程编程。-C++ parallel matrix openmp. The use of multi-threaded programming, the matrix can be shared between threads data structures and other information, do not use multi-process programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:521460
    • 提供者: 陶涛
  1. proj2

    0下载:
  2. 电子系《数据与算法》第二次实验作业 十字链表法存储稀疏矩阵以及进行简单的矩阵运算-Department of Electronics data and algorithms second lab assignments Crusaders sparse matrix storage method and a simple matrix operations
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:2029321
    • 提供者:liuchang
  1. dianzhen

    0下载:
  2. 是一个点阵的的上位机,对输入的字通过汉字库翻译成字节数据传送到单片机借由点阵显示,有多个字库可以进行字体选择。-Is a lattice of the host computer for word entered by Store translated into bytes of data transferred to the microcontroller through the dot matrix display, you can have more than one character
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-25
    • 文件大小:8258369
    • 提供者:吴孔平
  1. 01

    0下载:
  2. Descr iption 给定一个r * c的只包含0和1两个数字的矩阵,对于矩阵中任意一点(x,y),定义(x,y)的权为(x,y)到与此点曼哈顿距离最小的1的曼哈顿距离(如果mat[x][y] = 1,则(x,y)的权为0)。请求出对于给定01矩阵中所有点的权值之和。 所谓曼哈顿距离——两点在南北方向上的距离加上在东西方向上的距离,即D(I,J)=|XI-XJ|+|YI-YJ|。对于一个具有正南正北、正东正西方向规则布局的城镇街道,从一点到达另一点的距离正是在南北方向上旅
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:668
    • 提供者:hd
  1. Matrix_shujujiegou

    0下载:
  2. 清华大学数据结构作业,实现稀疏矩阵的计算,支持常用运算以及求逆操作-Tsinghua data structure operations to achieve computing sparse matrix to support common operations and inverse operations
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:406788
    • 提供者:吕三娘
  1. 1

    0下载:
  2. 这是数据结构的一个C++编程。在邻接矩阵上实现带权图、不带权图的初始化,搜索、插入、删除边,宽度遍历、深度遍历。邻接矩阵用模板类实现。-This is a programming data structure C++. Achieve a weighted graph in the adjacency matrix, with no right of map initialization, search, insert, delete edge, traversing the width and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1298
    • 提供者:孙文
  1. FindPath

    0下载:
  2. 寻径问题: 给定n个村庄之间的交通图,若村庄i和村庄j之间有道路,则将顶点i和顶点j用边连接,边上的权Wij 表示这条道路的长度。现在要从这n个村庄选择一个村庄建一所医院,问这所医院应建在哪个村庄,才能使离医院最远的村庄到医院的距离最短? 实现的功能: 1.自动生成数据; 2.自动生成字符串; 3.显示矩阵图; 4.非法输入的判断; 5.重复输入现有的相同数据的判断; 6.动态生成一维数组,二维数组; 7.数组内数值的比较以及输出; 8.查找标示符在数组中
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3741
    • 提供者:林檎
  1. tu

    0下载:
  2. 数据结构--图,使用邻接矩阵表示图,使用深度优先搜索算法和深度遍历算法建立图-Data structures- maps, using adjacency matrix diagram, using a depth-first search algorithm and build deep traversal algorithm in Figure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:241096
    • 提供者:Google
  1. CPP-commonly-used-algorithm

    0下载:
  2. C++常用数据集,包括“求赫申伯格矩阵全部特征值的QR方法”、"求解复系数方程组的全选主元高斯\|约当消去法"等。-C++ commonly used data sets, including " seeking Hoeschen Berg matrix QR method all eigenvalues" , " solving equations with complex coefficients Select PCA Gaussian \ | Jordan elim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:250204
    • 提供者:陈杰
  1. st

    0下载:
  2. 基于S变换对S模矩阵的数据进行适当的处理,以实现更加准确的对数据进行检测-S based on the data transform matrix S mode appropriate treatment in order to achieve more accurate detection of the data
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2706
    • 提供者:张亚萍
  1. inversion

    0下载:
  2. 矩阵求逆的源代码,使用双指针的形式进行数据运算。-Matrix inversion of the source code, in the form of two-pointers for data operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:298845
    • 提供者:xmh
  1. Multivariate-random-number

    0下载:
  2. 生成多元正态分布的随机数,将其按列的形式放在一个矩阵中,并对其按行进行排序,然后记录数据排序后的大小位置,这在统计研究中有很重要的应用。-Multivariate normal distribution of the random number generator, which was placed in the form of a matrix of columns and rows to sort them, and then record the size of the position
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4563
    • 提供者:石文丽
  1. PB-print-barcode

    2下载:
  2. 主要针对Powerbuilder程序开发者,当然应用程序也可直接供给最终用户用来打印价签、条码证件之类的东东;本程序无需安装条码字库,无需控件,无需条码打印机,功能已封装为对象,接口简单,提供label风格的数据窗口预览(即可设定每页纵向及横向标签的数量、排版的顺序、纵向及横向间距,标签的宽度及高度等),可用激光打印机或者针式打印机打印,可进行完整的条码打印或仅打印条形码,可设定条码的线宽。-Mainly for Powerbuilder application developers, of c
  3. 所属分类:打印编程

    • 发布日期:2014-03-18
    • 文件大小:86981
    • 提供者:艾军
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com