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

搜索资源列表

  1. finalpaulsbasepaper

    0下载:
  2. domain of my paper is steganography. by using steganalysis to detect the secret information/data from the color image. CLCM(color level co-occurence matrix) algorithm used in this paper.-domain of my paper is steganography. by using steganalysis to d
  3. 所属分类:Network Security

    • 发布日期:2017-12-02
    • 文件大小:381789
    • 提供者:senthamizhselvi
  1. matrix_multiplication_mpi_hw3

    0下载:
  2. A parallel program for the multiplication of two 5x5 matrices by using drived data types.Choose 6 nodes in the run time and each row of the resultant matrix should be calculated by one of the nodes. Create your matrixes only in the master node and us
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:1112
    • 提供者:tunc
  1. lingjiejuzheng

    0下载:
  2. 这是数据结构中,邻接矩阵的代码,希望对您有所帮助-This is the data structure, the adjacency matrix code, you want to help
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:180036
    • 提供者:冯长寿
  1. juzhengpailie

    0下载:
  2. 输入一组数据,然后再对这组数据进行矩阵排列-Input a set of data, and then this group of data arranged in a matrix
  3. 所属分类:assembly language

    • 发布日期:2017-11-29
    • 文件大小:872425
    • 提供者:熊猫
  1. electronic-counter

    0下载:
  2. 以51单片机为主控芯片,实现电子计算器系统。该系统使用LCD1602作为数据显示,输入模块为4*4矩阵键盘,除了实现简单的加减乘除还有求开方,Ln以及按键声音功能。-51 microcontroller as the master chip, electronic calculator. The system to use the LCD1602 as a data input module for 4* 4 matrix keyboard, in addition to simple addi
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:65131
    • 提供者:无名
  1. CCCC

    0下载:
  2. 本程序配合上位机软件可以通过串口下载字模数据到单片机外接RAM中。达到随时改变点阵屏显示内容的目的 外接RAM为6264大小为8K, 6264外接3。6V的备用电池来提供数据备份功能。 -The procedure with the PC software serial download font data to the microcontroller in the external RAM. Dot matrix screen display content reached
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:3675
    • 提供者:蓝文周
  1. sol

    0下载:
  2. solution of matrix to print data in matrix format
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:7823
    • 提供者:chi89
  1. tu

    0下载:
  2. (1)键盘输入数据,建立一个有向图的邻接表。 (2)输出该邻接表。 (3)建立一个无向图的十字链表。 (4)在有向图的邻接表的基础上计算各顶点的度,并输出。 (5)采用邻接表存储实现无向图的深度优先遍历。。 (6)采用邻接表存储实现无向图的广度优先遍历。 (7)以有向图的邻接表为基础实现并输出它的拓扑排序序列 (8)采用邻接矩阵存储实现无向图的最小生成树的PRIM算法。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) keyboard input
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:6284
    • 提供者:BidyBai
  1. DWtest

    0下载:
  2. dw检验Matlab源码,傻瓜型,检测值矩阵已经在程序中准备好了,无需查询。直接导入数据出结果。解压后为m文件-dw test, easyused,import the data directly to the results. detection value matrix have been ready in the program, without having to query.
  3. 所属分类:matlab

    • 发布日期:2017-11-03
    • 文件大小:1108
    • 提供者:sean
  1. 2

    0下载:
  2. 实现手动生成一个n×m矩阵的迷宫,寻找一条从入口点到出口点的通路。迷宫有很多的分岔口,搜索整个迷宫,实际上这是对栈和回溯算法的综合操作。 要实现的主要功能: (1)创建迷宫,将输入的迷宫数据存储到二维数组中。 (2)显示迷宫,将创建的迷宫以方阵的形式显示出来。 (3)查找路径,分别用非递归算法和递归算法查找迷宫路径。 (4)输出路径,用三元组(i,j,d)的形式输出和方阵的形式输出。 (5).恢复迷宫,把探索过后的迷宫数据恢复。 -Manually generate
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:82051
    • 提供者:罗裕君
  1. tichu01

    0下载:
  2. 在matlab环境下,剔除数据样本矩阵中含0的一行数据-Matlab environment, excluding the data sample matrix row of data containing 0
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:565
    • 提供者:周洋
  1. SMUSIC

    2下载:
  2. 单次快拍 MUSIC 算法,这种单次快拍 MUSIC 算法仅利用接收的一次快拍的 M(M 为阵元数)个数据,通过对这 M 个数据做统计处理,来估计阵列数据的协方差矩阵-Single snapshot MUSIC algorithm, this single snapshot the MUSIC algorithm only receiving a snapshot M (M array element number) data, statistical treatment of these M
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:4030
    • 提供者:陈春风
  1. Incremental-SVD-updates

    2下载:
  2. 增量奇异值分解算法,来至MIT大学的wingate教授,含3个源码.-Given the thin SVD of a matrix (X=USV ), update it in a number of interesting ways, while preserving the rank of the result. svd_update.m- update the SVD to be [X+ A *B]=Up*Sp*Vp (a general matrix update). add
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:3487
    • 提供者:jiang
  1. The-BP-neural-network-example

    0下载:
  2. 几个BP神经网络的程序,可以对数据进行分类。改变参数可以输入不同的矩阵数据。-Several BP neural network program, the data can be classified. Changing parameters can enter a different matrix data.
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:4755
    • 提供者:anwei
  1. CMatrix

    0下载:
  2. 该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造c++语言实现任意维数matrix类,方法Matrix()、获取某元素值的方法getData(int row,int col),设置某元素值的方法setData,计算两个矩阵的乘积的方法multiply(Matrix m)等-Class including the the matrix ranks number variable int rows int cols, matrix data
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:7467
    • 提供者:suncoke
  1. matlab

    0下载:
  2. 数字图像处理(DigitalImageProcessing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学理论的创立和完善) 三是广泛的农牧业、林业、环境、军事、工业和医学等方面的应用需求的增长。 MATLAB和Mathematica、Maple并称为三大数学软件。它可以进行矩阵运算、绘制函数和数据、实现算法、创建用户界面、连接其他编程语言的程序等,主要应用于工程
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:19962931
    • 提供者:woody
  1. writemat

    0下载:
  2. 在vb中将需要的矩阵写入matlab的数据文件-Write matlab data files in the matrix will need vb
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1147
    • 提供者:小白
  1. MyDesign1

    0下载:
  2. 16*16led点阵驱动源程序,行扫描,列数据-16* 16led dot matrix driver source code, line scan, column data
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:161108
    • 提供者:陈朗
  1. matrice_acquisizione

    0下载:
  2. for acquiring data from cam OV7670 and store in matrix
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-09
    • 文件大小:27111
    • 提供者:mik1423
  1. dianzhen

    0下载:
  2. 基于CPLD的32*16点阵的设计,单片机通过串口传送数据-32* 16 dot matrix design, the CPLD-based microcontroller through the serial transmission of data
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-15
    • 文件大小:222470
    • 提供者:李永
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com