代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd_raw.c
/*
* Copyright (c) 2006-2008 by Roland Riegel
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of either the GNU General Publ
sd_raw.c
/*
* Copyright (c) 2006-2009 by Roland Riegel
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of either the GNU General Publ
main.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* --------------------------------------------------
card.prjpcbstructure
Record=TopLevelDocument|FileName=mA_input.SCHDOC
card.prjpcb
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
Timesta
card.java
/**
* @version 1.20 27 Mar 1998
* @author Cay Horstmann
*/
public class Card
{ public static final int ACE = 1;
public static final int JACK = 11;
public static final int QUEEN = 1
card.~dpr
program Card;
uses
Forms,
//Unit2 in 'Unit2.pas',
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.R
card.dpr
program Card;
uses
Forms,
Unit2 in 'Unit2.pas',
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run