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. 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. 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. 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. 14752

    0下载:
  2. 数据结构综合试验,关于稀疏矩阵的各种运算-Comprehensive test data structure, on a variety of sparse matrix operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:13257
    • 提供者:小龙
  1. OFDM2

    0下载:
  2. 1. 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较; 2. 程序中循环前缀的设置,作者称是25%的CP,但是从矩阵的构造并不能看出这一点 并且CP为Zero-CP,需要加入与真正复制了数据样值的循环CP系统进行性能对比 3. 仿真条件为系统处于理想同步情况下。 -1. The program had a simple LMS channel estimation, not joined with the MMSE channel estim
  3. 所属分类:3G develop

    • 发布日期:2017-04-02
    • 文件大小:4351
    • 提供者:年朋
  1. CovarianceApplications

    0下载:
  2. 数据挖掘课程的课件,关于协方差矩阵 有关于协方差矩阵的介绍,例子,应用 用在关于维度的降低上-data mining,Covariance Matrix Applications,Dimensionality Reduction
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:124548
    • 提供者:Erin
  1. DSP_Exp1

    0下载:
  2. 1、 学习Matlab最有效的方式是自己动手以及经常查Help。 2、 遇到不很确定的函数或者操作,最好的办法就是自己建一个测试矩阵然后试一下,不会对数据产生不好的影响,也十分直观,因为很多细节老师也不会很清楚。 3、 养成用Editer编程的好习惯,最好结构化编程,经常使用自建的函数,使得代码清晰易查错。 4、 自己给自己加注释,运行程序时可以先试着一行一行运行,看一下每一行的输出是否与预期相同等等,出错的时候自上而下慢慢查。 -1, the most effective wa
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:206220
    • 提供者:hooyu
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com