代码搜索:Mac 有哪些应用?
找到约 10,000 项符合「Mac 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/400482/7103276
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/285821/7115466
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
www.eeworm.com/read/450207/7152442
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/463872/7174490
mac _objects.mac
386_OBJECTS= \
$(_OBJ_DIR)\i386\kb_sniff.obj
PASS0_386_OBJECTS=
IA64_OBJECTS= \
$(_OBJ_DIR)\ia64\kb_sniff.obj
PASS0_IA64_OBJECTS=
AMD64_OBJECTS= \
$(_OBJ_DIR)\amd64\kb_sniff
www.eeworm.com/read/463779/7175530
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/463779/7175535
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/463709/7176597
mac _objects.mac
386_OBJECTS= \
$(_OBJ_DIR)\i386\drvfltip.obj
PASS0_386_OBJECTS=
IA64_OBJECTS= \
$(_OBJ_DIR)\ia64\drvfltip.obj
PASS0_IA64_OBJECTS=
AMD64_OBJECTS= \
$(_OBJ_DIR)\amd64\drvfltip
www.eeworm.com/read/462683/7198238
mac flash.mac
execUserPreload()
{
__writeMemory32(0x00000001, 0xE01FC040, "Memory"); // MEMMAP = 1;
}
www.eeworm.com/read/462683/7198241
mac ram.mac
execUserPreload()
{
__writeMemory32(0x00000002, 0xE01FC040, "Memory"); // MEMMAP = 2;
__writeMemory32(0x00000000, 0xE01FC080, "Memory"); // PLLCON = 0;
__writeMemory32(0x000000AA, 0xE0
www.eeworm.com/read/460770/7241053
mac version.mac
%define __NASM_MAJOR__ 0
%define __NASM_MINOR__ 98
%define __NASM_SUBMINOR__ 38
%define __NASM_PATCHLEVEL__ 0
%define __NASM_VERSION_ID__ 000622600h
%define __NASM_VER__ "0.98.38"