代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/352706/10523356
mac metrics.mac
; ****************************************************************************
; File : METRICS.COM
; Goal : Testtool minimum stack usage calculation
; Author : CL - 03 Jul 20
www.eeworm.com/read/352706/10523363
mac default.mac
; ****************************************************************************
; File : DEFAULT.COM
; Goal : Tests for Testtool
; : Updated 26 October 2001
; *********
www.eeworm.com/read/160436/10533245
mac _objects.mac
ALPHA_OBJECTS= \
$(_OBJ_DIR)\alpha\mirror.res \
$(_OBJ_DIR)\alpha\mirror.obj
PASS0_ALPHA_OBJECTS=
AXP64_OBJECTS= \
$(_OBJ_DIR)\axp64\mirror.res \
$(_OBJ_DIR)\axp64\mirror.obj
www.eeworm.com/read/160435/10533298
mac _objects.mac
ALPHA_OBJECTS= \
$(_OBJ_DIR)\alpha\codec.res \
$(_OBJ_DIR)\alpha\init.obj \
$(_OBJ_DIR)\alpha\codec.obj \
$(_OBJ_DIR)\alpha\gsm610.obj \
$(_OBJ_DIR)\alpha\config.obj \
$(
www.eeworm.com/read/159869/10605704
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/351619/10634980
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/159552/10640176
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/351277/10663690
h mac.h
www.eeworm.com/read/351276/10665893