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 as many transactions as you like (ie, buy on...
分类:
其他好文 时间:
2014-12-09 17:55:38
阅读次数:
194
设计并实现最近最久未使用(Least Recently Used)缓存。链接:https://oj.leetcode.com/problems/lru-cache/题目描述:Design and implement a data structure for Least Recently Used (...
分类:
系统相关 时间:
2014-12-09 15:32:34
阅读次数:
320
贴图有可能是多行多列的一些图案组成的。当我们需要一帧,一帧的播放时候。也就是帧序列动画,我们就需要用到tiling和offset两个属性,默认图片的左下角为坐标圆点即:(0,0)tiling是图片的大小,offset是偏移量来看看一些例子: 1 using UnityEngine; 2 using ...
分类:
编程语言 时间:
2014-12-08 17:31:41
阅读次数:
367
今天说的又是一个5.0中才有的新控件——CardView(卡片视图)。这个东东其实我们早就见过了,无论是微博还是人人客户端,它都有出现。通常我们都是通过自定义一个背景图片,然后通过给layout进行设置背景样式来实现这个卡片视图。虽然现在5.0和第三方库都有了这个view,但是我还是很建议去自定.....
分类:
其他好文 时间:
2014-12-08 11:59:49
阅读次数:
304
1.MaterialUI–MaterialDesignCSS框架MaterialDesign是谷歌推出的全新的设计理念,采用大胆的色彩、流畅的动画播放,以及卡片式的简洁设计。MaterialDesign风格的设计拥有干净的排版和简单的布局,容易理解,内容才是焦点。MaterialUI是一个CSS框架和一组实现谷歌MaterialDesi..
分类:
Web程序 时间:
2014-12-07 23:26:49
阅读次数:
360
前言:
大话设计模式中一直提到GoF,猜想应该是某位创建设计模式的鼻祖大牛,百度之后发现GoF原意:
设计模式的经典名著——Design Patterns: Elements of Reusable Object-Oriented Software,中译本名为《设计模式——可复用面向对象软件的基础》的四位作者Erich Gamma、Richard Helm、Ralph Johnson,以及Jo...
分类:
其他好文 时间:
2014-12-07 17:49:49
阅读次数:
222
进度条我们都很常见了,新的设计规范中提出了各式各样的进度条,本篇就会介绍大部分进度条的实现。实现方式和规范的示例图可能略有差异,还是那句话根据具体需求进行改变吧。PS:本文较长参考文档:http://design.1sters.com/material_design/components/progr...
分类:
其他好文 时间:
2014-12-07 14:57:58
阅读次数:
265
1.Material UI – Material Design CSS 框架Material Design 是谷歌推出的全新的设计理念,采用大胆的色彩、流畅的动画播放,以及卡片式的简洁设计。Material Design 风格的设计拥有干净的排版和简单的布局,容易理解,内容才是焦点。Material...
分类:
Web程序 时间:
2014-12-07 12:28:15
阅读次数:
241
Best Time to Buy and Sell Stock IISay you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the ...
分类:
其他好文 时间:
2014-12-07 10:07:06
阅读次数:
200
Dsicussion on modeling an elevatorhttp://stackoverflow.com/questions/493276/modelling-an-elevator-using-object-oriented-analysis-and-design/12457431#1...
分类:
其他好文 时间:
2014-12-07 06:27:42
阅读次数:
143