Sciweavers

675 search results - page 15 / 135
» dlib C Library
Sort
View
CORR
2004
Springer
100views Education» more  CORR 2004»
13 years 7 months ago
An Example of Clifford Algebras Calculations with GiNaC
This is an example of C++ code of Clifford algebra calculations with the GiNaC computer algebra system. This code makes both symbolic and numeric computations. It was used to produ...
Vladimir V. Kisil
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
DATE
2003
IEEE
119views Hardware» more  DATE 2003»
14 years 27 days ago
IPSIM: SystemC 3.0 Enhancements for Communication Refinement
Refinement is a key methodology for SoC design. The proposed IPSIM design environment, based on a C++ modeling library developed on top of SystemC 3.0, supports an object-oriented...
Marcello Coppola, Stephane Curaba, Miltos D. Gramm...
CSMR
2002
IEEE
14 years 17 days ago
C to Java Migration Experiences
With the growing popularity of the Java programming language for both client and server side applications in network-centric computing, there is a rising need for programming libr...
Johannes Martin, Hausi A. Müller
SIGCSE
1997
ACM
111views Education» more  SIGCSE 1997»
13 years 11 months ago
Function objects, function templates, and passage by behavior in C++
Passing functions and function objects to general routines is a powerful abstraction mechanism that should be taught in freshman computer science. In C++, a “function” can be ...
Richard Rasala