代码搜索:disk

找到约 10,000 项符合「disk」的源代码

代码结果 10,000
www.eeworm.com/read/217722/14952819

java disk.java

package hannoi; import javax.swing.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.Color; public class Disk extends JButton { int number;
www.eeworm.com/read/116554/14965902

h disk.h

www.eeworm.com/read/116307/14979341

c disk.c

www.eeworm.com/read/216813/14991654

c disk.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/115805/15000524

ico disk.ico

www.eeworm.com/read/114827/15036385

gif disk.gif

www.eeworm.com/read/215236/15066596

ico disk.ico

www.eeworm.com/read/214919/15083267

ico disk.ico

www.eeworm.com/read/214672/15092251

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/214672/15092254

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