Sciweavers

3796 search results - page 148 / 760
» Presentations by Programmers for Programmers
Sort
View
IWPC
2006
IEEE
15 years 4 months ago
Fluid Source Code Views
The use of modern programming paradigms and technologies, such as object orientation, inheritance, polymorphism and aspect orientation, facilitate a number of important software e...
Michael Desmond, Margaret-Anne D. Storey, Chris Ex...
ERLANG
2003
ACM
15 years 3 months ago
A soft-typing system for Erlang
This paper presents a soft-typing system for the programming language Erlang. The system is based on two concepts; a (forward) data flow analysis that determines upper approximat...
Sven-Olof Nyström
ISCAS
2002
IEEE
94views Hardware» more  ISCAS 2002»
15 years 2 months ago
RF gain control in direct conversion receivers
This paper presents a study of LO selfmixing and RF gain control issues in direct conversion receivers. In cellular systems, that use continuous time frequency duplexing, these ca...
Jussi Ryynänen, Kalle Kivekäs, Jarkko Ju...
IPPS
1998
IEEE
15 years 2 months ago
Implementing Parallelism in Random Discrete Event-Driven Simulation
Abstract. The inherently sequential nature of random discrete eventdriven simulation has made parallel and distributed processing di cult. This paper presents a method of applying ...
Marc Bumble, Lee D. Coraor
PLDI
1998
ACM
15 years 2 months ago
Eliminating Array Bound Checking Through Dependent Types
We present a type-based approach to eliminating array bound checking and list tag checking by conservatively extending Standard ML with a restricted form of dependent types. This ...
Hongwei Xi, Frank Pfenning