资源列表

« 1 2 ... .02 .03 .04 .05 .06 14107.08 .09 .10 .11 .12 ... 14959 »

[书籍源码object-detecion-(matlab)

说明:运动目标检测的matlab代码,通过调用视频中的帧图像来进行检测。-Moving target detection matlab code, by calling the video fr a me images for testing.
<王大力> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言irq

说明:irq test for simulatinng all types of interrupts
<koss20vl> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言answers

说明:asm example of 64 bits operations.
<koss20vl> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言2011

说明:设计并实现一个简单的银行储蓄系统,完成活期和定期用户的存款和取款业务。要求如下: 1. 实现描述银行的类,记录系统中现有哪些储户(提示:可用对象数组实现,但须注意判断数组越界的情况),该类中要求包含三个函数: (1) 生成新储户的函数; (2) 按照账户删除储户的函数(需判断该帐户是否还有余额) (3) 按照账户查询储户的函数,要求显示查询结果。 2. 定义储户类。其属性包含账号,存款人姓名、身份证号、地址、存款余额
<chen> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言Phyjp4-6

说明:对区域平均的年平均降水的标准化距平进行11年、5年滑动平均-The regional average, the annual average precipitation anomaly for the standardization of 11 years, 5 year moving average
<zhou> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言keypad

说明:This program reads a hex codes from a keypad attached to the 6821, Port A. The code is converted to ASCII and sent to the console
<izzeldin> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[汇编语言sawtooth

说明:This a test program for the MC1408L8 digital-to analog converter interface to the 6821 PIA. The program creates a sawtooth wave by continually incrementing a count and sending it to the MC1408L8. The constants STEP and C
<izzeldin> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[Dephi控件源码dropfiles1

说明:drop files from windows
<bullgoddie> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[语音合成与识别mfcc-26

说明:一个语音识别,做得不好大家多谅解-A voice recognition, do not you more understanding! ! ! ! ! ! ! ! ! ! ! !
<ydh> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[语音合成与识别dtw2glh

说明:制作的语音识别的新手,好多地方向大家学习!!希望多支持!-Speech recognition produced the novice, many in the direction you learn! ! I hope more support!
<ydh> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[语音合成与识别dtw2ys

说明:制作的语音识别的新手,好多地方向大家学习!!希望多支持!-Speech recognition produced the novice, many in the direction you learn! ! I hope more support!
<ydh> 在 2025-01-23 上传 | 大小:1kb | 下载:0

[语音合成与识别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
<ydh> 在 2025-01-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 14107.08 .09 .10 .11 .12 ... 14959 »

源码中国 www.ymcn.org