代码搜索:如何学习 drive?
找到约 10,000 项符合「如何学习 drive?」的源代码
代码结果 10,000
www.eeworm.com/read/379711/9181367
c hd.c
/*
* linux/kernel/hd.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* This is the low-level hd interrupt support. It traverses the
* request-list, using interrupts to jump betwe
www.eeworm.com/read/379711/9181900
h cdu31a.h
/*
* Definitions for a Sony interface CDROM drive.
*
* Corey Minyard (minyard@wf-rch.cirr.com)
*
* Copyright (C) 1993 Corey Minyard
*
* This program is free software; you can redistri
www.eeworm.com/read/103309/9359376
bat generatedoc.bat
@rem generate doc
@rem %1 : cppunit directory full path
@rem set DIST_DIR to current directory (NT/2000) only
SET DIST_DIR=%~f1
echo Dist dir: %DIST_DIR%
@echo generating documentation
@rem
www.eeworm.com/read/178673/9389058
cpp gethardsoftinfo.cpp
//----------------------------------------------
// File : GetHardSoftInfo.cpp
//
// Content : for displaying the details of hard drives in
//
// Author : 06/11/2000 Lynn McGuire written with many
www.eeworm.com/read/177853/9430327
bat install.bat
ECHO OFF
CLS
ECHO ***************************************************************************
ECHO * Embedded Systems Building Blocks
ECHO * Complete and R
www.eeworm.com/read/372590/9502435
bat xp下确定最后的盘符.bat
@echo off
for %%i in (Z Y X W V U T S R Q P O N M L K J I H G F E D C) do (
if exist %%i:\nul (
for /f "tokens=3" %%j in ('dir /-c %%i:\') do set freesize=%%j
set last=%%i