代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/334276/3369432
h istack.h
#ifndef ISTACK_H
#define ISTACK_H
#include
using std::vector;
#include "stckexcp.h"
class iStack {
public:
iStack( int capacity )
: _stack( capacity ), _to
www.eeworm.com/read/416320/11033289
c shannon.c
// ------------------------------------------------------------------------
// File: shannon.c
//
// Compute Shannon's capacity
// -----------------------------------------------------------------
www.eeworm.com/read/295861/8136263
c shannon.c
// ------------------------------------------------------------------------
// File: shannon.c
//
// Compute Shannon's capacity
// -----------------------------------------------------------------
www.eeworm.com/read/402806/11527244
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
www.eeworm.com/read/215251/15066249
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
www.eeworm.com/read/454732/7384256
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/454732/7384291
#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/330815/12867330
c main.c
/* ELEC254 Group32 USB SD Card Reader */
#include
#include"D12_Operation.h"
#include"USB.h"
#include"D12_Int.h"
#include"MMC_SD.h"
#include"LED.h"
extern unsigned char DISK_CAPACI
www.eeworm.com/read/240380/13221286
cs evacuationobjects.cs
using System;
using System.Collections;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.esriSystem;
//Ismael Chivite
//ESRI Redlands
//March 2005
namespace EvacuationRoutes
{
public interface
www.eeworm.com/read/147766/5725281
h bt.h
/******************************************************************************
*
* Module Name: bt.h
* $Revision: 18 $
*
***********************************************************************