Sciweavers

3713 search results - page 156 / 743
» Constructing a Calculus of Programs
Sort
View
129
Voted
LRE
2010
98views more  LRE 2010»
14 years 10 months ago
How to pick out token instances of English verb-particle constructions
We propose a method for automatically identifying individual instances of English verb-particle constructions (VPCs) in raw text. Our method employs the RASP parser and analysis of...
Su Nam Kim, Timothy Baldwin
LCPC
2009
Springer
15 years 8 months ago
Programming with Intervals
Abstract. Intervals are a new, higher-level primitive for parallel programming with which programmers directly construct the program schedule. Programs using intervals can be stati...
Nicholas D. Matsakis, Thomas R. Gross
WOTUG
2008
15 years 4 months ago
Solving the Santa Claus Problem: a Comparison of Various Concurrent Programming Techniques
Abstract. The Santa Claus problem provides an excellent exercise in concurrent programming and can be used to show the simplicity or complexity of solving problems using a particul...
Jason Hurt, Jan Bækgaard Pedersen
137
Voted
ICCAD
1998
IEEE
81views Hardware» more  ICCAD 1998»
15 years 7 months ago
A simultaneous routing tree construction and fanout optimization algorithm
- This paper presents an optimal algorithm for solving the problem of simultaneous fanout optimization and routing tree construction for an ordered set of critical sinks. The algor...
Amir H. Salek, Jinan Lou, Massoud Pedram
178
Voted
POPL
2009
ACM
15 years 10 months ago
Language constructs for transactional memory
Transactional memory (TM) provides a safer, more modular, and more scalable alternative to traditional lock-based synchronization. Implementing high performance TM systems has rec...
Tim Harris