代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/223481/14639262
m simulateoutage.m
function sim_state = SimulateOutage( sim_param, sim_state, code_param )
% OutageSimulate runs a single information outage probability simulation.
%
% The calling syntax is:
% sim_state = Simul
www.eeworm.com/read/334212/12617310
#2 usb_scsi_descreptor.#2
#ifndef _USB_SCSI_DESCREPTOR_H_
#define _USB_SCSI_DESCREPTOR_H_
code unsigned char Device_Capacity[8]= //容量为16M
{
0x00,0x20,0x00,0x00, 0x00,0x00,0x02,0x00 //前4字节为扇区数,后4字节为每扇区的大小
};
//下
www.eeworm.com/read/334212/12617377
#3 usb_scsi_descreptor.#3
#ifndef _USB_SCSI_DESCREPTOR_H_
#define _USB_SCSI_DESCREPTOR_H_
code unsigned char Device_Capacity[8]= //容量为16M
{
0x00,0x20,0x00,0x00, 0x00,0x00,0x02,0x00 //前4字节为扇区数,后4字节为每扇区的大小
};
//下
www.eeworm.com/read/236296/4641863
asm abstract.asm
; #########################################################################
;
; abstract.asm
;
; Abstract demonstrates the MASM macro capacity for simplifying code
www.eeworm.com/read/430360/1931840
asm abstract.asm
; #########################################################################
;
; abstract.asm
;
; Abstract demonstrates the MASM macro capacity for simplifying code
www.eeworm.com/read/290196/3984181
cpp getvectsizecapa.cpp
#include
#include
int main()
{
std::vector ivec;
cout
www.eeworm.com/read/466944/7024084
java binaryheap.java
package DataStructures;
// BinaryHeap class
//
// CONSTRUCTION: with optional capacity (that defaults to 100)
//
// ******************PUBLIC OPERATIONS******************
www.eeworm.com/read/466944/7024113
java stackar.java
package DataStructures;
// StackAr class
//
// CONSTRUCTION: with or without a capacity; default is 10
//
// ******************PUBLIC OPERATIONS*********************
www.eeworm.com/read/466944/7024120
java queuear.java
package DataStructures;
// QueueAr class
//
// CONSTRUCTION: with or without a capacity; default is 10
//
// ******************PUBLIC OPERATIONS*********************
www.eeworm.com/read/128476/14294701
java binaryheap.java
package DataStructures;
// BinaryHeap class
//
// CONSTRUCTION: with optional capacity (that defaults to 100)
//
// ******************PUBLIC OPERATIONS******************