资源列表

« 1 2 ... .83 .84 .85 .86 .87 8188.89 .90 .91 .92 .93 ... 14954 »

[语音合成与识别dtw2glh

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

[语音合成与识别dtw2ys

说明:制作的语音识别的新手,好多地方向大家学习!!希望多支持!-Speech recognition produced the novice, many in the direction you learn! ! I hope more support!
<ydh> 在 2025-07-06 上传 | 大小: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,1) 动态规划 for i = 2:n
<ydh> 在 2025-07-06 上传 | 大小:1kb | 下载:0

[语音合成与识别vad(dd)

说明:端点检测,刚开始起步!!!!!!!多指导-Detection, has just started! ! ! ! ! ! ! More guidance
<ydh> 在 2025-07-06 上传 | 大小:1kb | 下载:0

[编译器/词法分析external_compressible

说明:mesh for external compressible flow
<sam> 在 2025-07-06 上传 | 大小:2mb | 下载:0

[Dephi控件源码Puzzle1

说明:Puzzle game.. match the pictures in form
<beby> 在 2025-07-06 上传 | 大小:215kb | 下载:0

[编译器/词法分析lab1

说明:本程序是编译原理中的词法分析的一个例子程序。他主要实现整个程序中的所有关键字、变量名等的识别。-Principle of the program is to compile an example of lexical analysis program. His main achievement of the whole process all the keywords, variable names and other identification.
<chengguoqing> 在 2025-07-06 上传 | 大小:149kb | 下载:0

[Dephi控件源码Delphi_jingdian_FUN

说明:delphi经典函数,对自己平时的工作和学习很有用.-delphi classic function of their usual work and study very useful.
<lwj> 在 2025-07-06 上传 | 大小:22kb | 下载:0

[编译器/词法分析three-labs

说明:这里面含有三个程序,是有关于编译原理中的几个简单的小程序。例如表达式分析等。-That it contains three programs, there is a theory about the compilation of a few simple applets. For example, the expression analysis.
<chengguoqing> 在 2025-07-06 上传 | 大小:388kb | 下载:0

[操作系统开发LCD

说明:关于S3C24440在无操作系统支持下的LCD编程源码,可以切换分辨率-About S3C24440 without the support of the operating system' s LCD programming source code, you can switch the resolution
<wu> 在 2025-07-06 上传 | 大小:341kb | 下载:0

[中间件编程BmOpcDaSvr3.8

说明:OPC 工具包产品以标准动态连接库(DLL)形式提供二次开发接口,与 Win98、WinNT、 WIN2000、WIN2003系统完全兼容。OPC开发软件包由服务器软件包、客户端开发软件包组成, 完全封装了 OPC 技术和COM技术实现细节,使二次开发的程序员无需 OPC规范和COM技术底层细节,降低服务器和客户端程序开发的复杂程度和减少了熟悉OPC 技术的时间,只需专注于自己熟悉的数据采集和过程控制,其他的一切都交给软件开发包来完成。由于软件开发包以标准的WINDOWS API方式提供,
<一刀> 在 2025-07-06 上传 | 大小:6.48mb | 下载:0

[中间件编程kt-vb-code

说明:code to communicate with oscilloscope using gpib
<Anjali Negi> 在 2025-07-06 上传 | 大小:11kb | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 8188.89 .90 .91 .92 .93 ... 14954 »

源码中国 www.ymcn.org