代码搜索:disk

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

代码结果 10,000
www.eeworm.com/read/389693/2540047

java disk.java

package book.applet.tower; import java.awt.Color; import java.awt.Graphics; /** * 汉诺塔游戏中的盘 */ public class Disk { // 盘的宽度 public int width; // 盘的颜色 public Color color; // 盘的标签
www.eeworm.com/read/375112/2740862

c disk.c

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

c disk.c

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

c disk.c

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

c disk.c

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

h disk.h

/************************************************************************* * * Used with ICCARM and AARM. * * (c) Copyright IAR Systems 2005 * * File name : disk.h * Descri
www.eeworm.com/read/369499/2798033

c disk.c

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

c disk.c

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

h disk.h

#ifndef _DISK_H_ #define _DISK_H_ #include struct CHS { dword cyls, heads, sectors; }; struct disk_info { unsigned long size; struct CHS chs; char description[100];
www.eeworm.com/read/368107/2826948

c disk.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究