Sciweavers

165 search results - page 9 / 33
» Types for atomicity
Sort
View
80
Voted
CPHYSICS
2007
78views more  CPHYSICS 2007»
14 years 9 months ago
Selective adsorption of alkyl thiols on gold in different geometries
The adsorption of mixtures of alkyl thiol surfactants on the Au(111) surface as well as on icosahedral gold nanocrystals (NCs) was investigated by molecular simulation. We compare...
Philipp Schapotschnikow, René Pool, Thijs J...
SIGSOFT
2006
ACM
15 years 3 months ago
Bit level types for high level reasoning
Bitwise operations are commonly used in low-level systems code to access multiple data fields that have been packed into a single word. Program analysis tools that reason about s...
Ranjit Jhala, Rupak Majumdar
CPHYSICS
2010
195views more  CPHYSICS 2010»
14 years 9 months ago
Fast spherical Bessel transform via fast Fourier transform and recurrence formula
We propose a new method for the numerical evaluation of the spherical Bessel transform. A formula is derived for the transform by using an integral representation of the spherical...
Masayuki Toyoda, Taisuke Ozaki
CORR
2008
Springer
137views Education» more  CORR 2008»
14 years 9 months ago
Combining generic judgments with recursive definitions
Many semantical aspects of programming languages are specified through calculi for constructing proofs: consider, for example, the specification of structured operational semantic...
Andrew Gacek, Dale Miller, Gopalan Nadathur
ISSTA
2012
ACM
12 years 12 months ago
Cooperative types for controlling thread interference in Java
Multithreaded programs are notoriously prone to unintended interference between concurrent threads. To address this problem, we argue that yield annotations in the source code sho...
Jaeheon Yi, Tim Disney, Stephen N. Freund, Cormac ...