代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/162125/10334614
gif ip.gif
www.eeworm.com/read/162093/10336140
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//
www.eeworm.com/read/425589/10345657
gif ip.gif
www.eeworm.com/read/425503/10350538
o ip.o
www.eeworm.com/read/425503/10350587
h ip.h
#ifndef __IP_H
#define __IP_H
#define UDP 0x11
#define ICMP 0x01
/*
* This structure defines an ip header.
*/
__packed struct iphdr {
unsigned ihl:4,
version:4;
unsigned char tos;
unsig
www.eeworm.com/read/425503/10350671
c ip.c
#include "../../inc/config.h"
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
#include "arp.h"
#include "icmp.h"
#include "udp.h"
#include "utils.h"
#ifdef TFTP_DOWNLOAD_SUPPORT
stat
www.eeworm.com/read/280025/10366110
paf ip.paf
www.eeworm.com/read/280025/10366145
h ip.h
#define RTL8019BASE 0x3700
#define Reg00 (*((volatile unsigned int *)(RTL8019BASE + 0x00)))
#define Reg01 (*((volatile unsigned int *)(RTL8019BASE + 0x01)))
#define Reg02 (*((volatile un
www.eeworm.com/read/280025/10366190
pjt ip.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\F2812_PROGRAMME\IP\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
www.eeworm.com/read/280025/10366205