代码搜索结果

找到约 23,563 项符合 SD Card 的代码

sd.c

/* * linux/drivers/mmc/sd.c * * Copyright (C) 2003-2004 Russell King, All Rights Reserved. * SD support Copyright (C) 2004 Ian Molton, All Rights Reserved. * Copyright (C) 2005-2007 Pierre Os

card.h

/* * linux/include/linux/mmc/card.h * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by th

sd.h

/* * include/linux/mmc/sd.h * * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the

card.java

import javax.microedition.lcdui.Image; public class Card { private int card_nbr; private int card_index; private int suit_index; private Image image; public Card(i

card.java

public class Card { private int card_nbr; private int card_index; private int suit_index; public Card(int nbr) { card_nbr = nbr; card_index = card_nbr % 13; suit_index = card_nb

card.jad

MIDlet-1: CardMidlet,,CardMidlet MIDlet-Jar-URL: Card.jar MIDlet-Name: Card Midlet Suite MIDlet-Vendor: Midlet Suite Vendor MIDlet-Version: 1.0.0 MicroEdition-Configuration: CLDC-1.1 MicroEditio

card.java

package blackjack; public class Card{ private boolean[][] validCards = new boolean[4][13]; private int cardRemaining; public Card(){ setCardStatus( true ); } public void setCard

card.h

/* * linux/include/linux/mmc/card.h * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by th

card.h

/* $Id: card.h,v 1.1.10.1 2001/09/23 22:24:59 kai Exp $ * * Driver parameters for SpellCaster ISA ISDN adapters * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software may

card.h

/* * linux/include/linux/mmc/card.h * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by th