Simulation is the imitation of some real thing, state of affairs, or process. The act of simulating something generally entails representing certain key characteristics or behaviours of a selected physical or abstract system. [Wikipedia]

learn more… | top users | synonyms

0
votes
0answers
8 views

this code can't be run by a patch

This error comes up when I try to determine to nearest patch that would take the turtle to its destination. this code can't be run by a patch error while turtle 0 running DISTANCE called by ...
0
votes
0answers
8 views

Is there a NetLogo model that shows collision detection realistically?

I'm working on a simulation of pedestrian motion and I can't find examples in the library or online that shows collision detection perfectly (like no triangular agents intersect with another agent's ...
0
votes
0answers
16 views

how to simulate network latency in VMware ESXi

I am using VMware ESXi to setup a virtual OS, Windows 2008 R2. And I will use Backup Exec 2012 to backup the whole OS. The question is i want to simulate the network latency during the process of ...
-1
votes
1answer
41 views

Phased Array System ToolBox. Overview [closed]

I have a requirement where in I need to simulate a radar in real time. I am yet to start with Phased array system toolbox (waiting for evaluation license), but I had few questions about the this ...
1
vote
0answers
32 views

LRU simulation logical isusses in python

I was trying to make LRU paging algorithm usage simulation in python. As argument from bash we take 2 parameters , number of frames and pages. I believe that implementation is ok and program is ...
0
votes
0answers
5 views

configure rcsserver and have trouble with boost

I want to configure rcsserver at ubuntu 13.04 with boost V 1.53I extract rccserver 15-2I used this at extracted folder from .tar.gz file: $./configure but at last... checking dynamic linker ...
0
votes
0answers
22 views

How to simulate system for massive servicing?

I don't know how to simulate a system for massive servicing, using for input the Poisson stream (using lambda) with exponential distribution and m servers. And the output should be the visualization. ...
0
votes
2answers
36 views

Simulate jQuery (or pure JavaScript) Keyboard Event On Clicking a Link

Well, and my query is I want to generate (simulate) a keyboard event using jQuery or pure Javascript while clicking on a Link. For eg. I've a hyperlink in my page and on clicking that link, I want to ...
0
votes
0answers
9 views

How to get bridge or Network Segment directly from port in Spanning Tree Protocol's data structure in C#

I am making a simulation of STP using C# I successfully created bridges, N/S, connections and easily detect root bridge and I also set its all ports to designated port but the problem is when I need ...
0
votes
2answers
51 views

Simulate vectors with some peculiar correlations in R

I want to simulate some data with the following restrictions: cor(x1, x2) == 0.00001 # close to 0 cor(y1, x1) == 0.00001 # close to 0 cor(y1, x2) == 0.00001 # close to 0 cor(y2, x1) ...
1
vote
0answers
43 views

motion simulation in BBC The Secret Life of Chaos

the link is here: http://www.bbc.co.uk/programmes/b00pv1c3 I got fascinated by the motion simulation of a walking human, I want to make a simulation of that kind of my own, but I barely know anything ...
0
votes
2answers
58 views

How to make a software simulation available

I wish to make a software simulation available such that users can edit the source code and experiment with it. The IO of the software is simple text printing (no graphics). I don't mind too much what ...
0
votes
1answer
40 views

What are the available approaches to interconnecting simulation systems?

I am looking for a distributed simulation algorithm which allows me to couple multiple standalone systems. The systems I am targeting for interconnection use different formalisms, e.g. discrete time ...
6
votes
2answers
192 views

C vs. C++ for numberic simulation (performance)

I am about to write an off-lattice diffusion limited aggregation (DLA) simulation and I am wondering whether to use C or C++. C++ would be nice for design reasons but I am wondering if C would ...
-2
votes
0answers
52 views

Traffic Simulation in JAVA [closed]

I am doing my final year project on a traffic management system using multi agent systems. For the first part of my project i have to do a traffic simulation, therefore i will need to do the simulated ...

1 2 3 4 5 68
15 30 50 per page