码迷,mamicode.com
首页 >  
搜索关键字:twaver mono design    ( 6698个结果
Policy-based design设计模式
书在4年前看过,今天重温一下: 一直认为这是最好的设计模式,大牛Andrei Alexandrescu 专门写了书,可见他的重要性 http://en.wikipedia.org/wiki/Policy-based_design #include #include template class HelloWorld : private OutputPolicy, priva...
分类:其他好文   时间:2014-10-26 11:44:53    阅读次数:177
lol匹配算法
这是Riot的Design Director Tom Cadwell专门为中国玩家写的解说匹配系统工作原理的帖子。同一时候为了让大家更好的理解匹配系统,假设您认为您遇到了特别不公平的匹配,请回复游戏開始时间和比赛结束截图,我们会调查该局匹配是怎样完毕的,坑爹的玩家是为何增加到这一局的。非常多人抱怨看...
分类:编程语言   时间:2014-10-26 11:33:39    阅读次数:398
创建Material Design风格的Android应用--定义阴影和裁剪视图
之前已经写过通过应用主题和使用ListView, CardView,应用Material Design样式,同时都都可以通过support library向下兼容。今天要写的阴影和视图裁剪,无法向下兼容,请注意。 ?Material Design 为用户界面元素引...
分类:移动开发   时间:2014-10-26 00:32:21    阅读次数:218
创建Material Design风格的Android应用--定义阴影和裁剪视图
之前已经写过通过应用主题和使用ListView, CardView,应用Material Design样式,同时都都可以通过support library向下兼容。今天要写的阴影和视图裁剪,无法向下兼容,请注意。 ?Material Design 为用户界面元素引入了深度这个元素。深度帮助用户理解各个元素之间的重要关联和帮助用户关注他们手上的任务。 视图的高度(elevation),通...
分类:移动开发   时间:2014-10-26 00:26:45    阅读次数:274
面试题:实现LRUCache::Least Recently Used的缩写,意思是最近最少使用,它是一种Cache替换算法
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:编程语言   时间:2014-10-25 22:57:35    阅读次数:480
[翻译]Android 5.0之应用中实现材料设计—Material Design
上午的时候在刷Google+,看到了Abraham Williams转发了一篇强文,是Android Developers网站新发的一篇博客—Implementing Material Design in your Android App。觉得很前卫,对于新发布的Android版本号Android ...
分类:移动开发   时间:2014-10-25 22:50:11    阅读次数:344
Eclipse 字体选择
Windows下推荐使用ConsolasLinux下推荐使用DejaVu Sans Mono,Website:http://dejavu-fonts.org/wiki/Main_PageDownload:http://dejavu-fonts.org/wiki/Download不同系统的安装文件相同...
分类:系统相关   时间:2014-10-25 11:41:16    阅读次数:208
一款基于jquery的侧边栏导航
之前为大家介绍了好多导航菜单,今天给大家分享一款基于jquery的侧边栏导航。这款导航侧边滑出,适合放在手机网页或webapp。一看下实现的效果图:在线预览源码下载实现的代码。html代码: Material design animati...
分类:Web程序   时间:2014-10-25 10:26:39    阅读次数:170
Codeforces Round #270(活用prim算法)
D. Design Tutorial: Inverse the Problem time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There is an easy wa...
分类:编程语言   时间:2014-10-24 20:51:39    阅读次数:225
androidL
Android L 和 Android 4.4W 的 API 都是20.Android LAndroid L采用了被谷歌称之为Material Design的设计风格,在外观界面上有着很大变化,可以说是Android系统自诞生以来升级幅度最大的一次更新。由于Android L仅支持部分Nexus机型...
分类:移动开发   时间:2014-10-24 10:47:01    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!