代码搜索结果
找到约 10,000 项符合
SD Card 的代码
card.cpp
// Card.cpp: implementation of the Card class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Card.h"
#include
#include
card.h
// Card.h: interface for the Card class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CARD_H__A5BDB8E9_2A46_444C_B45D_4436FA807BAC__INCLUDED_)
#defi
card.h
/*
* linux/include/linux/mmc/card.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by th
card.h
#ifndef __CARD__
#define __CARD__
extern int NODECARD;
extern int LEAFCARD;
/* balance criteria for node splitting */
/* NOTE: can be changed if needed. */
#define MinNodeFill (NODECARD /
card.c
#include "index.h"
#include "card.h"
int NODECARD = MAXCARD;
int LEAFCARD = MAXCARD;
static int set_max(int *which, int new_max)
{
if(2 > new_max || new_max > MAXCARD)
return 0;
*whi
card.java
public class Card
{
// 表示所有牌面值的数组
public static final String[] FACES = { "2", "3", "4", "5", "6", "7", "8", "9", "10",