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

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

代码结果 10,000
www.eeworm.com/read/187902/8593320

dsw tcp ip demo.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/187902/8593323

h tcp ip demodlg.h

// TCP IP DemoDlg.h : header file // #if !defined(AFX_TCPIPDEMODLG_H__9E8AAEF0_B8AD_4853_A7DA_A3A3F74A27E0__INCLUDED_) #define AFX_TCPIPDEMODLG_H__9E8AAEF0_B8AD_4853_A7DA_A3A3F74A27E0__INCLUDED_
www.eeworm.com/read/187902/8593336

ncb tcp ip demo.ncb

www.eeworm.com/read/431634/8664353

m ip_09_05.m

% MATLAB script for Illustrative Problem 9.5. echo on % First determine the maximal length shift-register sequences. % Assume the initial shift-register content as "00001". connections1=[1 0 1 0 0
www.eeworm.com/read/431634/8664360

m ip_09_06.m

% MATLAB script for Illustrative Problem 9.6. echo on rho_b1=0:5:35; % rho in dB for the simulated error rate rho_b2=0:0.1:35; % rho in dB for theoretical error rate computation
www.eeworm.com/read/431634/8664369

m ip_09_07.m

% MATLAB scripit for Illustrative Problem 9.7. echo on rho_b=0:2:24; % rho in dB for i=1:length(rho_b), smld_err_prb(i)=ss_Pe97(rho_b(i)); % simulated error rate e
www.eeworm.com/read/431634/8664373

m ip_09_04.m

% MATLAB script for Illustrative Problem 9.4. echo on Lc=20; % number of chips per bit A1=3; % amplitude of the first sinusoidal interference A2=7; % amplitude of the second sinu
www.eeworm.com/read/431631/8664404

m ip_08_02.m

% MATLAB script for Illustrative Problem 8.2. echo on pn0_db=[-20:0.1:30]; pn0=10.^(pn0_db./10); capacity=3000.*log2(1+pn0/3000); pause % Press a key to see a plot of channel capacity vs. P/N0.
www.eeworm.com/read/431631/8664406

m ip_08_07.m

% MATLAB script for Illustrative Problem 8.7 echo on ep=0.3; for i=1:2:61 p(i)=0; for j=(i+1)/2:i p(i)=p(i)+prod(1:i)/(prod(1:j)*prod(1:(i-j)))*ep^j*(1-ep)^(i-j); echo off ; end
www.eeworm.com/read/431631/8664412

m ip_08_03.m

% MATLAB script for Illustrative Problem 8.3. echo on a_db=[-20:0.2:20]; a=10.^(a_db/10); for i=1:201 f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i)); g(i)=quad('il3_8fun',-a(i)-5,-a(i)+5,1