代码搜索:Capacity

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

代码结果 2,190
www.eeworm.com/read/362171/10014639

h bulk_only.h

//head file about bulk_only #ifndef __Bulk_only_H__ #define __Bulk_only_H__ //bulk_state #define BULK_DATA_END 0x01 #define BULK_CSW_END 0x02 #define BULK_DATA_TRANS 0x03 #define BULK_RE
www.eeworm.com/read/396660/8096439

h scsi.h

#define SCSI_FORMAT_UNIT 0X04 #define SCSI_INQUIRY 0X12 #define SCSI_READ10 0X28 #define SCSI_READ_CAPACITY10 0X25 #define SCSI_REQUEST_SENSE 0X03 #define SCSI_TEST_UN
www.eeworm.com/read/136849/5844102

c pwr_messages.c

/******************************************************************************* * * pwr_messages.c * * Purpose: Contains functions used by PWR to send events * to the upper layer
www.eeworm.com/read/125478/14491570

h bulk_only.h

//head file about bulk_only #ifndef __Bulk_only_H__ #define __Bulk_only_H__ //bulk_state #define BULK_DATA_END 0x01 #define BULK_CSW_END 0x02 #define BULK_DATA_TRANS 0x03 #define BULK_RE
www.eeworm.com/read/365531/9858072

m gacfa.m

function [Zp,Xp,Yp,LC1,LC2]=GACFA(M,N,Pm) %-------------------------------------------------------------------------- % GACFA.m % Genetic Algorithm for Capacity and Flow Assignment % 链路容量和流量优化分
www.eeworm.com/read/465275/7052620

java customer.java

package banking.domain; public class Customer implements Comparable { public final static int MAX_CAPACITY = 10; public final static int STRING_SIZE = 32; private String firstName; pr
www.eeworm.com/read/198335/7940011

txt tongliangliuliangyouhua.txt

function [Zp,Xp,Yp,LC1,LC2]=GACFA(M,N,Pm) %-------------------------------------------------------------------------- % GACFA.m % Genetic Algorithm for Capacity and Flow Assignment % 链路容量和流量优化分
www.eeworm.com/read/402806/11527250

h stack.h

#include #include #include const int length=30; const int capacity=100; struct node { int encode; int readdr;//short for relative address
www.eeworm.com/read/258865/11835674

h nodelist.h

#ifndef _NODELIST_H_ #define _NODELIST_H_ #include #define DEFAULT_LIST_CAPACITY 50 typedef struct _NodeInfo { char name[32]; char ip[16]; int channel; }NodeInfo; te
www.eeworm.com/read/215253/15066233

h stack.h

#include #include #include const int length=30; const int capacity=100; struct node { int encode; int readdr;//short for relative address