代码搜索结果
找到约 10,000 项符合
SD Card 的代码
card.java
public class Card
{
//---------------FIELDS-----------------
private String value_;
private String suit_;
//-------------CONSTRACT----------------
public Card(String value, String suit)
card.c
#include "my_head.H"
#include "RfModuleFunc.H"
#include "DataFlash.H"
//#define _DEBUG
#ifdef _DEBUG
#include "Debug.h"
#endif
#define YES 1
#define NO 0
#define COMPANY_INFO_SECTOR
card.h
#ifndef __CARD_H__
#define __CARD_H__
//订餐操作
char OrderDinner();
#endif