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

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

代码结果 10,000
www.eeworm.com/read/137531/13314697

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
www.eeworm.com/read/137489/13320219

s chain.s

; chain.S - LILO boot chainer ; ; Copyright 1992-1998 Werner Almesberger. ; Copyright 1999-2002 John Coffman. ; All rights reserved. ; ; Licensed under the terms contained in the file 'COPYING' in
www.eeworm.com/read/137366/13326046

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/137366/13326120

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
www.eeworm.com/read/323271/13345654

frm frm标准库备份.frm

VERSION 5.00 Begin VB.Form Frm标准库备份 Caption = "标准库备份" ClientHeight = 1515 ClientLeft = 60 ClientTop = 345 ClientWidth = 4695 LinkTopic
www.eeworm.com/read/323271/13345656

frm frm月库备份.frm

VERSION 5.00 Begin VB.Form Frm月库备份 Caption = "月库备份" ClientHeight = 3075 ClientLeft = 60 ClientTop = 345 ClientWidth = 7110 LinkTopic
www.eeworm.com/read/323271/13345846

frm frm报盘输出.frm

VERSION 5.00 Begin VB.Form frm报盘输出 Caption = "报盘输出" ClientHeight = 1500 ClientLeft = 60 ClientTop = 345 ClientWidth = 4875 ControlBox
www.eeworm.com/read/136959/13351701

c getdcwd.c

/* ** GETDCWD.C - returns the current working directory for a specific drive ** ** public domain by Bob Jarvis, modified by Bob Stout ** OS/2 compatibility mods by Ed Blackman */ #include "extkword.h
www.eeworm.com/read/136959/13351981

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 DOS5BOOT.H
www.eeworm.com/read/136959/13352094

c drvalid.c

/* ** DRVALID.C - validate disk drives ** ** Original Copyright 1988-1991 by Bob Stout as part of ** the MicroFirm Function Library (MFL) ** ** The user is granted a free limited license to use th