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

搜索资源列表

  1. shuziwenduji

    0下载:
  2. 汇编语言设计温度传感器,硬件电路包括8051单片机、温度传感器ds18b20、点阵字符型液晶显示模块等。软件部分包括ds18b20复位与检测子程序、读温度子程序、温度数据处理程序、温度显示子程序、按键扫描子程序、报警值设定子程序、温度比较子程序等。-Assembly language design and temperature sensors, the hardware circuit including the 8051 temperature sensor Ds18b20, dot mat
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:21883
    • 提供者:yangtiantian
  1. TP2SM56

    0下载:
  2. This paper review the effectiveness of the parity space approach to identify faults or disturbance in a system. The most commonly used is the observer based procedures, and redundancy relationship method. This involves analytical mathematical a
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2606170
    • 提供者:Hazrul
  1. use_libsvzm

    0下载:
  2. To use precomputed kernel, you must include sample serial number as the first column of the training and testing data (assume your kernel matrix is K, # of instances is n):
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:260012
    • 提供者:meriouma
  1. weighted-fusion

    0下载:
  2. 对多传感器数据进行加权融合,该算法中提出来扩展支持度矩阵,用Matlab进行仿真。-Weighted multi-sensor data fusion, the algorithm proposed to extend the support matrix, using Matlab simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1110
    • 提供者:孙淼
  1. juzheng

    0下载:
  2. 用一维数据组存储图中顶点的信息,用矩阵表示图中各顶点之间的相邻关系。-Information of the vertices in the graph of one-dimensional data set is stored, with the matrix representation of the relationship between adjacent vertices in the graph.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1216
    • 提供者:王莲
  1. doa

    0下载:
  2. DOA估计:最大熵算法、最小模算法、最小方差算法。输入: 快拍数据协方差矩阵R,观察范围内各方向导向矢量,三维矩阵phiyz。输出:最小方差谱估计矩阵P。-DOA Estimation: maximum entropy algorithm, the minimum norm algorithm, the minimum variance algorithm. Input: snapshot of the data covariance matrix R, the steering vector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1042
    • 提供者:felix
  1. led_RS232

    0下载:
  2. 串口通信实例,单片机发送一帧数据,上位机接收,并点阵显示,模拟16*16LED点阵效果。-Examples of serial communication, microcontroller sends a frame data, the host computer receives, and dot matrix display, analog 16*16LED lattice effect.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:40368
    • 提供者:朱赛
  1. mofangzhen

    0下载:
  2. 1. 设计数据结构; 2. 设计算法完成任意n阶魔方阵的填数; 3. 分析算法的时间复杂度 魔方阵,又叫幻方阵,在我国古代称为“纵横图”。它是在一个n*n的矩阵中填入1到n*n的数字(n为奇数),使得每一行,每一列,每条对角线的累加和都相等。-Design data structure design algorithm to complete the fill in the number of arbitrary order n magic square time complex
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:14914
    • 提供者:周琳
  1. circonv

    0下载:
  2. 圆卷积与线卷积在FIR中的实现,通过程序还开深刻理解两者间的差别和各自优劣。 1.圆卷积用在被截出的某段数据中,此时,长度应该定为和输入数据长度一致(一般输入数据大于hn的数),这时圆卷积结果相当于某段被截断出来的数据以非截断的方式经过滤波而得出的结果;线卷积用在各自独立的,离散的数据中,若截断数据也用线性卷积来计算,那么就相当与这部分数据是与源数据是独立的, 得出的结果时域两端会变长,但频谱基本上一样的。差别可以想象。 2.注意圆卷积最开始的输入数据的次序,构造矩阵时要注意。-Ci
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1239
    • 提供者:Kevin
  1. tide

    1下载:
  2. 一个简单的调和分析程序。程序思路很简单:将方程系数矩阵中各个参数输入后通过IMSL函数库中lin_sol_gen函数解得;通过求每分钟一次数据中的极值求得每天高低潮潮时和潮高。细节部分程序内有详细说明。 -The program idea is simple: the various parameters in the matrix of the equation coefficients entered by the IMSL library lin_sol_gen function so
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:61126
    • 提供者:JSDRV
  1. breadth-first--algorithm

    0下载:
  2. 数据结构经典算法C++实现(四):广度优先(邻接矩阵)算法-Data structures classical algorithm C++ of realization (d): breadth-first (adjacency matrix) algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:113718
    • 提供者:carmen
  1. QianSanZhang

    0下载:
  2. 我们上课时的课件,非常有条理,想学习数据结构的同学可以下载来学习,里面有完整的代码介绍,线性表/链表/二叉树/邻接矩阵/图等~我们上机就都从里面拷代码,是非常好的学习资料~这章是前三章。-Courseware in our class, very organized, want to learn data structures students can download to learn, there are a complete introduction of the code, linear
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1612332
    • 提供者:温晓
  1. SiWuZhang

    0下载:
  2. 这章是四五章。我们上课时的课件,非常有条理,想学习数据结构的同学可以下载来学习,里面有完整的代码介绍,线性表/链表/二叉树/邻接矩阵/图等~我们上机就都从里面拷代码,是非常好的学习资料~。-This chapter is four or five chapters. Courseware in our class, very organized, want to learn data structures students can download to learn, there are a c
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1092897
    • 提供者:温晓
  1. Amecur-maths

    0下载:
  2. Amecur Maths是一款数值计算软件,除了可以进行基础的数学表达式和矩阵运算外,还提供可编程的开发环境,并且兼容Matlab 语法。 Amecur Maths拥有以下特点: 1) 友好的工作平台和编程环境; 2) 简单易用的程序语言; 3) 强大的科学计算数据处理能力;-Amecur Maths is a numerical software which can calculate the basis of the mathematical expression and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:922107
    • 提供者:usafchn
  1. sortmatrix

    0下载:
  2. 将矩阵内的数据排序,并输出相应原位置坐标 -The matrix of data sorting, and output the corresponding original position coordinates
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1304
    • 提供者:raincoat
  1. 1664x64LED6

    0下载:
  2. 16字 LED点阵屏+DS1302电子钟 C 程序1 脚接+5V 2,3脚32768HZ晶振 4脚接地 5脚接S51的P02 6脚接S51的P01 7接S51的P008脚接后备电源,可以接老计算机主板板上的3.6V电池,也可以通过二级管隔离接一个大容量电解电容电压在2.5V以上即可维持595连级输出数据,138行驱动 P1_0为时钟模式转换键、P2_1为时钟加键、P1_2为时钟减键、P2_3为时钟复 -C program of the 16-character LED dot matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3693
    • 提供者:尴尬
  1. MatrixTest

    0下载:
  2. 含有一个矩阵库,读取数据(数据在文件目录下)。使用矩阵库求逆,求逆后输出到文件。-include a matrix library,read data and do some cauculate with matrix .then print to file .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:377823
    • 提供者:郎俊健
  1. 3208-electronic-clockV4.1

    0下载:
  2. 3208电子点阵屏,用来做电子时钟,驱动改为适合原来V2.0和V3.0版本的硬件电路升级。 加入汇编的数据反转程序。 修改显示版本号为V4.1-3208 dot-matrix screen, used to do electronic clock drive changed for the original V2.0 and V3.0 version of the hardware circuit upgrade. Add compilation of the data inversio
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:92130
    • 提供者:dw
  1. Generate_SystemMatrix

    2下载:
  2. 本程序在matlab中运行。 Generate_SystemMatrix是一个计算OSEM,MLEM迭代图像算法中系统矩阵的函数,其用法Generate_SystemMatrix(pixel),为所要重建图像的大小,一般为64,128,256,pixel也大运算越慢。 里面的diedai-test文件是一个简单的MLEM重建算法,其中要加载SystemMatrix矩阵就是Generate_SystemMatrix(128)的结果,注意如果要运行diedai-test,生成的系统矩阵名
  3. 所属分类:matlab例程

    • 发布日期:2013-04-12
    • 文件大小:172803
    • 提供者:cc
  1. AVRLCD12864

    0下载:
  2. AVR与LCD12864接口编程,简单易用,只需改变对应数据或汉字点阵即可-AVR and LCD12864 interface programming, easy to use, simply change the corresponding data or character dot matrix can
  3. 所属分类:SCM

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