代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/119136/6092637
java longlist.java
/**
* $RCSfile: LongList.java,v $
* $Revision: 1.1.1.1 $
* $Date: 2002/09/09 13:51:13 $
*
* New Jive from Jdon.com.
*
* This software is the proprietary information of CoolServlets, Inc
www.eeworm.com/read/115889/6116409
java objectbuffer.java
/**
* Copyright (C) 2003 Manfred Andres
*
* 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 th
www.eeworm.com/read/103315/6218839
java roomvalue.java
package com.borland.training.meetings.sessions;
import java.util.*;
import com.borland.training.meetings.entities.*;
public class RoomValue implements java.io.Serializable {
private String name;
www.eeworm.com/read/101594/6236514
java segmentbuffer.java
/*
* SegmentBuffer.java - A Segment you can append stuff to
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 2001 Slava Pestov
*
* This program is
www.eeworm.com/read/100409/6270311
java busimpl.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/489123/6474161
c knapsack.c
#include
#include
void read(int *array , int n)
{
int i;
for(i = 0;i
www.eeworm.com/read/488766/6485379
c knapsack.c
#include
#include
void read(int *array , int n)
{
int i;
for(i = 0;i
www.eeworm.com/read/485355/6559719
java strbuffer.java
//演示 StringBuffer 类方法的使用。
public class StrBuffer {
public static void main(String[] args) {
//自动产生的方法
StringBuffer s1 = new StringBuffer();
StringBuffer s2 = new StringBuffer(8);
String
www.eeworm.com/read/479877/6682296
log indepedent_bss_ref-rts_cts.nt.log
[Environment]
duration=3600.000000
seed=128
net_name=Predicting_WLAN_Performance-RTS_CTS
sim_log_delim=TAB
[Run Info]
run_date=20:30:36 Tue Aug 15 2000
[Log Entries]
235.157370163 55379 Of
www.eeworm.com/read/479389/6693693
m waterfilling_alg.m
function [Capacity PowerAllo] = WaterFilling_alg(PtotA,ChA,B,N0);
%
% WaterFilling in Optimising the Capacity
%===============
% Initialization
%===============
ChA = ChA + eps;
NA = length(ChA