代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/484096/1272031
authors
Mark Galassi (rosalia@lanl.gov) - overall design, simulated annealing
Jim Davies (jimmyd@nis.lanl.gov) - statistics library
James Theiler (jt@nis.lanl.gov) - random number generators
Brian Gough (bjg@
www.eeworm.com/read/219239/4848552
stc async_stim.stc
# gpsim
# Startup command file for stim_test.hex
# Create the processor that's to be simulated
processor p16c84 fred
# Load the .hex file
load h stim_test.hex
# Create a stimulus node:
node test
www.eeworm.com/read/219239/4848574
stc sync_stim.stc
# set verbose 3
# gpsim
# Startup command file for stim_test.hex
# Create the processor that's to be simulated
processor p16c84 fred
# Load the .hex file
load s stim_test.cod
# Create a stimulus
www.eeworm.com/read/167728/5453040
c siman.c
#include
#include
#include
/* set up parameters for this simulated annealing run */
/* how many points do we try before stepping */
#define N_TRIES 200
www.eeworm.com/read/167728/5454337
authors
Mark Galassi (rosalia@lanl.gov) - overall design, simulated annealing
Jim Davies (jimmyd@nis.lanl.gov) - statistics library
James Theiler (jt@nis.lanl.gov) - random number generators
Brian Gough (bjg@
www.eeworm.com/read/316872/3586457
c simeth.c
/*
* Simulated Ethernet Driver
*
* Copyright (C) 1999-2001, 2003 Hewlett-Packard Co
* Stephane Eranian
*/
#include
#include
#include
www.eeworm.com/read/389879/2531984
c simeth.c
/*
* Simulated Ethernet Driver
*
* Copyright (C) 1999-2001, 2003 Hewlett-Packard Co
* Stephane Eranian
*/
#include
#include
#include
www.eeworm.com/read/368337/9701140
c siman.c
#include
#include
#include
/* set up parameters for this simulated annealing run */
/* how many points do we try before stepping */
#define N_TRIES 200
www.eeworm.com/read/201477/15407732
h simul.h
// file simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template
www.eeworm.com/read/102394/15783151
c siman.c
#include
#include
#include
/* set up parameters for this simulated annealing run */
/* how many points do we try before stepping */
#define N_TRIES 200