代码搜索结果
找到约 23,563 项符合
SD Card 的代码
card.h
// Card.h: interface for the Card class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CARD_H__A5BDB8E9_2A46_444C_B45D_4436FA807BAC__INCLUDED_)
#defi
changelog
2008-11-21 sd-reader
* support for SDHC cards (disabled by default)
* support for FAT32 (disabled by default)
2008-06-08 sd-reader
* new "init" command to allow reinitialization of memory card
*
sd-reader__config_8h.html
sd-reader: sd-reader_config.h File Reference
mmc.h
//*****************************************************************************
//
// File Name : 'mmc.h'
// Title : MultiMedia and SD Flash Card Interface
// Author : Pascal Stang - Copyright (
mmc.h
//*****************************************************************************
//
// File Name : 'mmc.h'
// Title : MultiMedia and SD Flash Card Interface
// Author : Pascal Stang - Copyright (
表card的信息.sql
insert into CARD(CNO,NAME,CLASS)
values ('22000501','尹洪','C01')
insert into CARD(CNO,NAME,CLASS)
values ('22000502','杨士勤','C01')
insert into CARD(CNO,NAME,CLASS)
values ('22000503','张方','C01')
i
建card表.sql
CREATE TABLE CARD
(CNO CHAR(8) NOT NULL,
NAME CHAR(10),
CLASS CHAR(10),
RDATE DATETIME,
PRIMARY KEY(CNO))
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;