资源列表
[语音合成与识别] 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
[编译器/词法分析] external_compressible
说明:mesh for external compressible flow<sam> 在 2025-07-06 上传 | 大小:2mb | 下载: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
[中间件编程] 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