代码搜索:IP软核

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

代码结果 10,000
www.eeworm.com/read/431596/8666314

m ip_01_03.m

% MATLAB script for Illustrative Problem 3, Chapter 1. echo on fnct='normal'; a=-6; b=6; n=24; tol=0.1; xx=fseries(fnct,a,b,n,tol,0,1); xx1=xx(n+1:-1:2); xx1=[conj(xx1),xx]; absxx1=abs(xx1);
www.eeworm.com/read/431596/8666318

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/431596/8666329

m ip_01_05.m

% MATLAB script for Illustrative Problem 5.1. df=0.01; fs=10; ts=1/fs; t=[-5:ts:5]; x1=zeros(size(t)); x1(41:51)=t(41:51)+1; x1(52:61)=ones(size(x1(52:61))); x2=zeros(size(t)); x2(51:71)=x1(
www.eeworm.com/read/431596/8666338

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/386861/8721704

c51_tcp_ip

www.eeworm.com/read/286757/8744307

txt ip multicast1.txt

1.IGMP(Internet组管理协议) 1).主机使用IGMP向路由器或者交换机宣告自己希望成为某一个多播组的成员 ICMPv1 1.成员查询和成员响应 2.成员默默的离开多播组 IGMPv2 1.允许路由器或者交换机对指定多播组进行查询 2.成员离开 IGMPv3 1.主机能够指定要加入的特定多播组 2.主机能够指定要接收的特定多播源 3.Include和E ...
www.eeworm.com/read/286306/8773254

pdf linux tcp ip.pdf

www.eeworm.com/read/429726/8792743

txt ip-forward-mib.txt

IP-FORWARD-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, IpAddress, Integer32, Gauge32 FROM SNMPv2-SMI RowStatus FROM SNMPv2-TC ip FROM RFC1213-M
www.eeworm.com/read/384729/8847463

c match_ip_frag.c

#include "match_ip.h" #define FBM_NORMAL 0 #define FBM_ALL 1 #define FBM_ANY 2 #define FBM_NOT 3 struct fragbits_priv { u_int8_t mode; u_int16_t fragbits; }; /* Mask off the bits we need in th
www.eeworm.com/read/384729/8847502

c match_ip_addr.c

#include "match_ip.h" int ipaddr_compare(void *p1, void *p2) { struct ipaddr_priv *a1=(struct ipaddr_priv *)p1; struct ipaddr_priv *a2=(struct ipaddr_priv *)p2; if ( a1->addr==a2->addr && a1->mas