代码搜索结果

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

card.java

/* * LumaQQ - Java QQ Client * * Copyright (C) 2004 luma * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public

card.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.*; public class card extends Frame implements ActionListener{ final int INC=4; int money=100; int

card.cpp

// Card.cpp: implementation of the Card class. // ////////////////////////////////////////////////////////////////////// #include "Card.h" #include #include #include

card.h

// Card.h: interface for the Card class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CARD_H__9AF598C2_D1B2_414F_ABA5_8F2F0D510684__INCLUDED_) #defi

card.java

import java.text.NumberFormat; public class Card { /** * the maximum quantity of the card */ private static final int MAX = 100; /** * the id of the card */ private String id;

card.java

package com.office.entity; import java.util.Collection; import java.util.Date; import javax.persistence.CascadeType; import javax.persistence.Entity; import javax.persistence.GeneratedValue;