代码搜索:disk
找到约 10,000 项符合「disk」的源代码
代码结果 10,000
www.eeworm.com/read/466805/7020972
c disk.c
/*
;*****************************************************************************************************
;* Copyright (c) 2006 by JiaoJinXing.
;* All rights reserved.
;*
;*---
www.eeworm.com/read/466805/7020988
o disk.o
www.eeworm.com/read/466805/7020989
lst disk.lst
1 .file "Disk.c"
2 .arch atmega128
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
www.eeworm.com/read/466229/7041247
c disk.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/464019/7170818
java disk.java
public class Disk
{
public static final int SECTORS_COUNT = 10000;
public static final int SECTORS_SIZE = 512;
/**
* Sectors on the disk
*/
private int sectorCount;
www.eeworm.com/read/462127/7208759
java disk.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
public class disk extends JFrame implements ActionListener
{
JPanel upper,lower,left,right;
JLabel fir
www.eeworm.com/read/461338/7229097
bmp disk.bmp
www.eeworm.com/read/392997/7247745
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/392997/7247762
cpp disk.cpp
// 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