Sciweavers

740 search results - page 10 / 148
» Recursive layout generation
Sort
View
80
Voted
TSP
2008
139views more  TSP 2008»
14 years 10 months ago
Bayesian Filtering With Random Finite Set Observations
This paper presents a novel and mathematically rigorous Bayes recursion for tracking a target that generates multiple measurements with state dependent sensor field of view and clu...
Ba-Tuong Vo, Ba-Ngu Vo, Antonio Cantoni
82
Voted
CC
2008
Springer
123views System Software» more  CC 2008»
15 years 8 days ago
Automatic Transformation of Bit-Level C Code to Support Multiple Equivalent Data Layouts
Portable low-level C programs must often support multiple equivalent in-memory layouts of data, due to the byte or bit order of the compiler, architecture, or external data formats...
Marius Nita, Dan Grossman
ENTCS
2010
410views more  ENTCS 2010»
14 years 7 months ago
TOOL PAPER: ScalaBison Recursive Ascent-Descent Parser Generator
ScalaBison is a parser generator accepting bison syntax and generating a parser in Scala. The generated parser uses the idea of "recursive ascent-descent parsing," that ...
John Boyland, Daniel Spiewak
89
Voted
IEEECIT
2010
IEEE
14 years 8 months ago
Collective Communication in Recursive Dual-Net: An Interconnection Network for High-Performance Parallel Computer Systems of the
Abstract—In this paper, we propose efficient routing algorithms for collective communication in a newly proposed, versatile network, called a recursive dual-net (RDN). The RDN c...
Yamin Li, Shietung Peng, Wanming Chu
66
Voted
ICFP
2005
ACM
15 years 10 months ago
Recursive type generativity
Existential types provide a simple and elegant foundation for uning generative abstract data types, of the kind supported by the Standard ML module system. However, in attempting ...
Derek Dreyer