代码搜索:IP软核

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

代码结果 10,000
www.eeworm.com/read/384729/8847526

c match_ip_ttl.c

#include "match_ip.h" /* ttl - Match the time-to-live field of an IP packet */ int ttl_match_eq(struct packet *p, void *priv, unsigned int l, int n) { unsigned char ttl=(unsigned char)((unsigned int
www.eeworm.com/read/384729/8847538

c match_ip_opts.c

#include "match_ip.h" struct { char *name; unsigned int val; }ipopts[]={ {"eol", IPOPT_EOL}, {"nop", IPOPT_NOP}, {"rr", IPOPT_RR}, {"rtralt", IPOPT_RTRALT}, {"ts", IPOPT_TS}, {"sec", IPO
www.eeworm.com/read/384729/8847550

c match_ip_proto.c

#include "match_ip.h" #include /* ip_proto - Match the IP protocol field */ int proto_match_eq(struct packet *p, void *priv, unsigned int l, int n) { unsigned char proto=(unsigned char)((u
www.eeworm.com/read/384533/8861840

gif zf11_ip.gif

www.eeworm.com/read/384078/8902375

m ip_03_09.m

% Demonstration script for envelope detection. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo on t0=.15; % sig
www.eeworm.com/read/384059/8903447

m ip_03_04.m

% MATLAB script for Illustrative Problem 3.4. % Demonstration script for LSSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo o
www.eeworm.com/read/384052/8903740

m ip_03_01.m

% MATLAB script for Illustrative Problem 3.1. % Demonstration script for DSB-AM. The message signal is % +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo on t0=.15;
www.eeworm.com/read/384052/8903747

m ip_03_03.m

% MATLAB script for Illustrative Problem 3.3. % Demonstration script for DSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. clear echo on