代码搜索:Mac 有哪些应用?

找到约 10,000 项符合「Mac 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/306756/13738561

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/306756/13738579

mac platform.mac

;/*********************************************************************** ; * Copyright
www.eeworm.com/read/306756/13738584

mac ostinit.mac

;/*********************************************************************** ; * Copyright
www.eeworm.com/read/306754/13738635

mac main.mac

;------------------------------------------------------------------------------ ; ; COPYRIGHT (C) 2000, 2001 Intel Corporation. ; ; This software as well as the software described in it is furni
www.eeworm.com/read/306754/13738646

mac platform.mac

;/*********************************************************************** ; * Copyright
www.eeworm.com/read/306754/13738649

mac ostinit.mac

;/*********************************************************************** ; * Copyright
www.eeworm.com/read/306751/13738698

mac main.mac

;------------------------------------------------------------------------------ ; ; COPYRIGHT (C) 2000, 2001 Intel Corporation. ; ; This software as well as the software described in it is furni
www.eeworm.com/read/306751/13738710

mac platform.mac

;/*********************************************************************** ; * Copyright
www.eeworm.com/read/306751/13738714

mac ostinit.mac

;/*********************************************************************** ; * Copyright
www.eeworm.com/read/306749/13738759

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;