代码搜索:disk

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

代码结果 10,000
www.eeworm.com/read/116006/6115309

c disk.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l
www.eeworm.com/read/106385/6194757

h disk.h

//========================================================================== // // disk.h // // Stand-alone disk support for RedBoot // //====================================================
www.eeworm.com/read/106385/6194778

c disk.c

//========================================================================== // // disk.c // // RedBoot disk support // //====================================================================
www.eeworm.com/read/104049/6211816

h disk.h

/* * Template MIB group interface - disk.h * */ #ifndef _MIBGROUP_DISK_H #define _MIBGROUP_DISK_H void init_disk(void); config_require(util_funcs) extern FindVarMethod var_extensible_disk; /*
www.eeworm.com/read/104049/6211841

c disk.c

/* * disk.c */ #include #include #if HAVE_STDLIB_H #include #endif #if HAVE_UNISTD_H #include #endif #if HAVE_FCNTL_H #include #endif #include
www.eeworm.com/read/100043/6275742

c disk.c

/* * $Id: disk.c,v 1.141.2.1 1999/02/12 22:32:15 wessels Exp $ * * DEBUG: section 6 Disk I/O Routines * AUTHOR: Harvest Derived * * SQUID Internet Object Cache http://squid.nlanr.net/Squi
www.eeworm.com/read/221765/6305815

pdf disk.pdf

www.eeworm.com/read/221765/6305816

cpp disk.cpp

#include #include #include using namespace std; ifstream fin("input.txt"); ofstream fout("output.txt"); double disksave(vector p) { int n=p.size();
www.eeworm.com/read/313696/6317678

c disk.c

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

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