代码搜索:Capacity

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

代码结果 2,190
www.eeworm.com/read/436550/7767965

cpp master_blocking.cpp

#include "master_blocking.h" void master_blocking::main_action() { const unsigned int mylength = 0x10; // storage capacity/burst length in words int mydata[mylength]; unsigned int i; s
www.eeworm.com/read/343590/11940837

c ufi.c

#include "common.h" #include "UFI.h" extern USB_BULK_FSM bulkFsmStatus; INQUIRY_DATA inquiryData; CAPACITY_DATA capacityData; char *disk; void UFIDataInit(void) { /* Inquiry data*/ inquiryData.periph
www.eeworm.com/read/487231/1239775

pas tour.pas

program E1_9; {tour} var distance,capacity,km:real; ic,minc:longint; n:byte; station:array[0..50,1..2] of real; procedure init; var i:byte; c:real; begin assign(input,'
www.eeworm.com/read/482538/1287678

hh fullnotequeue.hh

// -*- c-basic-offset: 4 -*- #ifndef CLICK_FULLNOTEQUEUE_HH #define CLICK_FULLNOTEQUEUE_HH #include "notifierqueue.hh" CLICK_DECLS /* =c Queue Queue(CAPACITY) =s storage stores packets in a FIFO q
www.eeworm.com/read/327133/3463922

h buffer.h

// Common/Buffer.h #ifndef __COMMON_BUFFER_H #define __COMMON_BUFFER_H #include "Defs.h" template class CBuffer { protected: size_t _capacity; T *_items; void Free()
www.eeworm.com/read/432926/1886146

pde gesture.pde

class Gesture { float damp = 5.0; float dampInv = 1.0 / damp; float damp1 = damp - 1; int w; int h; int capacity; Vec3f path[]; int crosses[]; Polygon polygons[]; int nPoints
www.eeworm.com/read/426647/1988118

php index.php

www.eeworm.com/read/413855/2158177

hh fullnotequeue.hh

// -*- c-basic-offset: 4 -*- #ifndef CLICK_FULLNOTEQUEUE_HH #define CLICK_FULLNOTEQUEUE_HH #include "notifierqueue.hh" CLICK_DECLS /* =c Queue Queue(CAPACITY) =s storage stores packets in a FIFO q
www.eeworm.com/read/392355/2500085

php index.php

www.eeworm.com/read/167515/9966863

old list.h.old

#ifndef List_H #define List_H #include "defs.H" const long DEFAULT_LIST_CAPACITY = 200; template class Iterator { public: virtual void First() = 0; virtual void Next() = 0;