代码搜索:drive 有哪些应用?

找到约 10,000 项符合「drive 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/258434/11864322

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/258434/11864755

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/258225/11875162

h direct.h

/* direct.h Defines structures, macros, and functions for dealing with directories and pathnames. Copyright (c) 1991, 1992 by Borland International All Rights Reserved. */
www.eeworm.com/read/155270/11886860

txt 目录和文件操作命令.txt

Windows XP 控制台命令详解 - 目录和文件操作命令 2002-02-22 作者: 编者语:   Windows XP(包括 Windows 2000)的控制台命令是在系统出现一些意外情况下的一种非常有效的诊断和测试以及恢复系统功能的工具。小编的确一直都想把这方面的命令做个总结,这次辛苦老范给我们整理了这份实用的秘笈。   Attrib   更改单个文 ...
www.eeworm.com/read/154229/11980428

frm form1.frm

VERSION 5.00 Object = "{6BF52A50-394A-11D3-B153-00C04F79FAA6}#1.0#0"; "wmp.dll" Begin VB.Form Form1 BorderStyle = 1 'Fixed Single Caption = "媒体文件浏览器" ClientHeight =
www.eeworm.com/read/342841/11996666

h bootdiskio.h

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/342841/11996676

cpp bootconfig.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/342841/11996694

cpp bootdiskio.cpp

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.5 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/256014/12036323

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/256014/12036410

c test_a.c

#include #include void main(void) { char buffer[8192]; // Try reading head 1, track 1, sector 1 if (biosdisk(2, 0, 1, 1, 1, 1, buffer)) printf("Error acces