代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/212047/15167466
sh siman_test_driver.sh
#! /bin/sh
# assume good result from tests; increment it if any test fails
EXIT_STATUS=0
echo -n "running simulated annealing test #1 (travelling salesman problem)"
./siman_test > siman_test.out1
SE
www.eeworm.com/read/225256/4796992
java lasertype.java
package Carmen;
public class LaserType
{
public static final int SICK_LMS = 0;
public static final int SICK_PLS = 1;
public static final int HOKUYO_URG = 2;
public static final int SIMULATED
www.eeworm.com/read/202663/5047880
pl sim-mm1.pl
#!/usr/bin/perl
$MIN_RATE = "1";
$MAX_RATE = "1024";
$MU = 2000.0;
$date = `date`; chop $date;
$local = `hostname`; chop $local;
print "# Simulated client assuming M/M/1\n";
print "# MU is $MU\n";
p
www.eeworm.com/read/202663/5047896
pl sim-mm1.pl
#!/usr/bin/perl
$MIN_RATE = "1";
$MAX_RATE = "1024";
$MU = 2000.0;
$date = `date`; chop $date;
$local = `hostname`; chop $local;
print "# Simulated client assuming M/M/1\n";
print "# MU is $MU\n";
p
www.eeworm.com/read/328889/3435713
java lasertype.java
package Carmen;
public class LaserType
{
public static final int SICK_LMS = 0;
public static final int SICK_PLS = 1;
public static final int HOKUYO_URG = 2;
public static final int SIMULATED
www.eeworm.com/read/281519/4115619
h nattypes.h
#ifndef UTILS_BASE_NATTYPE_H_
#define UTILS_BASE_NATTYPE_H_
namespace utils_base {
/* Identifies each type of NAT that can be simulated. */
enum NATType {
NAT_OPEN_CONE,
NAT_ADDR_RESTRICTED,
N
www.eeworm.com/read/281519/4116331
h nattypes.h
#ifndef UTILS_BASE_NATTYPE_H_
#define UTILS_BASE_NATTYPE_H_
namespace utils_base {
/* Identifies each type of NAT that can be simulated. */
enum NATType {
NAT_OPEN_CONE,
NAT_ADDR_RESTRICTED,
N
www.eeworm.com/read/412025/11217033
c sat2.c
/* sat2.c
Simple experiments with simulated annealing
find the nonlinear least squares optimum solution
usage: sat2 < input.data
*/
static char rcsid[] = "@(#)sat2.c 1.1 09:47:21 10/30/
www.eeworm.com/read/236025/14035534
m genvdata.m
% GENVDATA Generation of simulated vowel data
%
Ntot = 20000;
Pa = 0.25;
mu_a = [730 1090];
std_a = [35 20
20 230];
Na = Pa*Ntot;
a = randn(Na,2) * std_a + repmat(mu_a,Na,1);
Pe = 0.3;
www.eeworm.com/read/467484/7004163
readme_sv
RPF for SV Model
-----------------
To create .so file:
R SHLIB SV_singleprop.c
SV_sim.R: simulated SV data.
SV_singleprop.R: R interfacr with c code. This does a repeated analysis of the SV data t