代码搜索:SD Card

找到约 10,000 项符合「SD Card」的源代码

代码结果 10,000
www.eeworm.com/read/204837/15332930

mcp sd_040725.mcp

www.eeworm.com/read/200052/15441559

h sd_defs.h

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/200052/15441562

h sd_extr.h

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/200052/15441583

h sd_defs.h

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/200052/15441586

h sd_extr.h

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/112213/15491446

equ id_sd.equ

; ; ID_SD.EQU ; Id Sound Manager assembly equates ; INCLUDE 'ID_VL.EQU' ; For screen color debugging stuff ; Modes sdm_Off = 0 sdm_PC = 1 sdm_AdLib = 2 smm_Off = 0 smm_AdLi
www.eeworm.com/read/112213/15491447

h id_sd.h

// // ID Engine // ID_SD.h - Sound Manager Header // Version for Wolfenstein // By Jason Blochowiak // #ifndef __ID_SD__ #define __ID_SD__ void alOut(byte n,byte b); #ifdef __DEBUG__ #
www.eeworm.com/read/112213/15491469

asm id_sd_a.asm

; ; ID_SD_A.ASM ; Id Sound Manager assembly stuff .286C IDEAL MODEL MEDIUM,C JUMPS INCLUDE 'ID_SD.EQU' DEBUG = 0 EXTRN SDL_DigitizedDone:FAR EXTRN alOut:FAR ;==============
www.eeworm.com/read/112213/15491471

c id_sd.c

// // ID Engine // ID_SD.c - Sound Manager for Wolfenstein 3D // v1.2 // By Jason Blochowiak // // // This module handles dealing with generating sound on the appropriate // hardware // /
www.eeworm.com/read/109196/15561851

c sd2.c

/* Joseph cycle*/ #include #include #include typedef int ElemType; typedef struct LNode { ElemType data; struct LNode *next; } LNode,*POINTER,*LinkList; void in