代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/140629/13071299
o mac.o
www.eeworm.com/read/140629/13071321
h mac.h
#ifndef __MAC_H
#define __MAC_H
int s3c44b0_eth_init(void);
int s3c44b0_eth_send(unsigned char *data, unsigned int len);
int s3c44b0_eth_rcv(unsigned char *data, unsigned int *len);
int s3c44b0_eth_g
www.eeworm.com/read/140629/13071381
c mac.c
/*修改说明:加高电压后,去掉了SetRegPage中判断net_start标志*/
#include "DataType.h"
#include "eth.h"
#include "utils.h"
#include "console.h"
#include "mac.h"
#include "Rtl8019.h"
#define DEBUG_NET
#define R
www.eeworm.com/read/140545/13076414
mac g++.mac
CPP = g++
CPPFLAGS =
OFLAGS = -c
EXEFLAG = -o
OBJEXT = o
LIBLINK = -l
.cpp.exe :
$(CPP) $(CPPFLAGS) $< $(EXEFLAG)$@
www.eeworm.com/read/140545/13076568
mac edg.mac
CPP = edg
CPPFLAGS =
OFLAGS = -c
EXEFLAG = -o
OBJEXT = o
LIBLINK = -l
.cpp.exe :
$(CPP) $(CPPFLAGS) $< $(EXEFLAG)$@
www.eeworm.com/read/140545/13076575
mac borland.mac
CPP = bcc32
CPPFLAGS = -w-inl
OFLAGS = -c
EXEFLAG = -e
OBJEXT = obj
LIBLINK = -l
.cpp.exe :
$(CPP) $(CPPFLAGS) $< $(EXEFLAG)$@
www.eeworm.com/read/140545/13076578
mac metrowerks.mac
CPP = mwcc
CPPFLAGS = -prefix MSLCarbonPrefix.h $HOME/console.lib
OFLAGS = -c
EXEFLAG = -o
OBJEXT = o
LIBLINK = -l
.cpp.exe :
$(CPP) $(CPPFLAGS) $< $(EXEFLAG)$@
www.eeworm.com/read/140545/13076616
mac microsoft.mac
CPP = cl
CPPFLAGS = /GX /GR"" -Dfor="if(0);else for"
OFLAGS = -c
EXEFLAG = -Fe
OBJEXT = obj
LIBLINK = -l
.cpp.exe :
$(CPP) $(CPPFLAGS) $< $(EXEFLAG)$@
www.eeworm.com/read/140494/13078481
h mac.h
#ifndef __MAC_H
#define __MAC_H
int board_eth_init(void);
int board_eth_lnk_stat(void);
int board_eth_send(unsigned char *data, unsigned int len);
int board_eth_rcv(unsigned char *data, unsigned int
www.eeworm.com/read/140324/13087897