资源列表
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
e60k
- 此程序可以计算自然对数的底到小数点后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
LSL
- 最小均方算法lms源程序,算法简单,实用,可准确无误的运行-Minimum mean-square source lms algorithm, the algorithm is simple, practical, accurate operation can be
shiyan11
- 编译原理词法分析源程序检验C语言无符号数-Lexical analysis of source code compiler theory test C-unsigned
mypage
- 自绘组件,透明edit combobox listbox urllabel-Self-drawn components
A-differential-method
- 利用一次微分法计算电流、电压的幅值、 相位等电量时,只需使用连续的三个采样 值,算法的时间窗为 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
jacobi
- 用雅克比迭代法求解方程,给出5*5 但可在此基础上拓展-Solving equations using Jacobi iterative method, gives 5* 5 but can be expanded on the basis of
FIR_LPF
- 给音频叠加一个20dB的噪声,再通过一个滤波器滤除噪声-Give a 20 db of noise added to the audio, to filter out noise through a filter
ex2_19
- 利用两层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
dsp
- .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
16bit_adder
- 这个程序是用汇编写成的对于给定的两个16进制数的加法,是北京某重点高校的一道汇编练习题。
74HC595
- 关于74595的实现跑那等的程序,十分有用的,大家借鉴-About 74,595 of the realization that such a program to run, very useful, everybody' s reference