Top "Simulation" questions

Simulation is the imitation of some real thing, state of affairs, or process.

Reading data from Flight Simulator

I'm looking at building some hardware components to interface with Microsoft Flight Simulator which (hopefully) will display things that are …

synchronization hardware simulation
Algorithms for Simulating Fluid Flow

I've got a game idea that requires some semi-realistic simulation of a fluid flowing around various objects. Think of a …

algorithm simulation cellular-automata
What's the best language for physics modeling?

I've been out of the modeling biz, so to speak, for a while now. When I was in college, most …

language-features simulation physics modeling
Python alternative to Java applet?

Is there an alternative to making educational Java applets for physics simulations like projectile motion, gravity, etc?

java python physics simulation
Simulating low battery for iPhones

I am working on a mobile game, which appearantly crashes when the Low Battery alert is displayed. It works fine …

iphone objective-c ios-simulator simulation power-management
Simulating tremor (from e.g. Parkinson's Disease) with the mouse on a webpage?

I'm working for a foundation that raises awareness for accessibility in the internet. For a presentation, we want to offer …

javascript html css accessibility simulation
VCD dump for vhdl simulation via modelsim. HOWTO?

It's the first time i try to generate a VCD and i am getting some troubles. I have a testbench …

simulation dump vhdl modelsim
Software simulation of a quantum computer

While we are waiting for our quantum computers, is it possible to write a software simulation of one? I suspect …

simulation quantum-computing
How do I generate discrete random events with a Poisson distribution?

I'm aware of Knuth's algorithm for generating random Poisson distributed numbers (below in Java) but how do I translate that …

java events simulation poisson
Generate N random integers that sum to M in R

I would like to generate N random positive integers that sum to M. I would like the random positive integers …

r random simulation