Sciweavers

426 search results - page 34 / 86
» C Annotations
Sort
View
NAR
2010
94views more  NAR 2010»
13 years 3 months ago
Saccharomyces Genome Database provides mutant phenotype data
The Saccharomyces Genome Database (SGD; http:// www.yeastgenome.org) is a scientific database for the molecular biology and genetics of the yeast Saccharomyces cerevisiae, which i...
Stacia R. Engel, Rama Balakrishnan, Gail Binkley, ...

Book
2145views
15 years 6 months ago
An Introduction to Binary Search Trees and Balanced Trees
"Libavl is a library in ANSI C for manipulation of various types of binary trees. This book provides an introduction to binary tree techniques and presents all of Libavl’s ...
Ben Pfaff
DATE
2005
IEEE
187views Hardware» more  DATE 2005»
14 years 2 months ago
Cycle Accurate Binary Translation for Simulation Acceleration in Rapid Prototyping of SoCs
In this paper, the application of a cycle accurate binary translator for rapid prototyping of SoCs will be presented. This translator generates code to run on a rapid prototyping ...
Jürgen Schnerr, Oliver Bringmann, Wolfgang Ro...
REFLECTION
2001
Springer
14 years 28 days ago
Template Metaprogramming an Object Interface to Relational Tables
Abstract. We present a general technique to support reflection in C++, exploiting template metaprogramming techniques. The technique is used for building an object interface to rel...
Giuseppe Attardi, Antonio Cisternino
POPL
1998
ACM
14 years 22 days ago
Local Type Inference
constraint solver. The other infers annotations on bound variables in function abstractions by propagating type constraints downward from enclosing application nodes. We motivate o...
Benjamin C. Pierce, David N. Turner