3
votes
3answers
48 views
Are there any open-source military/war strategy simulating engines/frameworks?
Are there any open-source military/war strategy simulating engines or frameworks? Combat rules engines or weapon selection guides? I'm looking for something similar to a military s …
0
votes
1answer
18 views
Open source motion-capture software
Is there any open source software to map points on the human body to a simulated 3D model? Something like they do in some movies to map the movement of actors onto 3D models. What …
1
vote
2answers
60 views
+100
3D Engine for Driving Simulation
Is there any open-source 3D graphics and physics engine specialized in driving simulation? Something like a configurable game engine targeted at games that involve driving, or some …
1
vote
3answers
40 views
Are there any books for learning Computer simulation.
I have programming experience in perl/java/c# and basic c.
I am good at elementary mathematics.
But have no idea where to get started to get going with simulation. Can anyone l …
6
votes
7answers
160 views
Experiences with Test Driven Development (TDD) for logic (chip) design in Verilog or VHDL
I have looked on the web and the discussions/examples appear to be for traditional software development. Since Verilog and VHDL (used for chip design, e.g. FPGAs and ASICs) are si …
0
votes
1answer
36 views
Elegant design of simulating a read-only object
Hi, I am currently developing an GUI to an embedded system. (I am using GUI to descripe my app opposed to interface to avoid confusion with the progamatic meaning)
Context
I have …
0
votes
2answers
134 views
How to simulate click on <input type=”image” /> ?
when we submit a form using this type of input, the coordinates (x,y) are appended to the result.
it works if I dynamically create 2 hidden inputs, but I wanted something differen …
1
vote
1answer
46 views
How to simulate click on (x, y) point of HTML document with Yahoo UI (JS) ?
DOCS http://developer.yahoo.com/yui/3/event/#eventsimulation . but I do not understand how to do it( So how to simulate a mouse down at point ( X, Y) in the client area of some HTM …
0
votes
1answer
65 views
Steady state in a process oriented simulation
I'm currently writing a process-oriented simulator using JavaSim for an university exam. The simulator itself is working nicely, but I have one major doubt: is there a correct/best …
0
votes
1answer
66 views
How to use correlogram to estimate variance?
From a book of computer simulation, I got this two equation.
The first is to calculate correlogram, the second is how to use correlogram to estimate variance.
The common approa …
2
votes
7answers
178 views
Simulator or Emulator? What is the difference?
While I understand what Simulation and Emulation mean in general, I ,almost always, get confused about them. Assume that I create a piece of software that mimics an existing hardwa …
2
votes
4answers
141 views
Is Hadoop right for running my simulations?
have written a stochastic simulation in Java, which loads data from a few CSV files on disk (totaling about 100MB) and writes results to another output file (not much data, just a …
0
votes
2answers
88 views
Simulating a Roller Coaster Track [closed]
I found a text file to simulate a roller coaster track
this file has somethings calld control points
each control point has coordinates x y z and the tangent of the curve which the …
4
votes
8answers
349 views
How to build a mini-network of small programs feeding each other data?
I'm trying to simulate a real-time network where nodes are consumers and producers of different rates. How would I quickly implement a sample of this with Python? I was imagining t …
0
votes
2answers
107 views
Stochastic calculus library in python
Hello,
I am looking for a python library that would allow me to compute stochastic calculus stuff, like the (conditional) expectation of a random process I would define the diffu …
