DMITRII PECHERITSA / 个人资料
- 信息
|
6+ 年
经验
|
0
产品
|
0
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
trader, programmer
DMITRII PECHERITSA
已发布代码Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
175
DMITRII PECHERITSA
已发布代码Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
1
181
DMITRII PECHERITSA
已发布代码Copy constructor
Have you ever wondered how to safely return automatic objects with functions without memory leaks?
262
DMITRII PECHERITSA
已发布代码Programming Patters - Builder (classic)
Separate the construction of a complex object from its representation so that the same construction process can create different representations.
1
486
DMITRII PECHERITSA
已发布代码Programming Patterns - Factory Method
Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.
1
293
DMITRII PECHERITSA
已发布代码Programming Patterns - Abstract Factory
Provides an interface for creating families of related or dependent objects without specifying their concrete class.
1
261
DMITRII PECHERITSA
已发布代码Programming Patterns - Observer
When the subject changes, it notifies and updates its observers, who know nothing about each other.
1
385
DMITRII PECHERITSA
已发布代码Programming Patterns - Strategy
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
1
799
DMITRII PECHERITSA
已发布代码Programming Patterns - Decorator
A way of sub-classing more functional objects, dynamically.
347
: