代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/452710/7436149
c ip2dot.c
/* ip2dot.c - ip2dot */
#include
#include
#include
/*------------------------------------------------------------------------
* ip2dot - create the dotted de
www.eeworm.com/read/452710/7436162
c ip2name.c
/* ip2name.c - ip2name */
#include
#include
#include
#include
/*------------------------------------------------------------------------
* ip2name
www.eeworm.com/read/448377/7534157
h ip6_misc.h
/*
* Copyright (c) 1993, 1994, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/445831/7589502
m ip_05_08.m
% MATLAB script for Illustrated Problem 5.8.
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe58(SNRindB1(i));
www.eeworm.com/read/445831/7589504
m ip_05_05.m
% MATLAB script for Illustrative Problem 5.5.
echo on
SNRindB1=0:1:10;
SNRindB2=0:0.1:10;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe55(SNRindB1(i));
echo o
www.eeworm.com/read/445831/7589508
m ip_05_06.m
% MATLAB script for Illustrative Problem 5.6.
echo on
SNRindB1=0:1:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=smldPe56(SNRindB1(i)); % simulated error rate
echo o
www.eeworm.com/read/445831/7589511
m ip_05_10.m
% MATLAB script for Illustrative Problem 5.10.
echo on
SNRindB=0:2:10;
for i=1:length(SNRindB),
% simulated error rate
smld_err_prb(i)=smldP510(SNRindB(i));
echo off;
end;
e
www.eeworm.com/read/445831/7589512
m ip_05_09.m
% MATLAB script for Illustrative Problem 5.9.
echo on
SNRindB1=5:1:25;
SNRindB2=5:0.1:25;
M=16;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe59(SNRindB1(i)
www.eeworm.com/read/445831/7589515
m ip_05_04.m
% MATLAB script for Illustrative Problem 5.4.
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe54(SNRindB1(i));
echo o
www.eeworm.com/read/445831/7589516
m ip_05_11.m
% MATLAB script for Illustrative Problem 5.11.
echo on
SNRindB=0:2:10;
for i=1:length(SNRindB),
% simulated error rate
smld_err_prb(i)=smldP511(SNRindB(i));
echo off;
end;
ech