代码搜索:disk
找到约 10,000 项符合「disk」的源代码
代码结果 10,000
www.eeworm.com/read/491809/1187538
h disk.h
// disk.h
// Data structures to emulate a physical disk. A physical disk
// can accept (one at a time) requests to read/write a disk sector;
// when the request is satisfied, the CPU gets an interru
www.eeworm.com/read/491809/1187539
cc disk.cc
// disk.cc
// Routines to simulate a physical disk device; reading and writing
// to the disk is simulated as reading and writing to a UNIX file.
// See disk.h for details about the behavior of disks
www.eeworm.com/read/478549/1350590
scr disk.scr
; DISK.SCR
; This script relates DOS disk calls to the hard disk
; BIOS calls involved.
;
; DOS 4+/Compaq DOS 3.31+ >32M partition
structure big fields
sector (dword,hex)
num (w
www.eeworm.com/read/474844/1388607
java disk.java
package cn.banny.util.io;
public class Disk {
private int id = -1;
private String serialNumber = null;
private String modelNumber = null;
private String revisionNumber = null;
private int