mcjones.org
Dusty Decks: Preserving historic software – by Paul McJones
http://www.mcjones.org/dustydecks
Dusty Decks: Preserving historic software. New Japanese edition of Elements of Programming. Elements of Programming, second Japanese edition. The original Japanese translation. Of Elements of Programming. Went out of print. But Yoshiki Shibata. The translator, proposed to Tokyo Denki University Press that they publish a new edition, and they agreed. It is available via Amazon.jp. And joins the English. We wrote a special preface for this edition:. To our Japanese readers:. Harold V. McIntosh died Nov...
cmasomenos.blogspot.com
C más o menos − Programación en C++: octubre 2009
http://cmasomenos.blogspot.com/2009_10_01_archive.html
Ahora en http:/ dacap.com.ar/blog. Domingo, 18 de octubre de 2009. Interfaces vs. Conceptos. 191;Qué son los conceptos? Vamos a ver con un simple ejemplo, cómo podemos hacer una equivalencia entre las conocidas interfaces. Imaginen esta "interfaz" (clase abstracta):. Class IPortero { public: virtual IPortero() virtual void ir a piso(int piso) = 0; virtual int piso destino() = 0; };. La pregunta es,. 191;qué demonios es TipoPortero? Tenga un constructor por omisión (que se pueda construir un nuevo TipoPo...
davidcapello.com
C++ - davidcapello.com
https://davidcapello.com/cpp
Esto intenta ser un rejunte de textos, escritos, presentaciones, y videos sobre C . Buffer con std: vector. RAII y auto ptr. Introducción a los shared ptr de C 0x. Excepciones desde un destructor. Loguear en un archivo con iostream. Medir el tiempo de una rutina. Clases auxiliares que desaparecen. Parsear un número de versión (std: string). Cola de prioridades (std: priority queue). Interfaces vs. Conceptos. Gcc 52.0 Notepad ). Ultimo draft de C 11 publicado N3242. El oficial es el N3290, no es público).
executablepictograms.net
What-s-the-difference----
http://www.executablepictograms.net/What-s-the-difference----.html
Having a wrong tool and using it in the wrong way, its hard to fix it. Instead, I prefer to have a visual language for calculus and visual calculus for programming. Thats the way we rediscover a programming. Thats mean two things. To fix it, we should invent a calculus for programming and transform a programming into one of the academic disciplines. Lesson learned from Programming Conversations a course at A9 by Alexander Stepanov and Paramjit Oberoi (guest lecturer Sean Parent). O No Raw Loops;. Means, ...
executablepictograms.com
What-s-the-difference----
http://www.executablepictograms.com/What-s-the-difference----.html
Having a wrong tool and using it in the wrong way, its hard to fix it. Instead, I prefer to have a visual language for calculus and visual calculus for programming. Thats the way we rediscover a programming. Thats mean two things. To fix it, we should invent a calculus for programming and transform a programming into one of the academic disciplines. Lesson learned from Programming Conversations a course at A9 by Alexander Stepanov and Paramjit Oberoi (guest lecturer Sean Parent). O No Raw Loops;. Means, ...
executablepictograms.org
What-s-the-difference----
http://www.executablepictograms.org/What-s-the-difference----.html
Having a wrong tool and using it in the wrong way, its hard to fix it. Instead, I prefer to have a visual language for calculus and visual calculus for programming. Thats the way we rediscover a programming. Thats mean two things. To fix it, we should invent a calculus for programming and transform a programming into one of the academic disciplines. Lesson learned from Programming Conversations a course at A9 by Alexander Stepanov and Paramjit Oberoi (guest lecturer Sean Parent). O No Raw Loops;. Means, ...
en.wikipedia.org
Generic programming - Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/Generic_programming
From Wikipedia, the free encyclopedia. Not to be confused with Genetic programming. By separation of concerns. In the simplest definition, generic programming. Is a style of computer programming. In which algorithms are written in terms of types to-be-specified-later. That are then instantiated. When needed for specific types provided as parameters. This approach, pioneered by ML. Permits writing common functions. Such software entities are known as generics. And Visual Basic .NET. Genericity in .NET...
mathieuturcotte.ca
Ailleurs dans les Internets
http://www.mathieuturcotte.ca/ailleurs
Ailleurs dans les Internets (sic). Papers in Computer Science. Scooping the Loop Snooper. Google C Style Guide. Alexander Stepanov's Papers Collection. SGI Standard Template Library. Stephan T. Lavavej - Standard Template Library lecture 1. Stephan T. Lavavej - Standard Template Library lecture 2. Stephan T. Lavavej - Standard Template Library lecture 3. Stephan T. Lavavej - Standard Template Library lecture 4. Stephan T. Lavavej - Standard Template Library lecture 5.
satsky.spb.ru
Satsky.spb.ru: Links
http://satsky.spb.ru/linksEng.php
C Compilers' Performance. Implementations Quality. Mumufs virtual file system. Open Source in a Small Project. Usage Experience. Finite State Machine C Template Design. Boost: spirit Library Usage Example. Linux on Sony VGN-SZ330P. Cheap Home Linux Server on mini ITX board. Gldd - dependencies visualiser. Mi - mutex locks analysis. Boost: lambda Usage Example. Daemonisation with a Feedback. Here are links to the resources that I find interesting. Http:/ www.boost.org. Http:/ www.cuj.com. C resources link...
lubomir.org
Lubomir Bourdev's Academic Experience
http://www.lubomir.org/academic/index.html
This page describes my more significant projects during my 13 years working at Adobe. My projects in college can be found here. Most of them are mentioned on my CV. Recognizing People in Photo Albums. Is my Ph.D. research project. They provide an intermediate-. Level representation of the image, which is useful for many high-level computer vision problems. For example, we currently have the most accurate person detection and segmentation methods, according to the PASCAL. We create a 3D model of the face ...