数据结构实验
#include <iostream> #include <stdio.head> #include <stdlib.head> #include <stri...
#include <iostream> #include <stdio.head> #include <stdlib.head> #include <stri...
function [alpha,N,U]=youxianchafen2(r1,r2,up,under,num,deta) &nbs...
#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 ...
#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 ...
nx=length(x(:)); if nargin<2 || isempty(win) win=nx; end if nargin<4 || isempty(...
function [R,k,b] = msc(A) % 多元散射校正 % 输入待处理矩阵,通过多元散射校正,求得校正后的矩阵 %% 获得矩阵行列数 [m,n] = size(A); %%...
通用寄存器的部分代码 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY traffic IS PORT(clk,sm,sb:IN bit mr,my,mg...
%========================开始提取加噪信号的各类特征值================================ for n=1:1:50; ...
%========================开始提取加噪信号的各类特征值================================ for n=1:1:50; ...
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,复制构造函数Qu...