代码搜索结果
找到约 10,000 项符合
Interface 的代码
sd_interface.c
#include "spi_sd.h"
#define SECTOR_SIZE 512
#define SD_NO_ERR 0
static BYTE mIsInitialized = 0;
extern const BYTE SD_CS_PIN ;
extern const BYTE S
fw_interface.h
/* fw_interface.h
writing by qsc @ 2001-06-19
define firewall NDIS IM Driver's interface and constants
*/
#ifdef _WINDOWS
#include // Compiling Win32 Applications Or DL
fw_interface.h
/* fw_interface.h
writing by qsc @ 2001-06-19
define firewall NDIS IM Driver's interface and constants
*/
#ifdef _WINDOWS
#include // Compiling Win32 Applications Or DL
control_interface.v
/******************************************************************************
*
* LOGIC CORE: Control Interface - Top level module
* MODULE NAME: control_interface()
* COMPANY
queue_interface.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
stu_interface.h
#include
#include
class STUDENT
{
public:
STUDENT();
~STUDENT();
void show_file();
void show(int i);
void search_na();
void search_id();
v
control_interface.v
/******************************************************************************
*
* LOGIC CORE: Control Interface - Top level module
* MODULE NAME: control_interface()
* COM