搜索资源列表
testdtw(zhu)
- 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
D2
- 黄莺大家使用 关于SSD2 的操作系统 欢迎 大家来下载-Ying Huang we use on the operating system SSD2 welcome you to download
KOL.MCK
- 一、KOL是什么?KOL能做什么? MCK是什么?MCK能做什么? KOL是一套对象库,免费而且开放源代码,大家可以http://bonanzas.rinet.ru/去下载到 它。它能够使Delphi编出尺寸非常小的32位Windows图形用户界面的应用程序。 目前支持的Delphi版本:Delphi6,Delphi5,Delphi4,Delphi3和Delphi2。 使用KOL在D2-D5中编写的最小图形界面程序(只有一个窗体的空应用程序),只有13K左右。
HammingDecoder
- -- 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
LSD_TEXT
- 使用Keil c51软件开发,经过编程,将程序下载至单片机STC开发板上。得到的效果:D1-D3-D2-D4-D3-D5-D6-D5-D7-D6-D8-D7-D1-D8-D2-D1-D3-...的次序点亮LED灯。-failed to translate
d2
- 这是一个单片机控制的电子定时程序,实现对定时的控制和调整。-This is a single-chip electronic timing control procedures, to achieve the control and adjustment from time to time.
huibian
- 要求用子程序结构编写一程序,将存储器数据段中偏移量为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
tbarcode
- 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
11
- 广告流水灯程序 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
D2
- 自行编写链式存储队列的基本运算子程序(名称不变) 实现以下功能: ①创建一个空的链式队列; ②判断新建的链式队列是否为空; ③提示用户输入“链式队列的长度”; ④根据用户输入的“链式队列的长度”,逐一提示 用户输入“链式队列中的各个元素”,完成链式 队列的构造; ⑤判断此时的链式队列是否为空; ⑥调用子程序打印当前链式队列的队首元素和队尾 元素; ⑦编写打印链式队列元素的子程序PrintNode( ); ⑧清空队列,连续3次做下列操作:入队4个元素
led-(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
LEDd
- 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.
LEDd
- 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.