代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/101015/6261996
asm util5.asm
;*
;* COW : Character Oriented Windows
;*
;* util5.asm : user utilities : DOS 5 specifics : included by util.asm
.xlist
include user.inc
.list
include insyd.inc
include util5.inc
ext
www.eeworm.com/read/101015/6262226
txt int.txt
SUMMARY Perform MSDOS absolute disk read/write
#include
cProc int25,,
parmB drive
parmD dst
parmW count
parmW sector
cProc int26,,
parmB drive
www.eeworm.com/read/101015/6262232
txt curdir.txt
SUMMARY curdir
#include
int curdir(pstrBuf, chDrive)
char *pstrBuf;
char chDrive;
DESCRIPTION
curdir constructs a string at pstrBuf that is the current directory of the
specif
www.eeworm.com/read/101015/6262253
txt freespac.txt
SUMMARY return amount of freespace on a drive
#include
long freespac (d)
int d;
DESCRIPTION
Return free space on current drive ...
RETURN VALUE
Free space or -1 if err
www.eeworm.com/read/101015/6262322
asm int.asm
;
; Perform MSDOS absolute disk read/write
;
; 09-Dec-1986 bw Added DOS 5 switch
; 30-Oct-1987 bw Changed 'DOS5' to 'OS2'
ifdef OS2
if2
%out int25() and int26() are not implemen
www.eeworm.com/read/101015/6262334
c connect.c
/* connect.c - perform network connections/disconnections
*
* Modifications:
*
* 31-Jul-1986 mz Use tools.h definitions
* 03-Mar-1987 bw Stub DOS5 version
* 30-Oct-1987 bw Change 'DOS5'
www.eeworm.com/read/441153/6279623
m concatpath.m
function str = concatpath(varargin)
%CONCATPATH Concatenate file parts with correct file separator.
% STR = CONCATPATH(STR1, STR2, ...) concatenates file/path parts with the
% file separator "/"
www.eeworm.com/read/136566/6285943
inc ata_atapi1.inc
;=========================================================;
; Ata_Atapi 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS
www.eeworm.com/read/136566/6285946
inc ata_atapi.inc
;=========================================================;
; Ata_Atapi 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS
www.eeworm.com/read/136566/6285958
asm cd1.asm
;=========================================================;
; Ata_Atapi 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS