Global ETD Search
Search theses and dissertations gathered from participating repositories worldwide. Every result links back to the library that holds it. No account is needed.
Results
Showing 1 to 3 of 3 for “"Programming (Electronic computers)"”.
-
Developing game AI for the real‐time strategy game StarCraft
Research into intelligent agents designed to play Real-Time Strategy (RTS) games has been limited compared to the amount of research that has gone into designing agents for playing board games such as chess. This is largely due to the fact that developing an agent for RTS is more complicated. There …
-
Work on new event sources for detectEr
detectEr is an actor-based runtime verification tool for Erlang programs. It uses the tracing mechanism of the Erlang virtual machine to trace messages sent between Erlang processes, creating events that are matched against correctness properties defined in the logic mHML. This thesis describes …
-
minRx - a minimal implementation of Reactive Extentions in C#
… Reactive Extensions library using functional programming methods in C#. The base for this project is another project called minLINQ created by Reactive Extensions developer Bart De Smet. minLINQ provided a way to use functional methods to query interactive lists (Enumerables). minRx extends …