资源列表
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
inputandoutput
- 汇编实验,实现对字符的输入和输出,涉及寄存器和缓冲等知识-Compilation of experiments, to achieve the input and output for character, involving knowledge of register and buffer, etc.
mips
- 可在Mips模拟器SPIM上运行的程序代码,加法和排序-SPIM simulator can be run on Mips program code, additions and sorting
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
LSL
- 最小均方算法lms源程序,算法简单,实用,可准确无误的运行-Minimum mean-square source lms algorithm, the algorithm is simple, practical, accurate operation can be
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