jsp博客系统怎么答辩

2024-12-28 08:21:37
推荐回答(1个)
回答1:

下面是最简化的程序
1.m序列
clear
p=5
np=(2^p-1)
x=[1 0 1 0 0 0 1]
for i=10:2*(np+1)
x(i)=xor(x(i-4),x(i-9))
end