代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/240317/13224696
a86 fioctl.a86
title 'FDOS IOCTL - DOS file system input/output control'
; File : $FIOCTL.A86$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By :
www.eeworm.com/read/325102/13227380
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/324896/13239006
cpp hdid.cpp
/*+++
HDID.CPP
Written by Lu Lin
http://lu0.126.com
2000.11.3
---*/
#include
#include
#include
www.eeworm.com/read/324896/13239013
cpp hdid1.cpp
#include
#include
#include
#define DFP_GET_VERSION 0x00074080
#define DFP_SEND_DRIVE_COMMAND 0x0007c084
#define
www.eeworm.com/read/138238/13248293
bat info.bat
@echo off
echo VER------------------------------------------------- >info.log
ver >>info.log
echo MEM-------------------------------------------
www.eeworm.com/read/138026/13272296
h dir.h
/* dir.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#if __STD
www.eeworm.com/read/324308/13272648
asm ital.asm
; **************************************************
; *** VIRUS ITALIANO SALTITANTE - A LISTAGEM ***
; *** Desassemblagem obtida por Miguel Vitorino ***
; *** Para : S P O O L E R - Junho
www.eeworm.com/read/324302/13273982
frm frmopendir.frm
VERSION 5.00
Begin VB.Form frmopendir
Caption = "请打开备份文件的目录"
ClientHeight = 2625
ClientLeft = 60
ClientTop = 450
ClientWidth = 3165
LinkTo
www.eeworm.com/read/137531/13314435
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/137531/13314581
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