Sciweavers

2394 search results - page 29 / 479
» Implementing Mobile Haskell
Sort
View
SMC
2007
IEEE
136views Control Systems» more  SMC 2007»
14 years 1 months ago
Experimental implementation and validation of consensus algorithms on a mobile actuator and sensor network platform
— In this paper, we experimentally implement and validate distributed consensus algorithms on a mobile actuator and sensor network platform under directed, possibly switching int...
Wei Ren, Haiyang Chao, William Bourgeous, Nathan S...
CVPR
2012
IEEE
11 years 10 months ago
Mobile object detection through client-server based vote transfer
Mobile platforms such as smart-phones and tablet computers have attained the technological capacity to perform tasks beyond their intended purposes. The steady increase of process...
Shyam Sunder Kumar, Min Sun, Silvio Savarese
TPHOL
2008
IEEE
14 years 2 months ago
First-Class Type Classes
Abstract. Type Classes have met a large success in Haskell and Isabelle, as a solution for sharing notations by overloading and for specith abstract structures by quantification o...
Matthieu Sozeau, Nicolas Oury
JFP
2007
94views more  JFP 2007»
13 years 7 months ago
A monadic framework for delimited continuations
Delimited continuations are more expressive than traditional abortive continuations and they apparently require a framework beyond traditional continuation-passing style (CPS). We...
R. Kent Dybvig, Simon L. Peyton Jones, A. M. R. Sa...
IWMM
2011
Springer
204views Hardware» more  IWMM 2011»
12 years 10 months ago
Multicore garbage collection with local heaps
In a parallel, shared-memory, language with a garbage collected heap, it is desirable for each processor to perform minor garbage collections independently. Although obvious, it i...
Simon Marlow, Simon L. Peyton Jones