代码搜索:Capacity

找到约 2,190 项符合「Capacity」的源代码

代码结果 2,190
www.eeworm.com/read/119743/14823215

frm capacity.frm

VERSION 4.00 Begin VB.Form Capacity Caption = "Set New Capacity ..." ClientHeight = 2652 ClientLeft = 876 ClientTop = 1416 ClientWidth = 3828
www.eeworm.com/read/470693/1467576

cc capacity.cc

// 1999-05-11 bkoz // Copyright (C) 1999, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or mod
www.eeworm.com/read/459896/1564982

pl capacity.pl

#!/usr/bin/perl strict; $period = 5; $numSent = 0; $numReceived = 0; $numZeros = 0; sub reset_stats { $numSent = 0; $numReceived = 0; } sub calc_stats { my ($now, $length, $sent, $recv) = @_;
www.eeworm.com/read/190666/5182406

cc capacity.cc

// 1999-05-11 bkoz // Copyright (C) 1999, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or mod
www.eeworm.com/read/340665/3284110

cc capacity.cc

// 1999-05-11 bkoz // Copyright (C) 1999, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or mod
www.eeworm.com/read/440906/1785786

cc capacity.cc

// 1999-05-11 bkoz // Copyright (C) 1999, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or mod
www.eeworm.com/read/156620/5610948

java capacity.java

//capacity.Java import javax.swing.*; public class capacity { // test StringBuffer methods for capacity and length public static void main( String args[] ) {
www.eeworm.com/read/475187/6793837

m capacity.m

function [cap]=Capacity(N,SNR,Hn,t,S,U) r=10^(SNR/10); for k=1:N Hsut=Hn{k}; i=1; for i=1:t A=Hsut{i,1}; A=A'; cap(k,i)=log2(det(eye(U)+(r/S)*A*ctranspose(A))); i=i+1;
www.eeworm.com/read/368137/9709749

cpp capacity.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/135720/13907088

java capacity.java

//capacity.Java import javax.swing.*; public class capacity { // test StringBuffer methods for capacity and length public static void main( String args[] ) {