码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2015-03-06 18:53:01    阅读次数:107
Java设计模式
设计模式(Design Patterns) ——可复用面向对象软件的基础设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,....
分类:编程语言   时间:2015-03-06 14:07:13    阅读次数:130
Java观察者模式(Observer模式)
Java深入到一定程度,就不可避免的碰到设计模式(design pattern)这一概念,了解设计模式,将使自己对java中的接口或抽象类应用有更深的理解。设计模式在java的中型系统中应用广泛,遵循一定的编程模式,才能使自己的代码便于理解,易于交流,Observer(观察者)模式是比较常用的一个模...
分类:编程语言   时间:2015-03-05 18:36:13    阅读次数:193
系统开发生命周期
原文: 系统开发生命周期 常规的系统开发生命周期(SDLC): 1、计划(Planning) 2、需求收集与分析(Requirements gathering) 3、概念鱼逻辑设计(Conceptual and logical design) 4、物理设计(Physical design) 5、搭建...
分类:其他好文   时间:2015-03-05 10:38:11    阅读次数:125
Java观察者模式(Observer模式)
Java深入到一定程度,就不可避免的碰到设计模式(design pattern)这一概念,了解设计模式,将使自己对java中的接口或抽象类应用有更深的理解。设计模式在java的中型系统中应用广泛,遵循一定的编程模式,才能使自己的代码便于理解,易于交流,Observer(观察者)模式是比较常用的一个模...
分类:编程语言   时间:2015-03-05 08:03:33    阅读次数:264
The iOS Design Cheat Sheet 界面设计速参
http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/With the release of iOS 7, app designers and developers will need to adjust their visual lan...
分类:移动开发   时间:2015-03-05 06:47:50    阅读次数:243
ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS component(VB/C#)
VS2010+ArcGIS/ArcEngine 10.1.net VB/C#出现如题问题,解决如下:加入代码:ESRI.ArcGIS.RuntimeManager.BindLicense(ESRI.ArcGIS.ProductCode.EngineOrDesktop)VB:在Form1.Design...
分类:Windows程序   时间:2015-03-05 00:17:21    阅读次数:381
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 complete at most two transactions. 解题思路:要求两次交易的最大利润....
分类:其他好文   时间:2015-03-04 17:04:16    阅读次数:157
C++设计模式类库Loki介绍
Loki是由Andrei编写的一个与《Modern C++ Design》(C++设计新思维)一书配套发行的C++代码库。它不仅把C++模板的功能发挥到了极致,而且把类似设计模式这样思想层面的东西通过库来提供。   详细可以参考     1. http://blog.csdn.net/witch_soya/article/details/7612579     2. http://...
分类:编程语言   时间:2015-03-04 14:43:18    阅读次数:162
TWaver推智能手表挑战华为苹果
2015年的春节刚过,苹果、华为、三星就紧锣密鼓的发布了各自新产品。华为、苹果的智能手表最吸引眼球。TWaver也不甘示弱,立刻连夜推出了更像传统奢侈豪华手表的TWaver Watch,予以反击。看来一场腥风血雨的残酷竞争不可避免。下面就带大家先睹TWaver手表的芳容。...
分类:移动开发   时间:2015-03-04 11:07:11    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!