代码搜索:IP 有哪些应用?

找到约 10,000 项符合「IP 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/179921/9331417

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/375906/9344162

pdf omnet_tcp_ip.pdf

www.eeworm.com/read/177966/9425748

bmp ip header data.bmp

www.eeworm.com/read/373522/9452945

pdf ip_over_sdh.pdf

www.eeworm.com/read/176393/9500285

c get_ip_code.c

/* 文件名字:get_ip_code.c */ #include "pcap.h" /* ----------------------------------------------------------------------------------------------------------------------- Libpcap头文件 ; 下面是以太网协议格式 ----
www.eeworm.com/read/176301/9507796

gif tyi86_ip.gif

www.eeworm.com/read/371748/9537841

m ip_06_04.m

% MATLAB script for Illustrative Problem 6.4. clear echo on Length=101; Fs=10000; W=2000; Ts=1/Fs; n=-(Length-1)/2:(Length-1)/2; t=Ts*n; h=2*W*sinc(2*W*t); % The rectangular windowed
www.eeworm.com/read/371748/9537844

m ip_06_05.m

% MATLAB script for Illustrative Problem 5, Chapter 6. clear echo on p=0.99; N=1000; d=5; % The filter is described by the vectors A and B below... A=[1 -2*p p^2]; B=(1-p)^2; for i=1:N, [
www.eeworm.com/read/371748/9537847

m ip_06_06.m

% MATLAB script for Illustrative Problem 6, Chapter 6. clear echo on N=52; noise_var=0.25; sigma=sqrt(noise_var); % standard deviation of the noise for i=1:N, % generate data sequence