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

资源列表

« 1 2 ... 61 62 63 64 65 6667 68 69 70 71 ... 13223 »
  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
    • 文件大小:560
    • 提供者:ydh
  1. e60k

    0下载:
  2. 此程序可以计算自然对数的底到小数点后6万位。如果编译器对汉字有限制,可以把文件名和代码中的汉字改成英文的,把中文注释删除就可以了。-This program can calculate the natural logarithm of the decimal point after the end of 60000. If the compiler is limited to the characters, you can code the file name and the Chinese c
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:560
    • 提供者:chai
  1. LSL

    0下载:
  2. 最小均方算法lms源程序,算法简单,实用,可准确无误的运行-Minimum mean-square source lms algorithm, the algorithm is simple, practical, accurate operation can be
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:560
    • 提供者:赵小飞
  1. shiyan11

    0下载:
  2. 编译原理词法分析源程序检验C语言无符号数-Lexical analysis of source code compiler theory test C-unsigned
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:560
    • 提供者:马琳林
  1. mypage

    0下载:
  2. 自绘组件,透明edit combobox listbox urllabel-Self-drawn components
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:钱佳华
  1. A-differential-method

    0下载:
  2. 利用一次微分法计算电流、电压的幅值、 相位等电量时,只需使用连续的三个采样 值,算法的时间窗为 2Ts-Using a differential method to calculate the current, voltage amplitude, phase and electricity, simply use continuous three sampling value, the algorithm of time window for 2 ts
  3. 所属分类:ELanguage

    • 发布日期:2017-11-19
    • 文件大小:560
    • 提供者:杨旭
  1. jacobi

    0下载:
  2. 用雅克比迭代法求解方程,给出5*5 但可在此基础上拓展-Solving equations using Jacobi iterative method, gives 5* 5 but can be expanded on the basis of
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:gd
  1. FIR_LPF

    0下载:
  2. 给音频叠加一个20dB的噪声,再通过一个滤波器滤除噪声-Give a 20 db of noise added to the audio, to filter out noise through a filter
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:560
    • 提供者:王小植
  1. ex2_19

    0下载:
  2. 利用两层BP神经网络完成函数逼近。隐含层的激活函数取S型传输函数,输出层的激活函数取线性传输函数-Two layer BP neural network using function approximation. The S transfer function of the hidden layer activation function, the output layer activation function of linear transfer function
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:560
    • 提供者:lele
  1. dsp

    0下载:
  2. .title \" test vc5402 bootloader...\" .ref _c_int00 .mmregs gpiocr .set 3ch gpiosr .set 3dh dxr10 .set 23h drr10 .set 21h spsa0 .set 38h spcr10 .set 39h spcr20 .set 39h xcr10 .set 39h pc
  3. 所属分类:汇编语言

    • 发布日期:2014-01-17
    • 文件大小:561
    • 提供者:呵呵
  1. 16bit_adder

    0下载:
  2. 这个程序是用汇编写成的对于给定的两个16进制数的加法,是北京某重点高校的一道汇编练习题。
  3. 所属分类:汇编语言

    • 发布日期:2014-01-17
    • 文件大小:561
    • 提供者:海燕
  1. 74HC595

    0下载:
  2. 关于74595的实现跑那等的程序,十分有用的,大家借鉴-About 74,595 of the realization that such a program to run, very useful, everybody' s reference
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:561
    • 提供者:刘保
« 1 2 ... 61 62 63 64 65 6667 68 69 70 71 ... 13223 »
搜珍网 www.dssz.com