码迷,mamicode.com
首页 >  
搜索关键字:design patterns    ( 5715个结果
Using Controls in a Form Design [AX 2012]
Using Controls in a Form Design [AX 2012]This topic has not yet been rated-Rate this topic Updated:January 27, 2012 Applies To:Microsoft Dynamics AX 2...
分类:其他好文   时间:2014-06-29 13:45:59    阅读次数:249
Design Pattern Facade 门面设计模式
Facade设计模式主要作用是因为有个很难使用的类,然后要设计一个新类,整理好这个类,使得其更好使用。 比如有类如此: class MessyClass { char *name; public: MessyClass() : name(new char[3]) { for (int i = 0; i < 3; i++) { name[i] = ' '; } } ...
分类:其他好文   时间:2014-06-20 13:11:10    阅读次数:232
HDU 1007 Quoit Design (分治)
HDU 1007 Quoit Design (分治) 题目大意: 给你很多点,问你最近点的距离一半是多少。 解题思路: 最近点对,参照:http://blog.csdn.net/hellobabygogo3/article/details/8042650 解题代码:(参照它的思路,感觉我的代码比较简洁一些)...
分类:其他好文   时间:2014-06-20 10:46:06    阅读次数:524
【转】JS设计模式开篇
(原文地址:http://blog.chinaunix.net/uid-26672038-id-3904513.html) 本文主要讲述一下,什么是设计模式(Design pattern),作为敲键盘的我们要如何学习设计模式。设计模式真的是一把万能钥匙么?各个代码的设计模式几乎每个人都知晓,就...
分类:Web程序   时间:2014-06-07 01:05:48    阅读次数:298
hdu 1007 Quoit Design 分治求最近点对
Quoit DesignTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 29344Accepted Submission(s): 7688Prob...
分类:其他好文   时间:2014-06-06 13:28:58    阅读次数:236
UML for Design Pattern
******************************************************************************************************************************************************...
分类:其他好文   时间:2014-06-05 15:44:52    阅读次数:140
About Swift
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds mode...
分类:其他好文   时间:2014-06-04 13:19:23    阅读次数:282
架构原则
我们的软件架构设计与管理将基于业界公认的TOGAF Framework 体系结构, 我们的软件分析与设计将基于业界著名的Domain Driven Design领域模式,我们的软件开发管理将基于业界流行的Scrum敏捷管理流程。以这三大理论体系为依托我们制定创建了我们自己的总体架构原则、目标架构和基...
分类:其他好文   时间:2014-06-03 16:21:31    阅读次数:390
JavaScript Patterns 3.7 Primitive Wrappers
One reason to use the wrapper objects is when you want to augment the value and persist state. Because primitives are not objects, they cannot be augm...
分类:移动开发   时间:2014-06-03 16:20:47    阅读次数:345
基于DDD的Lean Framework
Eric Evan 的Domain Driven Design 在企业应用领域越来越深入人心, 博主所在的公司也是采用这一方法论,并且基于这一思想开发了一套framework让全公司的开发都去follow,但总觉的有这或那方面的问题, 被我们这些技术人员所诟病。前年读了 Microsoft Span...
分类:其他好文   时间:2014-06-02 18:03:16    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!