代码搜索:如何学习 Mac?
找到约 10,000 项符合「如何学习 Mac?」的源代码
代码结果 10,000
www.eeworm.com/read/177600/9444454
mac flash.mac
execUserPreload()
{
__writeMemory32(0x00000001, 0xE01FC040, "Memory"); // MEMMAP = 1;
}
www.eeworm.com/read/177600/9444457
mac ram.mac
execUserPreload()
{
__writeMemory32(0x00000002, 0xE01FC040, "Memory"); // MEMMAP = 2;
}
www.eeworm.com/read/373012/9478941
mac readme.mac
$Id: README.mac,v 1.2 2003/03/18 01:50:17 geuzaine Exp $
Apple Creator Registration
Please include the line below in follow-up emails for this request.
Follow-up: 2311058
Re: Creator Registratio
www.eeworm.com/read/372850/9489697
ssk mac.ssk
www.eeworm.com/read/176591/9490784
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/372733/9495565
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/372733/9495598
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/372733/9495634
o mac.o
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=