代码搜索结果

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

card.java

/** * @version 1.20 27 Mar 1998 * @author Cay Horstmann */ public class Card { public static final int ACE = 1; public static final int JACK = 11; public static final int QUEEN = 1

card.c

/*++ Copyright (c) 1999 SDMC Co., Ltd. Module Name: Card.c Abstract: This is the main file for the DVB-S fast modem NIC. This driver conforms to t

card.txt

TCard component for Delphi 32 - freeware ------------------------------------------- author: Giulio Ferrari e-mail: giulio_ferrari@hotmail.com This component shows a ms-like card with NO USE O

card.pas

unit Card; { TCard component for Delphi 32 - Freeware. Version 1.1 (26-9-97) Copyright 1997 by Giulio Ferrari This is Freeware. Feel free to improve the code and to use the component as you

card.c

//++ // //Copyright (c) 1998-2001 ASIX Electronics Corporation // //Module Name: // card.c // //Abstract: // Card-specific functions for the NDIS3/NDIS5 ASIX AX88172 driver. // //Author: /

card.c

#include "my_head.H" #include "RfModuleFunc.H" #include "DataFlash.H" //#define _DEBUG #ifdef _DEBUG #include "Debug.h" #endif #define YES 1 #define NO 0 #define COMPANY_INFO_SECTOR

card.h

#ifndef __CARD_H__ #define __CARD_H__ //订餐操作 char OrderDinner(); #endif