代码搜索:disk
找到约 10,000 项符合「disk」的源代码
代码结果 10,000
www.eeworm.com/read/493401/6402312
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/493401/6402406
o disk.o
www.eeworm.com/read/491516/6436797
bmp disk.bmp
www.eeworm.com/read/491516/6436820
ico disk.ico
www.eeworm.com/read/419079/6439751
ico disk.ico
www.eeworm.com/read/488567/6489678
class disk.class
www.eeworm.com/read/488567/6489679
java disk.java
import java.awt.*;
public class Disk extends Button
{
int number;
boolean 上方有盘=false;
public Disk(int number,HannoiTower con)
{
this.number=number;
set
www.eeworm.com/read/485014/6570668
class disk.class
www.eeworm.com/read/481537/6642772
c disk.c
/*
* kernel/power/disk.c - Suspend-to-disk support.
*
* Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab
* Copyright (c) 2004 Pavel Machek
*
*
www.eeworm.com/read/481225/6645137
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