代码搜索:floppy

找到约 2,363 项符合「floppy」的源代码

代码结果 2,363
www.eeworm.com/read/124879/14530120

floppy

www.eeworm.com/read/291779/8396131

c floppy.c

/* passed * linux/kernel/floppy.c * * (C) 1991 Linus Torvalds */ #include /* * 02.12.91 - 修改成静态变量,以适应复位和重新校正操作。这使得某些事情 * 做起来较为方便(output_byte 复位检查等),并且意味着在出错时中断跳转 * 要少一些,所以希望代码能更容易被理解。 */
www.eeworm.com/read/291779/8396636

c floppy.c

/* * linux/kernel/floppy.c * * (C) 1991 Linus Torvalds */ /* * 02.12.91 - Changed to static variables to indicate need for reset * and recalibrate. This makes some things easier (output_byte reset *
www.eeworm.com/read/291498/8412496

c floppy.c

/* * linux/kernel/floppy.c * * (C) 1991 Linus Torvalds */ /* * 02.12.91 - Changed to static variables to indicate need for reset * and recalibrate. This makes some things easier (output_byte
www.eeworm.com/read/391005/8428588

cpp floppy.cpp

#include #include "floppy.h"//函数声明及其它头文件包含在在floppy.h中; #include void main() { Disk theDisk=NULL; char choice; choice=interwindow(); //没一次循环中实现对磁盘的一次操作;直到用户选择退出程序;
www.eeworm.com/read/391005/8428593

h floppy.h

#include #include //包含了DISK_GEOMETRY等的定义 #include #include //Disk是结构体指针 typedef struct disk{ HANDLE floppyDisk; DISK_GEOMETRY theSupportedGeomet
www.eeworm.com/read/391005/8428598

exe floppy.exe

www.eeworm.com/read/291252/8431735

c floppy.c

/* * linux/kernel/floppy.c * * (C) 1991 Linus Torvalds */ /* * 02.12.91 - Changed to static variables to indicate need for reset * and recalibrate. This makes some things easier (output_byte
www.eeworm.com/read/290064/8508493

ico floppy.ico

www.eeworm.com/read/289120/8574864

c floppy.c

/* * linux/kernel/floppy.c * * (C) 1991 Linus Torvalds */ /* * 02.12.91 - Changed to static variables to indicate need for reset * and recalibrate. This makes some things easier (output_byte