代码搜索结果

找到约 10,206 项符合 Storage 的代码

driver.nfo

[DriverInfo] DriverName=Intel(R) ICH9R/DO/DH 4 port Serial ATA Storage Controller 1 - 2920 InfFile=oem5.inf HardwareID=PCI\VEN_8086&DEV_2920&SUBSYS_020D1028&REV_02 OS=4

lab-12.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 Base=0 UseAuto=0 TypeViolation=1 UnspecRange=1 ActionState=1 [TraceHelper] Enabled=0 ShowSource=1 [State Storage] Control Register=-1 [Sequen

consumer.java

public class Consumer extends Thread { private String name; private Storage s; public Consumer(String n, Storage s) { name = n; this.s = s; } public void run() { while (t

producer.java

public class Producer extends Thread { private String name; private Storage s; public Producer(String n, Storage s) { name = n; this.s = s; } public void run() { while (t

threadsexample5.java

public class ThreadsExample5 { public static void main(String argv[]) { Storage s = new Storage(5); Producer p1 = new Producer("Producer1", s); Producer p2 = new Producer("Producer2", s)

storage.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

storage.cpp

// storage.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "storage.h" #include "MainFrm.h" #include "storageSet.h" #include "storageDoc.h" #include "

storage.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=user LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "storage.h" L

storage.h

// storage.h : main header file for the STORAGE application // #if !defined(AFX_STORAGE_H__71AF1F3B_4177_4E99_BF7C_D22987CE37B4__INCLUDED_) #define AFX_STORAGE_H__71AF1F3B_4177_4E99_BF7C_D22987CE