代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/213708/4913043
gp multi.gp
reset
set terminal X
set yrange [0:1]
set xtics 1,1,5
set xrange [0:6]
set xlabel "Number of Congested Links"
set ylabel "Bandwdith (Mbps)"
set terminal postscript monochrome dashed 18
set outpu
www.eeworm.com/read/213708/4913044
pl multi.pl
#!/usr/bin/perl -w
use strict 'refs';
use strict 'subs';
if ($#ARGV != 2) {
&usage;
exit;
}
sub usage {
print STDERR " usage: $0 \n";
exit;
}
my @a = ;
www.eeworm.com/read/213708/4913045
sh multi.sh
#! /bin/csh
rm -f data* flows*
rm -f multi/flows* multi/tmp* multi/dropRate* multi/data*
set t1=500
foreach ftype ( cbr tcp )
echo "Doing flow type $ftype"
foreach links ( 1 2 3 4 5 )
echo "Doi
www.eeworm.com/read/213496/4916391
java multi.java
//$Id: Multi.java,v 1.1.2.1 2003/11/08 02:25:29 oneovthafew Exp $
package org.hibernate.test;
import java.util.Calendar;
public class Multi extends Top {
/**
* Constructor for Multi.
*/
publ
www.eeworm.com/read/209211/4983384
c multi.c
#include "sam.h"
List file = { 'p' };
ushort tag;
File *
newfile(void)
{
File *f;
f = fileopen();
inslist(&file, 0, f);
f->tag = tag++;
if(downloaded)
outTs(Hnewname, f->tag);
/* already so
www.eeworm.com/read/201813/5057079
c multi.c
/* test the multi helpers... */
#include
int main(void)
{
unsigned char key[16], buf[2][MAXBLOCKSIZE];
unsigned long len, len2;
/* register algos */
register_hash(&sha256_desc
www.eeworm.com/read/200288/5070547
c multi.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/199150/5079588
dpr multi.dpr
program Multi;
uses
{$IFNDEF LINUX}
Forms,
{$ELSE}
QForms,
{$ENDIF}
Main in 'Main.pas' {fmMain};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfmMain,