代码搜索:IP软核

找到约 10,000 项符合「IP软核」的源代码

代码结果 10,000
www.eeworm.com/read/463460/7180373

txt ip和整数互换.txt

''''''''IP和整数互换 {s11ss 2007-12-9}'''''''' Option Explicit Dim str,re,match,n(3),i,answer,q,r str=InputBox("请输入IP或对应的整数:","IP和整数互换","127.0.0.1") If str="" Then WScript.Quit Set re = New Re
www.eeworm.com/read/463457/7180511

bat 获取外网ip.bat

::获取外网IP ::From bbs.cn-dos.net @echo off tmp.vbs cscript //NoLogo /e:vbscript tmp.vbs %1 del tmp.vbs&&pause goto:eof set oDOM = WScript.GetObject("http://www.ip138.com/")
www.eeworm.com/read/462323/7202782

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/462323/7202786

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/462323/7202789

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/462323/7202791

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/462321/7202793

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/462321/7202794

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/462321/7202797

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