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

搜索资源列表

  1. testdtw(zhu)

    0下载:
  2. function dist = dtw(t,r) n = size(t,1) m = size(r,1) 帧匹配距离矩阵 d = zeros(n,m) for i = 1:n for j = 1:m d(i,j) = sum((t(i,:)-r(j,:)).^2) end 累积距离矩阵 D = ones(n,m) * realmax D(1,1) = d(1,1) 动态规划 for i = 2:n
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:560byte
    • 提供者:ydh
  1. D2

    0下载:
  2. 黄莺大家使用 关于SSD2 的操作系统 欢迎 大家来下载-Ying Huang we use on the operating system SSD2 welcome you to download
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:3.42kb
    • 提供者:
  1. KOL.MCK

    0下载:
  2. 一、KOL是什么?KOL能做什么? MCK是什么?MCK能做什么? KOL是一套对象库,免费而且开放源代码,大家可以http://bonanzas.rinet.ru/去下载到 它。它能够使Delphi编出尺寸非常小的32位Windows图形用户界面的应用程序。 目前支持的Delphi版本:Delphi6,Delphi5,Delphi4,Delphi3和Delphi2。 使用KOL在D2-D5中编写的最小图形界面程序(只有一个窗体的空应用程序),只有13K左右。
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-29
    • 文件大小:10.93mb
    • 提供者:kenneth
  1. HammingDecoder

    0下载:
  2. -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee U
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3.67kb
    • 提供者:djs
  1. LSD_TEXT

    0下载:
  2. 使用Keil c51软件开发,经过编程,将程序下载至单片机STC开发板上。得到的效果:D1-D3-D2-D4-D3-D5-D6-D5-D7-D6-D8-D7-D1-D8-D2-D1-D3-...的次序点亮LED灯。-failed to translate
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:10.71kb
    • 提供者:马可
  1. d2

    0下载:
  2. 这是一个单片机控制的电子定时程序,实现对定时的控制和调整。-This is a single-chip electronic timing control procedures, to achieve the control and adjustment from time to time.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1.39kb
    • 提供者:星光
  1. huibian

    0下载:
  2. 要求用子程序结构编写一程序,将存储器数据段中偏移量为s2开始存放具有一定长的数据块(源数据块为字节数据,内容为0,1,2,3,4,5,6,7,8,9),传送到存储器数据段中偏移量为d2(目标数据块)开始的单元中去。 -Asked to prepare a program with the subroutine structure, the memory data segment offset s2 start storing the data blocks of a certain length
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:56.28kb
    • 提供者:张陆军
  1. tbarcode

    0下载:
  2. TBarcode (Descr iption/Installation) Descr iption: ------------ TBarcode is a 16/32-bit programming tool for Borlands Delphi compiler versions (D1, D2, D3, D4, D5). It supports the most common barcode types: EAN-8, EAN-13, UPC-A, UPC
  3. 所属分类:Delphi VCL

  1. 11

    0下载:
  2. 广告流水灯程序 ORG 00H MOV P2,#80H START:MOV A,#0FFH 赋初值 CLR C MOV R2,#8 LOOP:RRC A 带进位右移 MOV P1,A CALL DELAY DJNZ R2,LOOP MOV R2,#7 LOOP1:RLC A 带进位左移 MOV P1,A CALL DELAY DJNZ R2,LOOP1 JMP START DELAY:MOV R3,#20
  3. 所属分类:assembly language

    • 发布日期:
    • 文件大小:1.88kb
    • 提供者:yoauni
  1. D2

    1下载:
  2. 自行编写链式存储队列的基本运算子程序(名称不变) 实现以下功能: ①创建一个空的链式队列; ②判断新建的链式队列是否为空; ③提示用户输入“链式队列的长度”; ④根据用户输入的“链式队列的长度”,逐一提示 用户输入“链式队列中的各个元素”,完成链式 队列的构造; ⑤判断此时的链式队列是否为空; ⑥调用子程序打印当前链式队列的队首元素和队尾 元素; ⑦编写打印链式队列元素的子程序PrintNode( ); ⑧清空队列,连续3次做下列操作:入队4个元素
  3. 所属分类:assembly language

    • 发布日期:2014-06-08
    • 文件大小:1kb
    • 提供者:赵康州
  1. led-(2)

    0下载:
  2. 1-1-2d1,d2同时闪烁6次,之后d1,d2交替闪烁3次后停止,停止时d1,d2熄灭-After the 1-1-2 d1, d2 and flash 6 times, d1, d2 flashing 3 times after stop, stop the d1, d2
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:8.18kb
    • 提供者:樊新超
  1. LEDd

    0下载:
  2. 1-2-5上电d1,d2全亮一会,之后d1闪烁5次,之后d1,d2交替闪烁4次后停止。-On the 1-2-5 d1, d2 on for a while, after d1 flash 5 times, after the d1, d2 flashing in 4 times after the stop.
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:8.38kb
    • 提供者:樊新超
  1. LEDd

    0下载:
  2. 1-1-1d1,d2交替闪烁5次,之后d1,d2同时闪烁4次,一直重复以上过程-After flashing in the 1-1-1 d1, d2 5 times, d1, d2 flashes 4 times at the same time, always repeat the process.
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:8.22kb
    • 提供者:樊新超
搜珍网 www.dssz.com