代码搜索:如何学习 Mac?

找到约 10,000 项符合「如何学习 Mac?」的源代码

代码结果 10,000
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"
www.eeworm.com/read/460770/7241066

mac exebin.mac

; -*- nasm -*- ; NASM macro file to allow the `bin' output format to generate ; simple .EXE files by constructing the EXE header by hand. ; Adapted from a contribution by Yann Guidon
www.eeworm.com/read/460770/7241069

mac scitech.mac

;**************************************************************************** ;* ;* ======================================================================== ;* ;* The contents of this file are sub