代码搜索:Capacity
找到约 2,190 项符合「Capacity」的源代码
代码结果 2,190
www.eeworm.com/read/223165/14650869
c buffer.c
/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single UDP port, with support for SSL/TLS-based
* session authentication and key exchange,
*
www.eeworm.com/read/120429/14803804
java instrumentedsettest.java
// Page 74
import java.util.*;
public class InstrumentedSetTest {
public static void main(String[] args) {
InstrumentedSet s = new InstrumentedSet(new HashSet());
s.addAll
www.eeworm.com/read/119982/14815377
cpp vector2.cpp
#ifdef __BCPLUSPLUS__
#include
#include
#else
#include
#include
#endif
using namespace std;
typedef vector INTVECTOR;
void main(void)
{
www.eeworm.com/read/219621/14873594
log indepedent_bss_ref-default.nt.log
[Environment]
duration=3600.000000
seed=128
net_name=Predicting_WLAN_Performance-Independent_BSS
sim_log_delim=TAB
[Run Info]
run_date=19:40:27 Tue Aug 15 2000
[Log Entries]
8.41032072869
www.eeworm.com/read/117582/14913130
h vdiskutil.h
/*
VDiskUtil.h
VDisk utility function header
Copyright (C) 2003 Ken Kato
*/
#ifndef _VDISKUTIL_H_
#define _VDISKUTIL_H_
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
//
// Virtual disk
www.eeworm.com/read/216045/15028848
m ip_08_03.m
% MATLAB script for Illustrative Problem 8.3.
clear
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,-a
www.eeworm.com/read/213940/15121923
m ip_08_03.m
% MATLAB script for Illustrative Problem 8.3.
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,-a(i)+5,1
www.eeworm.com/read/210671/15193728
cpp fig20_14.cpp
// Fig. 20.14: fig20_14.cpp
// Testing Standard Library vector class template
#include
using std::cout;
using std::cin;
using std::endl;
#include
template < class T >
www.eeworm.com/read/210160/15205737
m ip_08_03.m
% MATLAB script for Illustrative Problem 8.3.
echo on
a_db=[-20:0.2:20];
a=10.^(a_db/10);
for i=1:201
f(i)=quad('il3_8fun',a(i)-5,a(i)+5,1e-3,[],a(i));
g(i)=quad('il3_8fun',-a(i)-5,-a(i)+5,1
www.eeworm.com/read/207238/15278280
sql subquery_where_compare_all.sql
/*This SQL script uses Demos.abs database.
Please open ...\AbsoluteDatabase\Demos\Data\Demos.abs database file.
This example illustrates use of keyword ALL in where clause.
This query retur