代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/278099/10570940
c isramdsk.c
/* +++Date last modified: 05-Jul-1997 */
/*
** isRamDsk() - Determine if a drive is a RAM disk
**
** Call with drive letter ('a' - 'z', 'A' - 'Z')
**
** Returns True_, False_, or Error_
**
www.eeworm.com/read/278099/10572487
c iswprot.c
/* +++Date last modified: 05-Jul-1997 */
/*
** ISWPROT.C - Detect if floppy drive is write protected
**
** public domain by Bob Stout w/ corrections & additions by Wayne King
*/
#include
www.eeworm.com/read/159920/10588649
c getvol.c
/*
** GETVOL.C - Retrieve a disk volume label
** (proof you don't need FCBs to do it!)
**
** public domain demo by Bob Stout
*/
#include
#include
#include
www.eeworm.com/read/159920/10588796
c drvalid.c
/*
** DRVALID.C - validate disk drives
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** This subset version is functionally identical
www.eeworm.com/read/159920/10589119
c getdcwd.c
/*
** GETDCWD.C - returns the current working directory for a specific drive
**
** public domain by Bob Jarvis, modified by Bob Stout
*/
#if defined(__ZTC__)
#define GetDrive(d) dos_getdrive(
www.eeworm.com/read/159920/10589179
c isramdsk.c
/*
** isRamDsk() - Determine if a drive is a RAM disk
**
** Call with drive letter ('a' - 'z', 'A' - 'Z')
**
** Returns TRUE, FALSE, or ERROR
**
** Uses ABSDISKC.C, ABSDISK.ASM, and DOS5BOO
www.eeworm.com/read/159920/10589767
c iswprot.c
/*
** ISWPROT.C - Detect if floppy drive is write protected
**
** public domain by Bob Stout
*/
#include
#ifdef __TURBOC__
#define FAR far
#else
#define FAR _far
#endif
/*
www.eeworm.com/read/159549/10640810
frm selectpath.frm
VERSION 5.00
Begin VB.Form SelectPath
AutoRedraw = -1 'True
BorderStyle = 1 'Fixed Single
Caption = "请选择路径"
ClientHeight = 3195
ClientLeft =
www.eeworm.com/read/422145/10661587
h ide.h
#define READ_U16(a) (*(volatile unsigned short *)(a))
#define READ_U8(a) (*(volatile unsigned char *)(a))
#define WRITE_U16(value, a) ((*(volatile unsigned short *)(a)) = value)
#define WRITE_U8(value