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

RSS

#3

Author: Sergey Teplyakov
Source: RSDN Magazine #3-2010
Annotation: Article describes Iterator Design Pattern in context of C# programming language, including iterator block implementation by C# compiler.

Keywords: C#; Design Patterns; Iterator;
Author: Gerasimov Vasily Aleksandrovich
Source: RSDN Magazine #3-2010
Annotation: The article is devoted to methods of generating random combinations. We analyze two such methods - generating a combination from randomly generated permutation and generating a combination from its sequence number. The library of C++ functions implementing the methods described is provided. The performance of the developed methods is compared. Also an interesting consequence of generating a combination from number is viewed - compact storage of sequences of elements.

Keywords: combinatorics; combination; combinations’ generation; random combination; sequence number of combination; binomial coefficient; permutation; algorithm;
Author: Bakhtin Nikolaj Ivanovich
Annotation: The problem of calculation errors with real numbers. The article gives some examples of the sensitive to errors in the code and look for ways to address them. The urgency of this problem for those involved in the creation of programs performing mathematical calculations.

Keywords: error in computation; real numbers; FPU; stability of the algorithm
Author: Alexander Kostarev
Annotation: Issues of memory organization in C++ are considered along with memory management principles and pointers usage basics. Еlements and definitions are explained from the perspective of their implementation and internal structure. A careful reader will be able to understand how language elements and structures work and why they function exactly that way.

Keywords: C++; objects; pointers; arrays; vectors; memory; stack; dynamic memory; memory leaks; new; delete;
Author:
Translator: Sergey Teplyakov
Source: Threading in C#
Annotation: In this article covered Parallel LINQ, class Parallel, Task Parallel Library, Concurrent Collections and SpinLock and SpinWait structures. This material based on book Joseph Albahari, Ben Albahari "C# 4.0 in a Nutshell" — http://oreilly.com/catalog/9780596800963

Keywords: Multithreading; PLINQ; TPL; C#
Author: Name Surname
Translator: Name Surname
Source: source
Contributor: Name Surname
Annotation: Annotation of my article.

Keywords: semicolon separated keywords list;