代码搜索结果
找到约 10,000 项符合
SD Card 的代码
card.~pas
unit card;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, Grids, DBGrids, DB, ADODB;
type
TCardForm = class(TFo
card.~dfm
object CardForm: TCardForm
Left = 258
Top = 165
Width = 607
Height = 323
Caption = #35774#32622#20449#29992#21345#20449#24687
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
F
card.pas
unit card;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, Grids, DBGrids, DB, ADODB;
type
TCardForm = class(TFo
card.java
public class Card {
int pip;
int face;
Card(){
pip=0;
face=0;
}
Card(int p,int f){
pip=p;
face=f;
}
String getCardPicture(){
String s=new String();
card.dfm
object CardForm: TCardForm
Left = 258
Top = 165
Width = 607
Height = 323
Caption = #35774#32622#20449#29992#21345#20449#24687
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
F
card.c
#include "stdio.h"
#include "reg52.h"
#define uchar unsigned char
#define uint unsigned int
void cardread();
void cardwrite(uchar *p);
sbit card_reset=P2^0;
sbit card_cs=P2^1;
sbit card_busy=P