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

搜索资源列表

  1. 稀疏距阵的数组实现

    0下载:
  2. 数据结构的稀疏距阵的实现-data sparse matrix structure of the realization
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:梁鹤
  1. 数据结构学习(C++)之稀疏矩阵

    0下载:
  2. 数据结构学习(C++)之稀疏矩阵分析-study data structure (C) of sparse matrix analysis
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4432
    • 提供者:按时的
  1. kmeansNetlab

    0下载:
  2. KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1926
    • 提供者:西晃云
  1. juzhen22

    0下载:
  2. 是数据结构中经常见到的矩阵运算,包括+,-,* 。-data structure is often seen matrix operations, including +,-,*.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1503
    • 提供者:胡逸
  1. deterministic_linear_system_identification.tar

    0下载:
  2. A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is on the variety of possible ways to implement the mappings from data to parameters of the data generating system. The considered system representatio
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:92458
    • 提供者:kedle
  1. 转置

    0下载:
  2. 关于数据结构中矩阵转置的算法。-data on the structure of the matrix transpose algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7591
    • 提供者:陈新
  1. base

    0下载:
  2. 基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a ge
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2165
    • 提供者:wang
  1. XZLB

    0下载:
  2. 数据结构中稀疏矩阵的十字链表存取表示,加,减,乘,除等常用算法-data sparse matrix structure of the Cross access Chain said, plus or minus, by, among other commonly used algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26977
    • 提供者:黄大东
  1. 透视仪

    0下载:
  2. 一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem descr ipt
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5087
    • 提供者:陶锐
  1. winsock_example

    1下载:
  2. 这个例子使用客户端和服务器端的功能来演示如何在二者之间传递数据。这个例子模拟了矩阵绿光屏。包括编译后的客户端和服务器端。-examples of the use of the client and server functions to demonstrate how the data transfer between the two. The example simulation matrix green screen. Compiled after the client and server
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13474
    • 提供者:
  1. exp5

    0下载:
  2. 数据结构算法,稀疏矩阵的存储,两矩阵相乘,两矩阵相加的实现-data structure algorithms, sparse matrix storage, two matrix multiplication, the sum of two matrix to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2173
    • 提供者:王与
  1. image-4

    0下载:
  2. ex4.14 图元识别问题« 问题描述:在数字化图像处理中常将一幅图像表示为一个m´ m 的像素矩阵。其中每个像素的值为0或1。值为0的像素表示图像的背景,而值为1 的像素表示图像中某个图元上的一个点,通常称其为图元像素。当一个像素在另一个像素的上方、下方、左侧或右侧时,称这2个像素为相邻像素。一幅图像中的相邻像素属于同一图元,而不相邻的像素属于不同图元。图元识别问题就是对给定图像的图元像素进行标记,使得同一图元的图元像素有相同的标记,而不同图元的图元像素其标记也不同。试
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:58735
    • 提供者:林天
  1. 视频分割的matlab 程序

    2下载:
  2. 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive data. 2. After a brightness of th
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2539
    • 提供者:王斌
  1. Transpose444

    0下载:
  2. 矩阵转制的问题有多种算法,这是一个基于数据结构的算法,用过就知道其好处了。-matrix conversion of a number of algorithms, which is a data structure based on the algorithm used to know on the merits.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7480
    • 提供者:yuanwei
  1. 矩阵转置

    0下载:
  2. C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets, we are interested in this is
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:850
    • 提供者:郑伟雄
  1. 三元组

    0下载:
  2. C语言数据结构作业三元组序列表,特点是非零元在表中按行序有序储存,因此便于进行依行顺序处理的矩阵运算,然而若需按行号存取某一行的非零元,则需从头开始进行查找-C language data structures operating sequence in Table 3, which is characterized by non-zero yuan in the table in an orderly sequence by storage firms, according to facili
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:郑伟雄
  1. 用邻接矩阵实现图的数据结构问题

    0下载:
  2. 一个有关用邻接矩阵实现图的数据结构问题,以语言实现!-an adjacency matrix with the realization of the map data structure, in language!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1319
    • 提供者:陈峰
  1. color converter

    0下载:
  2. The main purpose of the core is a color transform tasks such as CIE XYZRGB, different RGBRGB and RGBYCbCr operations. The main part of color conversions from one to another color system concludes in 3x3 matrix multiplication with vector addition. The
  3. 所属分类:VHDL编程

    • 发布日期:2010-12-19
    • 文件大小:7935
    • 提供者:cfriend
  1. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  1. WaveMatlab.rar

    2下载:
  2. Matlab地震波显示程序 Matlab的矩阵数据类型与地震波数据类似 ,Matlab seismic display program Matlab matrix data types and seismic wave data similar
  3. 所属分类:matlab例程

    • 发布日期:2017-05-11
    • 文件大小:1125
    • 提供者:fyl
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com