代码搜索:如何学习 Mac?
找到约 10,000 项符合「如何学习 Mac?」的源代码
代码结果 10,000
www.eeworm.com/read/312684/13606396
h mac.h
/*********************************************************************
*
* MAC Module Defs for Microchip Stack
*
**************************************************************
www.eeworm.com/read/312525/13610569
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/312206/13616666
skn mac.skn
www.eeworm.com/read/309665/13666732
mac _objects.mac
386_OBJECTS= \
$(_OBJ_DIR)\i386\keyhide.obj
PASS0_386_OBJECTS=
IA64_OBJECTS= \
$(_OBJ_DIR)\ia64\keyhide.obj
PASS0_IA64_OBJECTS=
AMD64_OBJECTS= \
$(_OBJ_DIR)\amd64\keyhide.ob
www.eeworm.com/read/309235/13678078
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/308353/13703859
mac setupadvanced.mac
__var _fileHandle;
__var _interruptID;
__var _breakID;
execUserSetup() {
__message "execUserSetup() called\n";
// 调用模拟仿真设置
SimulationSetup ();
}
execUserReset() {
__message "execU
www.eeworm.com/read/308353/13703863
mac setupsimple.mac
__var _fileHandle;
execUserSetup() {
__message "execUserSetup() called\n";
// 打开文本InputData.txt文件读取ASCII码
_fileHandle = __openFile( "$PROJ_DIR$\\InputData.txt", "r" );
if( !_fileHandle
www.eeworm.com/read/307658/13717828
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/306760/13738137
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/306760/13738148
mac platform.mac
;/***********************************************************************
; * Copyright