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

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

代码结果 10,000
www.eeworm.com/read/321827/13397882

c drivemap.c

/*** *drivemap.c - _getdrives * * Copyright (c) 1991-1997, Microsoft Corporation. All rights reserved. * *Purpose: * defines _getdrives() * ****************************************
www.eeworm.com/read/320816/13417701

c bdos.c

#include #include void main(void) { int drive; drive = bdos(0x19, 0, 0); printf("Current drive is %c\n", 'A' + drive); }
www.eeworm.com/read/320816/13417758

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/320816/13417788

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/318168/13484579

ini ms jscript.ini

;PSPad user HighLighter definition file [Settings] Name=MS JScript HTMLGroup=1 Label=1 FileType=*.asp,*.aspx CommentString= SlashComment=1 CComment=1 SlashComment=1 Preprocessors=1 IndentCh
www.eeworm.com/read/317532/13502727

c fat.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/317532/13502735

c fdt.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/316923/13514227

c bdos.c

#include #include void main(void) { int drive; drive = bdos(0x19, 0, 0); printf("Current drive is %c\n", 'A' + drive); }
www.eeworm.com/read/316923/13514283

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/316923/13514313

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