代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/179336/9360189
m problem_5_3_b.m
%
% Solution for problem 5.3
%
% calculation of curves for beta=5,500
%
clear;
beta = 500;
Nu = [1:10,20:10:100,200:100:1000]; % Number of Users
M = 32; %Number of PPM positions
Ep = 1;
www.eeworm.com/read/179336/9360200
m figure_5_10.m
%
% Figure 5.10 reproduction
%
clear;
beta = 50;
Nu = [1:10,20:10:100,200:100:1000]; % Number of Users
M = 32; %Number of PPM positions
Ep = 1; % Energy of pulse
No = 0.05; % Noise va
www.eeworm.com/read/178126/9417927
c uart2receiveddef.c
//Uart Receive Area
union Flag OutState1; //室外状态 Bit0 压机=1/0 开/关 Bit1 模式=0/1 冷/热
#define OutOn_Off OutState1.bit.bit0
#define OutMode OutState1.bit.bit1
//unbyte ReceivecUart
www.eeworm.com/read/359805/10124132
m wongsuballo.m
% Author: Ian C. Wong
% Copyright (C) 2004 Ian C. Wong
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public License
% as pub
www.eeworm.com/read/161790/10375364
java fastvector.java
//Container Interface
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Softwar
www.eeworm.com/read/421381/10738485
java fastvector.java
//Container Interface
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Softwar
www.eeworm.com/read/465275/7052619
java bank.java
package banking.domain;
public class Bank {
public final static int MAX_CAPACITY = 200;
private static Bank bankInstance = new Bank();
private Customer[] customer;
private int numbe
www.eeworm.com/read/464372/7164272
m wongsuballo.m
% Author: Ian C. Wong
% Copyright (C) 2004 Ian C. Wong
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public License
% as pub
www.eeworm.com/read/444161/7617353
h lg18450.h
/* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief
* Cell specific
www.eeworm.com/read/196818/8058029
java fastvector.java
//Container Interface
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Softwar