代码搜索:disk
找到约 10,000 项符合「disk」的源代码
代码结果 10,000
www.eeworm.com/read/162169/10329916
dsp disk.dsp
# Microsoft Developer Studio Project File - Name="disk" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/162169/10329920
dsw disk.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/162169/10329927
ncb disk.ncb
www.eeworm.com/read/162169/10329930
cpp disk.cpp
// disk.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "disk.h"
#include "diskDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/162169/10329939
plg disk.plg
Build Log
--------------------Configuration: disk - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/162010/10346243
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/161888/10358470
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/161674/10386823
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/161674/10386828
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