码迷,mamicode.com
首页 >  
搜索关键字:design patterns    ( 5715个结果
单一职能、开放封闭、里氏替换替换、接口隔离、依赖倒置
Object Oriented Design Principles Marla Sukesh, 8 Apr 2013 4.91 (155 votes) Rate this: vote 1vote 2vote 3vote 4vote 5 ...
分类:其他好文   时间:2014-08-15 23:47:39    阅读次数:470
23种设计模式
23种设计模式设计模式- 可复用面向对象软件的基础Design Patterns- Elements of Reusable Object-Oriented Software一、前言 使用设计模式的根本原因是为了代码复用,增加可维护性。 设计模式是前辈们在做各种优化时的运用总结,其实本质上是没有.....
分类:其他好文   时间:2014-08-15 23:40:19    阅读次数:224
Nexus 5 Android L 使用感受,以及如何刷回 4.4 Kitkat
看了Google I/O后,对Material Design,电池省电模式等感到非常好奇,于是决定刷Android L 爽一把。 比较让人讨厌的是每次刷机后,之前装的app的数据,都会被erase掉,还得重装一遍。 好奇心趋势吧,终于刷了Android L。刷机过程参考Google官方网站介绍,还挺容易的。 https://developers.google.com/android/nexu...
分类:移动开发   时间:2014-08-15 14:44:28    阅读次数:198
poj 2777 Count Color(线段树)
Count Color Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 35248   Accepted: 10622 Description Chosen Problem Solving and Program design as an optional co...
分类:其他好文   时间:2014-08-15 12:52:18    阅读次数:191
Design Patterns 5 原型模式 Prototype
原型模式 Prototype原型模式:用原型实例指定创建对象的种类,并且通过拷贝这个原型来创建新的对象。
分类:其他好文   时间:2014-08-14 23:44:06    阅读次数:214
Best Time to Buy and Sell Stock III
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complet...
分类:其他好文   时间:2014-08-14 23:19:46    阅读次数:240
Best Time to Buy and Sell Stock II
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complet...
分类:其他好文   时间:2014-08-14 23:05:56    阅读次数:165
互联网产品团队中Web前端工程师的重要性
国内外各大互联网公司,都有UEx/d|UCD|CDC(Customer Research & User Experience Design Center)团队。在很多公司会认为,合格的产品经理应该具备技术能力。从另一些角度思考,是否技术人员也需要拥有产品策划能力或设计能力?技术思维与产品思维是相辅相...
分类:Web程序   时间:2014-08-14 10:23:08    阅读次数:251
POJ 2777 Count Color (线段树区间更新加查询)
Description Chosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new problem. There is a very long board with length L...
分类:其他好文   时间:2014-08-13 22:28:57    阅读次数:401
POJ 2907 Collecting Beepers (DFS+回溯)
Description Karel is a robot who lives in a rectangular coordinate system where each place is designated by a set of integer coordinates (x and y). Your job is to design a program that will help ...
分类:其他好文   时间:2014-08-13 01:17:24    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!