代码搜索结果

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

card.java

/* * Card.java * * Copyright 2001 SkyArts. All Rights Reserved. */ import javax.microedition.lcdui.*; /** * PokerMachine的卡片资讯与描绘所用的类 * * @author Hideki Yonekawa * @version 1.0

card.bas

Attribute VB_Name = "Card" Option Explicit Option Compare Text Public gstrEndDate As String Public gblnByDay As Boolean Public gIsfrmExist As Boolean Public gintMatchModel As Integer Private

card.cpp

// Card.cpp : implementation file // #include "stdafx.h" #include "ShoolCard.h" #include "Card.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;

card.java

package test; public class Card { int id; String name; Student stu; public void setId(int num) { id = num; } public int getId() { return id; } public void

card.java

package com.sillysoft.lux; import java.util.List; import java.util.ArrayList; /** The Card class provides a data structure for representing cards, as well as some methods for checking sets.*/ public

sd.c

/* * sd.c Copyright (C) 1992 Drew Eckhardt * Linux scsi disk driver by * Drew Eckhardt * * * * Modified by Eric Youngdale eric@tantalus.nrl.navy.mil to *

sd.h

/* * sd.h Copyright (C) 1992 Drew Eckhardt * SCSI disk driver header file by * Drew Eckhardt * * * * Modified by Eric Youngdale eric@tantalus.nrl.navy.mil to