码迷,mamicode.com
首页 >  
搜索关键字:interaction design    ( 5314个结果
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
Design Model---Singleton Model
Singleton Model是一个比较简单的模式,类图结构也很简单,不过实现却是有好几个版本。 为什么会有单例模式?在一些共享资源上,他要求全局一致的处理结构。一些全局的资源,比如线程池,缓冲区等需要又要给类来管理这些资源,这个类实例化时候只能实例化一个,否则如果出现多个实例会出现多个对象对...
分类:其他好文   时间:2014-08-12 21:57:15    阅读次数:201
Group共享网元
熟悉TWaver的用户都知道Group的概念,如果是Group,那必然会出现一个网元在多组的情况,最近有客户遇到这个问题,给写了Demo,这些也跟大家分享一下如何实现,先让我们看看共享网元的效果。...
分类:其他好文   时间:2014-08-12 19:10:35    阅读次数:320
Design Patterns 4 酒干倘卖无---抽象工厂模式AbstractFactory
抽象工厂模式AbstractFactory抽象工厂模式:提供一个创建产品的接口来负责创建相关或依赖的对象,而不具体明确指定具体类。抽象工厂对于系列产品的变化支持 “开放——封闭”原则(指的是要求系统对扩展开放,对修改封闭),扩展起来非常简便,但对于添加新产品这种情况就不支持”开放——封闭 “原则。
分类:其他好文   时间:2014-08-12 00:30:33    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!