代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/175805/9530901
o mac.o
www.eeworm.com/read/371905/9531345
mac handy.mac
; ------------
; Handy macros
; ------------
LDREG MACRO ad,val ; Load accum with external memory value
mov a,val ; Example usage: LDREG EP4BCL,#80h
mov dptr,#ad
movx @dptr,a
ENDM
www.eeworm.com/read/175503/9543608
c mac.c
/*修改说明:加高电压后,去掉了SetRegPage中判断net_start标志*/
#include "DataType.h"
#include "44blib.h"
#include "eth.h"
#include "utils.h"
#include "mac.h"
#include "Rtl8019.h"
#define DEBUG_NET
#define RP
www.eeworm.com/read/175503/9543615
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/175503/9543688
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/371349/9555036
mac makeproj.mac
--
-- makeproj.mac
--
-- This AppleScript builds Code Warrior PRO Release 2 project files for the
-- libjpeg library as well as the test programs 'cjpeg', 'djpeg', 'jpegtran'.
-- (We'd distribute real
www.eeworm.com/read/371349/9555046
mac jconfig.mac
/* jconfig.mac --- jconfig.h for CodeWarrior on Apple Macintosh */
/* see jconfig.doc for explanations */
#define HAVE_PROTOTYPES
#define HAVE_UNSIGNED_CHAR
#define HAVE_UNSIGNED_SHORT
/* #define voi
www.eeworm.com/read/174991/9565618
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/174695/9577590
mac _objects.mac
ALPHA_OBJECTS= \
$(_OBJ_DIR)\alpha\pscr.res \
$(_OBJ_DIR)\alpha\pscrnt.obj \
$(_OBJ_DIR)\alpha\pscrcb.obj \
$(_OBJ_DIR)\alpha\pscrcmd.obj \
$(_OBJ_DIR)\alpha\pscrrdwr.obj
P
www.eeworm.com/read/169894/9834075