代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/301479/13858627
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
echo on
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/301479/13858629
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/301479/13858631
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/136018/13878947
gif httpcn_search_ip.gif
www.eeworm.com/read/152843/5662485
h ip2types.h
/*******************************************************************************
*
* (c) 1998 by Computone Corporation
*
*****************************************************************************
www.eeworm.com/read/152843/5662488
h ip2ioctl.h
/*******************************************************************************
*
* (c) 1998 by Computone Corporation
*
*****************************************************************************
www.eeworm.com/read/152843/5662495
h ip2trace.h
//
union ip2breadcrumb
{
struct {
unsigned char port, cat, codes, label;
} __attribute__ ((packed)) hdr;
unsigned long value;
};
#define ITRC_NO_PORT 0xFF
#define CHANN (pCh->port_index)
#d
www.eeworm.com/read/152843/5664017
h ip32_ints.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/152843/5664255
h ip_conntrack_irc.h
/* IRC extension for IP connection tracking.
* (C) 2000 by Harald Welte
* based on RR's ip_conntrack_ftp.h
*
* ip_conntrack_irc.h,v 1.6 2000/11/07 18:26:42 laforge Exp
*
*
www.eeworm.com/read/152843/5664265
h ip_conntrack_amanda.h
#ifndef _IP_CONNTRACK_AMANDA_H
#define _IP_CONNTRACK_AMANDA_H
/* AMANDA tracking. */
struct ip_conntrack_expect;
extern unsigned int (*ip_nat_amanda_hook)(struct sk_buff **pskb,
enum ip_conntr