代码搜索:Simulated

找到约 1,823 项符合「Simulated」的源代码

代码结果 1,823
www.eeworm.com/read/386607/8735998

java simulatedcas.java

package net.jcip.examples; import net.jcip.annotations.*; /** * SimulatedCAS * * Simulated CAS operation * * @author Brian Goetz and Tim Peierls */ @ThreadSafe public class SimulatedCAS
www.eeworm.com/read/165360/10066321

m webstockrnd.m

function PageString = webstockrnd(InputSet, OutFile) %WEBSTOCKRND stock future price path simulation. % Graphs simulated price paths over the next year. % PAGESTRING = WEBSTOCKRND(INPUTSET) cre
www.eeworm.com/read/358082/10196458

readme

The binaries in this directory are the ATT-CMUnited-2000 simulated robotic soccer team which competed at RoboCup2000. It was created by Patrick Riley, Peter Stone, David McAllester, and Manuela Veloso
www.eeworm.com/read/278864/10501704

orig_results

Simulation parameters --------------------- Trace format is Basic LRU Set-associative caches being simulated On a unified trace Max. length of trace is 1000000 Input is from file stdin Output is to
www.eeworm.com/read/470589/6914111

h sa_floor.h

#include "Floorplan.h" // definition of a generic simulated annealing function void SimulatedAnnealing(Floorplan * E0, double lambda, double T0, double Tf, uns
www.eeworm.com/read/470589/6914116

cpp main_floor.cpp

/* File: main.cpp * Author: Dan Gibson * ECE 556 HW 3 * Contents: * The main function of a simulated annealing based * floorplanning algorithm. * * Last modified: * Development platfor
www.eeworm.com/read/140545/13077086

cpp bankteller.cpp

//: C07:BankTeller.cpp // Using a queue and simulated multithreading // To model a bank teller system #include #include #include #include #include
www.eeworm.com/read/401370/11558496

c driver_conductor.c

/* * this program simulated a simple communication between dirver and conductor. * conductor tell diver to begin driving via signal SIGINT(Ctrl + c), and stoping via signal SIGQUIT(Ctrl + \) * dirv
www.eeworm.com/read/158443/11616743

txt index.txt

ADDINT interpolate and add, used by {MGLIN} (19.6) AIRY Airy functions (6.7) AMEBSA simulated annealing in continuous spaces (10.9) AMOEBA minimize in N-dimensions by downhill simplex metho
www.eeworm.com/read/259886/11759441

m demohop1.m

%% A Two Neuron Hopfield Network % A Hopfield network consisting of two neurons is designed with two stable % equilibrium points and simulated using the above functions. % % Copyright 1992-2002 Th