代码搜索结果

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

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.h

#if !defined(AFX_CARD_H__BFED8100_9293_475B_87F8_32D725BC936E__INCLUDED_) #define AFX_CARD_H__BFED8100_9293_475B_87F8_32D725BC936E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER

card.java

// Class defining a card. This is a little different to the version the chapter 13. class Card { // Constructor: public Card(int value, int suit) { assert (value>=ACE && value

secure-card

#!/usr/local/bin/expect -f # # This script was written by Jim Isaacson . It is # designed to work as a script to use the SecureCARD(tm) device. This # little device is mated

card.java

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