代码搜索:IP 有哪些应用?
找到约 10,000 项符合「IP 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/431596/8666269
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/431596/8666287
m ip_01_06.m
% MATLAB script for Illustrative Problem 6, Chapter 1
echo on
ts=0.2; % set parameters
fs=1/ts;
df=0.01;
x=[zeros(1,10),[0:0.2:1],ones(1,9),[1:-0.2:0],zeros(1,10)];
[X,x,df1]
www.eeworm.com/read/431596/8666302
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/431596/8666314
m ip_01_03.m
% MATLAB script for Illustrative Problem 3, Chapter 1.
echo on
fnct='normal';
a=-6;
b=6;
n=24;
tol=0.1;
xx=fseries(fnct,a,b,n,tol,0,1);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
www.eeworm.com/read/431596/8666318
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/431596/8666329
m ip_01_05.m
% MATLAB script for Illustrative Problem 5.1.
df=0.01;
fs=10;
ts=1/fs;
t=[-5:ts:5];
x1=zeros(size(t));
x1(41:51)=t(41:51)+1;
x1(52:61)=ones(size(x1(52:61)));
x2=zeros(size(t));
x2(51:71)=x1(
www.eeworm.com/read/431596/8666338
m ip_01_02.m
% MATLAB script for Illustrative Problem 2, Chapter 1.
echo on
fnct='lambda';
a=-4;
b=4;
n=24;
tol=0.1;
xx=fseries(fnct,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
www.eeworm.com/read/386861/8721704
c51_tcp_ip
www.eeworm.com/read/286757/8744307
txt ip multicast1.txt
1.IGMP(Internet组管理协议)
1).主机使用IGMP向路由器或者交换机宣告自己希望成为某一个多播组的成员
ICMPv1
1.成员查询和成员响应
2.成员默默的离开多播组
IGMPv2
1.允许路由器或者交换机对指定多播组进行查询
2.成员离开
IGMPv3
1.主机能够指定要加入的特定多播组
2.主机能够指定要接收的特定多播源
3.Include和E ...
www.eeworm.com/read/286306/8773254