代码搜索:Ethernet
找到约 10,000 项符合「Ethernet」的源代码
代码结果 10,000
www.eeworm.com/read/171908/9730606
m51 ethernetpro.m51
BL51 BANKED LINKER/LOCATER V5.02 12/10/2005 21:31:09 PAGE 1
BL51 BANKED LINKER/LOCATER V5.02, INVOKED BY:
E:\EDATOOLS\KEILC7.0\C51\BIN\BL
www.eeworm.com/read/171664/9743847
txt 目录.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
www.eeworm.com/read/171643/9744166
h 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
www.eeworm.com/read/171020/9775307
bak y_uv2.bak
### 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,
www.eeworm.com/read/171020/9775337
h general.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/171020/9775368
h general.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/171020/9775384
uv2 y.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,
www.eeworm.com/read/170976/9777618
m51 myproj.m51
BL51 BANKED LINKER/LOCATER V4.20 03/05/2002 21:15:38 PAGE 1
BL51 BANKED LINKER/LOCATER V4.20, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE UDP.OB
www.eeworm.com/read/366772/9799302
h arp.h
#ifndef _ARP_H
#define _ARP_H
#include "types.h"
#include "ethernet.h"
#define ETHERTYPE_ARP 0x0608 /* Address resolution protocol */
#define ARPHRD_ETHER 1 /* ethernet hardware for
www.eeworm.com/read/415980/11046161
c console.c
/******************************************************************************************
Console.c (v1.0)
-------------------------------------------------------------------------------------