代码搜索:disk

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

代码结果 10,000
www.eeworm.com/read/312645/3653651

c disk.c

//========================================================================== // // disk.c // // RedBoot disk support // //==============================================================
www.eeworm.com/read/311467/3680160

c disk.c

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

c disk.c

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

c disk.c

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

java disk.java

/* * 创建日期 2005-8-1 * * TODO 要更改此生成的文件的模板,请转至 * 窗口 - 首选项 - Java - 代码样式 - 代码模板 */ package shop; /** * @author YE * * TODO 要更改此生成的类型注释的模板,请转至 窗口 - 首选项 - Java - 代码样式 - 代码模板 */ publ
www.eeworm.com/read/305874/3767676

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/304962/3782049

nef disk.nef

Nef_polyhedron_2 Plane_map_2 vertices 15 halfedges 34 faces 5 0 { 0 1, 0, 1 0 -1 1 0 -1 0 1 } 1 { 0 5, 0, 1 0 -1 1 0 1 0 1 } 2 { 0 7, 1, 0 -70 0 -1 0 1 } 3 { 0 11, 1, 0 -70
www.eeworm.com/read/304849/3784505

h disk.h

// // Visopsys // Copyright (C) 1998-2007 J. Andrew McLaughlin // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public
www.eeworm.com/read/304590/3797040

c disk.c

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

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];