代码搜索:ETHERNET
找到约 10,000 项符合「ETHERNET」的源代码
代码结果 10,000
www.eeworm.com/read/227187/14437780
lst ethernet.lst
C51 COMPILER V7.02b ETHERNET 12/10/2005 21:31:08 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE ETHERNET
OBJECT MODULE PLACED
www.eeworm.com/read/227187/14437787
obj ethernet.obj
www.eeworm.com/read/227187/14437794
c ethernet.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************
www.eeworm.com/read/227187/14437795
sch ethernet.sch
www.eeworm.com/read/226156/14491918
apj ethernet.apj
www.eeworm.com/read/226156/14491919
alf ethernet.alf
www.eeworm.com/read/125390/14495718
o ethernet.o
www.eeworm.com/read/125390/14495793
h ethernet.h
#ifndef _ethernet_H_
#define _ethernet_H_
typedef unsigned int regaddress;
#define BUFLENTH 768
#define TIME_OUT 0x10000000
#define Baseaddress 0x2000000
#define reg10 Bas
www.eeworm.com/read/125390/14495829
c ethernet.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include "..\inc\ethernet.h"
short read ( short offset );
void write( short offs
www.eeworm.com/read/125390/14495937
err ethernet.err
"ethernet.c", line 120: Warning: implicit cast (to 'short') overflow
"ethernet.c", line 270: Warning: variable 'data' declared but not used
ethernet.c: 2 warnings, 0 errors, 0 serious errors