代码搜索结果
找到约 15,197 项符合
Ethernet 的代码
ethernetpro.lnp
"Ethernet.obj"
TO "EthernetPro"
RAMSIZE(256)
目录.txt
目 录
序言
前言
第1章 网络互连介绍 1
1.1 认证目标1.01:网络互连模型 1
1.1.1 网络的发展 2
1.1.2 OSI模型 2
1.1.3 封装 3
1.2 认证目标1.02:物理层和数据链路层 4
1.2.1 DIX和802.3 Ethernet 5
1.2.2 802.5令牌环网 7
1.2.3 ANSI FDD
ether.h
/* Ethernet driver definitions for 'TCP/IP Lean' */
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned short
#endif
#ifndef LWORD
#define LWORD unsigned long
general.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
general.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
myprj.lnp
"ethernet.obj",
"ip.obj",
"main.obj",
"24c02.obj",
"Udp.obj"
TO "myprj"
IXREF
RAMSIZE(256)
ethernet.lst
C51 COMPILER V6.21 ETHERNET 03/08/2002 13:07:30 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE ETHERNET
OBJECT MODULE PLACED I
myprj.plg
Build target 'Target 1'
compiling ethernet.c...
compiling ip.c...
compiling main.c...
MAIN.C(410): warning C209: '_flush_gate_mac': too few actual parameters
compiling 24c02.c...
compiling Udp.c...
li
ethernet.h
#ifndef BYTE
#define BYTE unsigned char
#endif
#ifndef WORD
#define WORD unsigned int
#endif
#ifndef LWORD
#define LWORD unsigned long
#endif
#define MACLEN 6 // Ehternet (M
myprj.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,