Sciweavers

21984 search results - page 19 / 4397
» C
Sort
View
EUROPAR
2007
Springer
14 years 1 months ago
Auto-parallelisation of Sieve C++ Programs
We describe an approach to automatic parallelisation of programs written in Sieve C++ (Codeplay’s C++ extension), using the Sieve compiler and runtime system. In Sieve C++, the p...
Alastair F. Donaldson, Colin Riley, Anton Lokhmoto...
DFT
2005
IEEE
103views VLSI» more  DFT 2005»
14 years 1 months ago
Methodologies and Algorithms for Testing Switch-Based NoC Interconnects
In this paper, we present two novel methodologies for testing the interconnect fabrics of network-on-chip (NoC) based chips. Both use the concept of recursive testing, with differ...
Cristian Grecu, Partha Pratim Pande, Baosheng Wang...
ASPDAC
2004
ACM
70views Hardware» more  ASPDAC 2004»
14 years 29 days ago
Object-oriented modeling and synthesis of SystemC specifications
C. Schulz-Key, Markus Winterholer, Thomas Schweize...
HOPL
1993
13 years 11 months ago
A History of C++: 1979-1991
This paper outlines the history of the C++ programming language. The emphasis is on the ideas, constraints, and people that shaped the language, rather than the minutiae of langua...
Bjarne Stroustrup

Book
3104views
15 years 5 months ago
HTTP Programming Recipes for C# Bots
"The Hypertext Transfer Protocol (HTTP) allows information to be exchanged between a web server and a web browser. C# allows you to program HTTP directly. HTTP programming all...
Jeff Heaton