代码搜索结果
找到约 10,000 项符合
SD Card 的代码
attt.html
1996 ACM Finals, Prob
8255.def
LIBRARY 8255
DESCRIPTION DLL FOR 8255 CARD
EXPORTS
Out8255 @1
In8255 @2
readme.isa
README.isa
This release of linux-wlan has integrated the work of Peter Teuben and
others to include support for the ISA PnP cards sold by YDI, Samsung,
and probably ImasDe (not tested). NOTE: The in
type.java
public interface Type
{
public int getType();
public int CARD = 0,
OPERATOR = 1;
} // Type
dsp.cpp
// Copyright (C) 1999-2000 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
write2401a.lst
C51 COMPILER V6.23a WRITE2401A 08/22/2003 15:20:39 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE WRITE2401A
OBJECT MODULE PLACE
write2401a.c
#include "reg51.h"
#include "Write2401A.h"
#include "intrins.h"
main()
{
// uchar i;
init();
// Write_Add = 0x35;
// Write_Data = 0x66;
for(;;)
{
if(Card_In == True)
{
Card_
read2401a.c
#include "reg51.h"
#include "Read2401A.h"
#include "intrins.h"
main()
{
init();
for(;;)
{
if(Card_In == True)
{
Card_Insert_Flag = True;
Card_Insert_LED = ON;
}
else
write2401a.lst
C51 COMPILER V6.23a WRITE2401A 08/22/2003 15:20:39 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE WRITE2401A
OBJECT MODULE PLACE