代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/113165/6141707
h simplescenes_buggy.h
/*
SimpleScenes_Buggy.h
-------------------
A reimplementation of the ODE test Buggy application using
the OgreOde wrapper for Ogre
*/
#ifndef _SIMPLESCENES_BUGGY_H_
#define _SIMPLESCENES_BUGGY
www.eeworm.com/read/110034/6169514
c pf.c
/*
pf.c (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the high-level driver for parallel
www.eeworm.com/read/108242/6184068
sh describe.sh
#!/bin/sh
#
# DESCRIBE 1.17 - Describe the given devices. Author: Kees J. Bot
#
# BUGS
# - Arguments may not contain shell metacharacters.
case $# in
0) flag=; set -$- /dev ;;
*) flag=d ;;
esac
ls
www.eeworm.com/read/108242/6184071
sh makedev.sh
#!/bin/sh
#
# MAKEDEV 2.18 - Make special devices. Author: Kees J. Bot
case $1 in
-n) e=echo; shift ;; # Just echo when -n is given.
*) e=
esac
case $#:$1 in
1:std) # Standard devices.
set -$- m
www.eeworm.com/read/103192/6220552
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/103192/6220782
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/103192/6220788
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/103192/6220809
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/103192/6220878
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