Sciweavers

21984 search results - page 60 / 4397
» C
Sort
View
EJC
2007
15 years 1 months ago
A System Architecture for the 7C Knowledge Environment
This paper presents an information system architecture for the 7C model for organizational knowledge creation and management. The architecture is derived from the requirements that...
Teppo Räisänen, Harri Oinas-Kukkonen
DAC
2012
ACM
13 years 2 months ago
Approaching the theoretical limits of a mesh NoC with a 16-node chip prototype in 45nm SOI
In this paper, we present a case study of our chip prototype of a 16-node 4x4 mesh NoC fabricated in 45nm SOI CMOS that aims to simultaneously optimize energy-latency-throughput f...
Sunghyun Park, Tushar Krishna, Chia-Hsin Owen Chen...
SIGSOFT
2005
ACM
16 years 18 days ago
ASTEC: a new approach to refactoring C
The C language is among the most widely used in the world, particularly for critical infrastructure software. C programs depend upon macros processed using the C preprocessor, but...
Bill McCloskey, Eric A. Brewer
PLDI
2009
ACM
16 years 16 days ago
SoftBound: highly compatible and complete spatial memory safety for c
The serious bugs and security vulnerabilities facilitated by C/C++'s lack of bounds checking are well known, yet C and C++ remain in widespread use. Unfortunately, C's a...
Santosh Nagarakatte, Jianzhou Zhao, Milo M. K. Mar...
POPL
2006
ACM
16 years 5 days ago
Specifying C++ concepts
C++ templates are key to the design of current successful mainstream libraries and systems. They are the basis of programming techniques in diverse areas ranging from conventional...
Gabriel Dos Reis, Bjarne Stroustrup