代码搜索:testbed
找到约 482 项符合「testbed」的源代码
代码结果 482
www.eeworm.com/read/302829/3823439
readme
$Id: README,v 1.1 2000/06/05 23:13:50 apr Exp $
This is a simple testbed for TPL debugging.
TPL is a minimalistic thin layer on top of JDBC intended to
be used in situations where you cannot afford
www.eeworm.com/read/433911/1880729
killbench
#!/bin/sh -x
#
# get configuration
. $WEBSTONEROOT/conf/testbed
for i in $CLIENTS
do
$RSH -l root $i /etc/killall $1 webclient
done
#
sleep 1
/etc/killall $1 webmaster
/etc/killall $1 r
www.eeworm.com/read/382594/2633959
killbench
#!/bin/sh -x
#
# get configuration
. $WEBSTONEROOT/conf/testbed
for i in $CLIENTS
do
$RSH -l root $i /etc/killall $1 webclient
done
#
sleep 1
/etc/killall $1 webmaster
/etc/killall $1 r
www.eeworm.com/read/361884/2942719
manifesto
TESTBED MANIFESTO
Thatcher Ulrich http://tulrich.com
I have put this project in the public domain. I considered using one
of the standard licenses such as GPL, LGPL or Berkeley/X, b
www.eeworm.com/read/475633/6775064
manifesto
TESTBED MANIFESTO
Thatcher Ulrich http://tulrich.com
I have put this project in the public domain. I considered using one
of the standard licenses such as GPL, LGPL or Berkeley/X, b
www.eeworm.com/read/412239/11208816
v testbench_avlmemory.v
// Testbed for SDRAM model with AVL implementation
// written by Chris Fester 4-5-00
`include "AVLMemory.v"
`include "Memoryside.v"
module top;
reg [31:0] outsideAddr;
wire [31:0] A;
wire [
www.eeworm.com/read/109902/15546028
asm rc4.asm
; Simple RC4 implementation, Peter Gutmann, 21 September 1995.
; This code was written in about 30 minutes as a testbed for an asm.RC4. It
; uses a static data area as the key so it's not terribly pr
www.eeworm.com/read/291752/8397954
txt sampspect_short.txt
040303_215109
Sample Spectrum Testbed
=======================
Max_Pass_Number = 2000
ar_sig_source
Noise_Seed = 113559
Driving_Variance = 0.3
Ar_Order = 2
A_Coeffs[0] = 0
www.eeworm.com/read/291752/8397969
txt sampspect_full.txt
040303_215109
Sample Spectrum Testbed
=======================
Max_Pass_Number = 2000
ar_sig_source
Noise_Seed = 113559
Driving_Variance = 0.3
Ar_Order = 2
A_Coeffs[0] = 0
www.eeworm.com/read/291752/8398244
cpp arproctest_sim.cpp
//
// File = arproctest_sim.cpp
//
#define SIM_NAME "ArProcTest\0"
#define SIM_TITLE "Autoregressive Noise Testbed\0"
#include "global_stuff.h"
#include "rayleigh_theory.h"
#include "le