Версия на русском языке

RSS

#1

Author: Kupaev Michael
Source: RSDN Magazine #1-2010
Annotation: --

Keywords: ТеХ; InDesign
Author: Name Surname
Annotation: Annotation of my article.

Keywords: C#; NET; component; control
Author: Ljukshin Ivan Stanislavovich
Annotation: This article describes common issues in the application exception handling with WTL. The article helps to avoid some bugs in ATL/WTL. For beginners and experienced developers.

Keywords: WTL; exception handling; ATL; unhandled exception; GUI;
Author: Константин Владимиров
Annotation: This article describes using of the HaXML library which helps process XML in Haskell language.

Keywords: Haskell; XML; HaXML
Author: Tepljakov Sergey Vladimirovich
Annotation: Design by Contract is a powerful software development technique. It truly facilitate building reliable and extensible software by strict formalization behavior between software components. Current article describes theoretical aspects for Design by Contract techniques, first described by Bertrand Meyer, witch permitting to understand value of this method in software development process.

Keywords: OOP; Design by Contract; .NET 4.0; statistic analysis
Author: Grigoryev Vyacheslav Vladimirovich
Annotation: Article describes internal aspects of the boost “signals2” library. General architecture and signatures of classes have been discussed. An interaction of various objects during user’s invocation has been explained.

Keywords: boost; signals2; signal; slot; metaprogramming; delayed call
Author: Tepljakov Sergey Vladimirovich
Annotation: This article describe internal implementation of closures in C# language.

Keywords: C#; Closure; Functional programming
Author: Chistyakov Vlad
Annotation: Non folmal introduction to The Nemerle programming lanuage. In this part you get to know about data types variant and class.

Keywords: Nemerle; Programming lanuage; Introduction
Authors: Krivtsov Oleg Aleksandrovich
Korikov Anatoliy Michailovich
Source: RSDN Magazine #1-2010
Annotation: Image registration (alignment) algorithms are utilized for panoramic photo construction, visual objects tracking on video frames and in other areas. In this article, I derive a mathematic formulation and provide a software implementation of the inverse-compositional image registration algorithm.

Keywords: image registration; image alignment; inverse-compositional algorithm;pixel mapping model; least squares method; Newton gradient descent method; OpenCV; C++