代码搜索:Capacity

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

代码结果 2,190
www.eeworm.com/read/137285/13334948

c dc_var6_usg.c

DNT; fprintf( fp, "-afile afile (file with alist in it.)"); DNT; fprintf( fp, "-nac 0/1 (whether not to allow communication attempts above capacity. If 1, th
www.eeworm.com/read/229812/4740574

prep03

# # Preprocessor Test 3 # !ifdef AS # This is a proxy for !if microsoft all: !else all: .symbolic !endif # test mpreproc@makeAlphaToken() fills current->data.string only to capacity module=
www.eeworm.com/read/280997/4120860

cfg tshs.cfg

##### Basic information ###### # Name of the site tshs.name=旅游自助系统 ##### System state settings ###### # The most number of TshsObject instances staying in cache cache.capacity=1000 # W
www.eeworm.com/read/433421/1883888

cfg tshs.cfg

##### Basic information ###### # Name of the site tshs.name=旅游自助系统 ##### System state settings ###### # The most number of TshsObject instances staying in cache cache.capacity=1000 # W
www.eeworm.com/read/366806/9797243

java arraylistexample.java

import java.util.ArrayList; public class ArrayListExample { public void doExample() { ArrayList myList = new ArrayList(5); // set initial array capacity to 5 // load the list with integer
www.eeworm.com/read/373028/9477619

java distinctrepresentatives.java

import java.io.*; import java.util.*; class Vertex { public int idNum, capacity, edgeFlow; public boolean forward; // direction; public Vertex twin; // edge in opposite directio
www.eeworm.com/read/360848/10075305

java distinctrepresentatives.java

import java.io.*; import java.util.*; class Vertex { public int idNum, capacity, edgeFlow; public boolean forward; // direction; public Vertex twin; // edge in opposite directio
www.eeworm.com/read/418199/10959368

vbs list virtual server properties.vbs

On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Wscript.Echo "Available system capacity: " & objVS.AvailableSystemCapacity Wscript.Echo "Default additions path: " & o
www.eeworm.com/read/444200/7616614

c fs2.c

void formatsd(mmc_csd *csd, UCHAR buffer[512]) { // csd->sectors // csd->blocksize // blocksize * sectors = capacity register int i, j, tocLength, statusLength; t
www.eeworm.com/read/104132/6211579

bpf sdcapacity.bpf

USEUNIT("Capacity.cpp"); USELIB("..\..\CLASSES\sdComm.lib"); USELIB("..\..\Interface\SdClientBase.lib"); USELIB("..\Baseform\SdBaseForm.lib"); USEFORM("..\Baseform\BillBaseForm.cpp", BillBaseForm)