代码搜索:Capacity

找到约 2,190 项符合「Capacity」的源代码

代码结果 2,190
www.eeworm.com/read/161121/5559386

h bt.h

/****************************************************************************** * * Module Name: bt.h * $Revision: 18 $ * ***********************************************************************
www.eeworm.com/read/172783/9691030

cpp memoryfile.cpp

#include #include "MemoryFile.h" #include "Utility.h" namespace corona { COR_EXPORT(File*) CorCreateMemoryFile(const void* buffer, int size) { if (size && !buffer) { r
www.eeworm.com/read/334212/12617269

h usb_scsi_descreptor.h

#ifndef _USB_SCSI_DESCREPTOR_H_ #define _USB_SCSI_DESCREPTOR_H_ code unsigned char Device_Capacity[8]= //容量为16M { 0x00,0x01,0xF0,0x00, 0x00,0x00,0x02,0x00 //前4字节为扇区数,后4字节为每扇区的大小 }; //下
www.eeworm.com/read/334212/12617369

#1 usb_scsi_descreptor.#1

#ifndef _USB_SCSI_DESCREPTOR_H_ #define _USB_SCSI_DESCREPTOR_H_ code unsigned char Device_Capacity[8]= //容量为16M { 0x00,0x02,0x00,0x00, 0x00,0x00,0x02,0x00 //前4字节为扇区数,后4字节为每扇区的大小 }; //下
www.eeworm.com/read/243789/12916744

h brewstring.h

#ifndef __BrewString #define __BrewString #include "platformSpecific.h" #define length_ pData_->length #define capacity_ pData_->capacity #define buffer_ pData_->buffer /* template
www.eeworm.com/read/100813/15863973

h brewstring.h

#ifndef __BrewString #define __BrewString #include "platformSpecific.h" #define length_ pData_->length #define capacity_ pData_->capacity #define buffer_ pData_->buffer /* template
www.eeworm.com/read/375789/9349512

h stack.h

#include const int length=30;//the length of identier no more than 30 bytes const int capacity=200; //the capacity of the stack is 50 struct node{ int encode; int readdr;//sh
www.eeworm.com/read/472524/1409996

java alarmclock.java

public class AlarmClock { static final int MAX_CAPACITY = 10; static final int UNUSED = -1; static final int NOROOM = -1; private Sleeper[] sleepers = new Sleeper[MAX_CAPACITY];
www.eeworm.com/read/174538/5361157

java alarmclock.java

public class AlarmClock { static final int MAX_CAPACITY = 10; static final int UNUSED = -1; static final int NOROOM = -1; private Sleeper[] sleepers = new Sleeper[MAX_CAPACITY];
www.eeworm.com/read/287209/4025674

java alarmclock.java

public class AlarmClock { static final int MAX_CAPACITY = 10; static final int UNUSED = -1; static final int NOROOM = -1; private Sleeper[] sleepers = new Sleeper[MAX_CAPACITY];