代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/162614/5537482
java directbytebufferimpl.java
/* DirectByteBufferImpl.java --
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/162614/5539762
cc 1.cc
// 1999-05-11 bkoz
// Copyright (C) 1999, 2002, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute i
www.eeworm.com/read/162614/5539766
cc 1.cc
// 1999-05-11 bkoz
// Copyright (C) 1999, 2002, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute i
www.eeworm.com/read/162519/5546078
java persistentbytemap.java
/* Copyright (C) 2004, 2005 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBG
www.eeworm.com/read/162519/5547014
java directbytebufferimpl.java
/* DirectByteBufferImpl.java --
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/157111/5607539
java cache.java
/* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/154277/5638440
java boundedlinkedqueue.java
/*
File: BoundedLinkedQueue.java
Originally written by Doug Lea and released into the public domain.
This may be used for any purposes whatsoever without acknowledgment.
Thanks for the a
www.eeworm.com/read/153251/5651885
java fifoqueue.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/475436/6781522
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
www.eeworm.com/read/473097/6856359
java strbuffer.java
//演示 StringBuffer 类方法的使用。
public class StrBuffer {
public static void main(String[] args) {
//自动产生的方法
StringBuffer s1 = new StringBuffer();
StringBuffer s2 = new StringBuffer(8);
String