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

搜索资源列表

  1. migong

    0下载:
  2. 以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:805
    • 提供者:ma
  1. mataqipang

    0下载:
  2. 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:3660
    • 提供者:周敏从
  1. com_1

    0下载:
  2. 利用单片机的串口接受数据驱动点阵显示-MCU' s serial port to accept the use of data-driven dot-matrix display
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:161000
    • 提供者:hexview
  1. roundsd

    0下载:
  2. his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits. Examples: roundsd(0.012345,3) returns 0.0123 roundsd(12345,2) returns 12000 This is a useful complement
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2095
    • 提供者:ken
  1. bp_v1_2

    0下载:
  2. -----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4567
    • 提供者:沈龙
  1. idct_

    0下载:
  2. H264中DCT和IDCT的优化算法,基于ADI平台的指令-This is the algorithm of IDCT. It is based on the separable nature of IDCT for multi-dimension. The input matrix is 8x8 real data. First, one dime-sional 8-point IDCT is calculated for each of the 8 rows
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6600
    • 提供者:Tony Liu
  1. PCA_for_3_component_compound

    1下载:
  2. 该程序旨在模拟处理分析多种化学物质混合物的吸收光谱数据,提取出各个化学成分的峰值所在。该程序采用svd方法对光谱数据的协方差矩阵进行PCA分析,并且取得令人满意的效果。-The program designed to simulate the processing and analysis of multiple chemical mixtures of the absorption spectra of the data, extracting the chemical composition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-06
    • 文件大小:741033
    • 提供者:马思土
  1. wrec

    0下载:
  2. We consider a complex-valued wavefield reconstruction in an object plane from data in a sensor plane. A digital modeling for the forward propagation is presented in the algebraic matrix form M-DDT. The inverse propagation is formalized as an inverse
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:398536
    • 提供者:mythu
  1. MUSIC_algorithm

    3下载:
  2.  MUSIC 算法是利用接收数据的协方差矩阵(Rx)分离出信号子空间和噪声子空间,利用信号方向向量与噪声子空间的正交性来构成空间扫描谱,进行全域搜索谱峰,从而实现信号的参数估计。-MUSIC algorithm is used to receive data covariance matrix (Rx) to isolate the signal subspace and noise subspace, using the signal direction vector and noise su
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:807
    • 提供者:超云
  1. HB240128M1

    0下载:
  2. HB240128M点阵液晶中文数据手册,找了很久才找到的哦。哪出来和大家分享希望对大家有用-HB240128M dot-matrix LCD Chinese data sheet, looking for a long time to find the oh. Which come to share hope for all of us
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1391742
    • 提供者:黄勇
  1. SmileMatrix

    0下载:
  2. 数据结构:数据结构课程设计矩阵运算的可视化实现-Data Structure: Data Structures course design matrix operations Visualization
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:31737
    • 提供者:王守涛
  1. sparsematrix

    0下载:
  2. 这是一个数据结构的实验,关于稀疏矩阵相乘的实现-This is a data structure of the experiment, on the realization of sparse matrix multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:225126
    • 提供者:saber
  1. arraymatrix

    0下载:
  2. 数据结构数组和矩阵相关实现:1维数组、2维数组、矩阵、稀疏矩阵的数组实现、链式实现。-Array and matrix data structures related to implementation: one-dimensional array, two-dimensional array, matrix, sparse matrix array to achieve, chain implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4561
    • 提供者:Robin.Wang
  1. da1

    0下载:
  2. HELP: coherent_ML_receiver function [separated_data]=coherent_ML_receiver(received_signal,H,code_name,rate,num_code,modulator) Perform Maximum Likelihood Space Time Decoding. The function can be computionnaly expensive if the modulation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1128
    • 提供者:dasu
  1. das6

    0下载:
  2. function [separated_data]=coherent_ML_receiver(received_signal,H,code_name,rate,num_code,modulator) HELP: coherent_ML_receiver Perform Maximum Likelihood Space Time Decoding. The function can be computionnaly expensive if the modul
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:1130
    • 提供者:dasu
  1. CorrectCarNoImageAndRegnize

    0下载:
  2. 一种车牌图像校正新方法 【摘要】因摄像机角度而造成的机动车牌图像倾斜会对其后继的字符分割与识别带来不利的影响。本文在分析了车牌倾斜模式的基础上,提出了一种基于最小二乘支持向量机(LS-SVM)的车牌图像倾斜校正新方法。通过LS-SVM线性回归算法求取坐标变换矩阵并对畸变图像进行旋转校正。主要方法:首先,将二值倾斜车牌图像中的像素转换为二维坐标样本,并构造图像数据集 再通过LS-SVM线性回归算法对该数据集进行回归,求取主要参数 最后,再由该参数转换为能反映图像倾斜方向的2维坐标变换矩阵。实验
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:301209
    • 提供者:Leo
  1. sparse

    0下载:
  2. 稀疏矩阵的数据结构-Sparse matrix data structure ~~~~~~~~~~~~~~~
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1503
    • 提供者:yx
  1. ST7529

    0下载:
  2. s77529.pdf The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial P
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1139822
    • 提供者:Jung
  1. RA8835A

    0下载:
  2. RAiO RA8835A Dot Matrix LCD Controller Specification Version 1.0 February 7, 2007 RAiO Technology 现在很多液晶屏控制芯片都采用RAIO的,这个PDF可以做为编写液晶屏的参考文件-The RA8835A is a controller IC that can display text and graphics on LCD panel. It can display l
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:845692
    • 提供者:haing
  1. Compressionstorageandtransposematrix

    0下载:
  2. 实现了矩阵压缩存储与转置的算法 在数据的处理方面没有挺大的作用-Compression storage and transpose matrix In the data processing aspects of the role is not getting bigger
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:33654
    • 提供者:wang
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com