代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/372505/9507440
v mac.v
module MAC(out,opa,opb,clk,clr);
output[15:0] out;
input[7:0] opa,opb;
input clk,clr;
wire[15:0] sum;
reg[15:0] out;
function[15:0] mult;
input[7:0] opa,opb;
reg[15:0] result;
integer i;
www.eeworm.com/read/372243/9515592
mac _objects.mac
OBJECTS= \
obj\ARMV4I\retail\SimpleDriver.obj
PASS0_OBJECTS=
www.eeworm.com/read/372219/9517304
cc mac.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/372219/9517307
h mac.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/372095/9521926
mac _objects.mac
386_OBJECTS= \
$(_OBJ_DIR)\i386\driver.res \
$(_OBJ_DIR)\i386\driverentry.obj \
$(_OBJ_DIR)\i386\plugplay.obj \
$(_OBJ_DIR)\i386\power.obj \
$(_OBJ_DIR)\i386\readwrite.obj \
www.eeworm.com/read/372095/9521967
mac _objects.mac
386_OBJECTS= \
$(_OBJ_DIR)\i386\driver.res \
$(_OBJ_DIR)\i386\driverentry.obj \
$(_OBJ_DIR)\i386\plugplay.obj \
$(_OBJ_DIR)\i386\power.obj \
$(_OBJ_DIR)\i386\readwrite.obj \
www.eeworm.com/read/175847/9529366
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/175805/9530750
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/175805/9530777
c mac.c
/*修改说明:加高电压后,去掉了SetRegPage中判断net_start标志*/
#include "DataType.h"
#include "eth.h"
#include "utils.h"
#include "mac.h"
#include "Rtl8019.h"
#include "skbuff.h"
#define DEBUG_NET
#define RP
www.eeworm.com/read/175805/9530857