Sciweavers

4 search results - page 1 / 1
» cpp 2011
Sort
View
CPP
2011
99views more  CPP 2011»
12 years 4 months ago
Proof-Carrying Code in a Session-Typed Process Calculus
Abstract. Dependent session types allow us to describe not only properties of the I/O behavior of processes but also of the exchanged data. In this paper we show how to exploit dep...
Frank Pfenning, Luís Caires, Bernardo Tonin...
CPP
2011
98views more  CPP 2011»
12 years 4 months ago
Automatically Verifying Typing Constraints for a Data Processing Language
Abstract. In this paper we present a new technique for automatically verifying typing constraints in the setting of Dminor, a first-order data processing language with refinement...
Michael Backes, Catalin Hritcu, Thorsten Tarrach
ICASSP
2011
IEEE
12 years 8 months ago
Voice source features for cognitive load classification
Previous work in speech-based cognitive load classification has shown that the glottal source contains important information for cognitive load discrimination. However, the relia...
Tet Fei Yap, Julien Epps, Eliathamby Ambikairajah,...
CPP
2011
107views more  CPP 2011»
12 years 4 months ago
Simple, Functional, Sound and Complete Parsing for All Context-Free Grammars
Parsing text to identify grammatical structure is a common task, especially in relation to programming languages and associated tools such as compilers. Parsers for context-free g...
Tom Ridge