代码搜索:IP软核
找到约 10,000 项符合「IP软核」的源代码
代码结果 10,000
www.eeworm.com/read/390192/8478526
lis ip.lis
.module ip.c
.area text(rom, con, rel)
0000 .dbfile D:\hexok项目\AVRNET项目\AVRNET光盘\icc例子\ip.c
0000 .dbfunc e ip_p
www.eeworm.com/read/389554/8514069
gif ip.gif
www.eeworm.com/read/188648/8521940
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/289707/8534079
h ip.h
www.eeworm.com/read/289385/8555578
obj ip.obj
www.eeworm.com/read/289385/8555611
bpf ip.bpf
www.eeworm.com/read/289385/8555648
lst ip.lst
C51 COMPILER V6.21 IP 03/08/2002 13:07:31 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN ip.O
www.eeworm.com/read/289385/8555662
c ip.c
#include
#include
#include "ethernet.h"
#include "ip.h"
#define IP_TTL 128 /* Time To Live for an outgoing IP datagram */
extern NODE locnode; //本机的节点信息结构
www.eeworm.com/read/289385/8555755
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datali