代码搜索:drive 开发教程
找到约 10,000 项符合「drive 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/103658/15727067
ats sample1.ats
//like c, haha !
function ShowDriverType(string driver)
begin
int type = 0;
type = GetDriveType(driver);
if ( type==0 ) messagebox(0, "Unknown disk!", driver, 0);
if ( type==1 ) messagebox(0
www.eeworm.com/read/103037/15748706
asm iparsefn.asm
; FILENAME: IPARSEFN.ASM
;
; Copyright (c) 1988, 1990 by Borland International, Inc.
;
; DESCRIPTION: This module implements a routine that parses a file spec.
; into its drive, path a
www.eeworm.com/read/102720/15761444
4 fd.4
.TH FD 4
.SH NAME
fd \- floppy disk
.SH DESCRIPTION
The
.B fd*
devices refer to the Floppy disk driver using the NEC PD765 floppy disk
controller. These diskettes are arrays of 512 byte sectors, alth
www.eeworm.com/read/102720/15762078
4 fd.4
FD(4) Minix Programmer's Manual FD(4)
NAME
fd - floppy disk
DESCRIPTION
The fd* devices refer to the Floppy disk driver using the
www.eeworm.com/read/100994/15858652
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Declare Function ExitWindowsEx Lib "user32" _
(ByVal uFlags As Long, ByVal dwReserved As Long) As Long
Public Const EWX_FORCE =
www.eeworm.com/read/100336/15876734
fdo utils.fdo
; File : $UTILS.FDO$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;--------------------------------------------
www.eeworm.com/read/100300/15877653
doc readcda.doc
READCDA
Readcda is a simpel program to read Audio data directly (digital) from a CD.
The program is built and tested on a Panasonic CR-562B drive.
It works for MKCDE driver 4.12 on my CR-562B dri
www.eeworm.com/read/184053/9124993
c ide_disk.c
/*
**************************************************************
*
* hyperstone MS-DOS FAT File System Drivers
*
* Low Level IDE Disk Access Routines
*
* Christoph Baumhof 2000-03-21
www.eeworm.com/read/281140/10260720
cn1 sort.cn1
~aSORT~0
读输入,将数据排序并将结果写到屏幕、文件或其它设备。
~aSORT~0作为过滤器,读指定列的字符并按升序或降序重排。
语法
~aSORT~0 [/R] [/+n] [ [drive2
www.eeworm.com/read/281140/10260785
cn2 replace.cn2
~aREPLACE~0
用源目录中的文件代替目标目录中的同名文件。还可以使用~aREPLACE~0在目
标目录中加入文件。
语法
~aREPLACE~0 [drive1:][path1]filename[drive2:][path2][/A][/P][/R][/W]
~aREPLA