代码搜索:IP软核
找到约 10,000 项符合「IP软核」的源代码
代码结果 10,000
www.eeworm.com/read/456354/7351458
m ip_09_05.m
% MATLAB script for Illustrative Problem 5, Chapter 9.
echo on
% first determine the maximal length shift register sequences
% We'll take the initial shift register content as "00001".
connections1=[1
www.eeworm.com/read/456354/7351463
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 7, Chapter 9.
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
www.eeworm.com/read/453632/7416281
doc ip113_41.doc
www.eeworm.com/read/452710/7436141
c name2ip.c
/* name2ip.c - name2ip, gname, resolve */
#include
#include
#include
#include
static IPaddr resolve(char *);
static IPaddr gname(char *);
/*-------
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