码迷,mamicode.com
首页 >  
搜索关键字:ski course design    ( 8078个结果
创建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
******常见数据库笔试题*****
学生表:Student 学生表 (学号,姓名,性别,年龄,组织部门) Course课程表 (编号,课程名称) Sc选课表 (学号,课程编号,成绩)表结构如下:(1).写一个SQL语句,查询选修了’计算机原理’的学生学号和姓名(2).写一个SQL语句,查询’周星驰’同学选修了的课程名字(3).写一个S...
分类:数据库   时间:2014-10-25 18:32:41    阅读次数:245
博客索引
很抱歉开博这么长时间才开始传文章,因为前段时间在学校忙一些事情,所以只能留到现在完成之前顶下的任务。首先是Stanford大学的iOS课程学习日志,共18课,目录如下:I. Course Introduction, Overview of iOS, MVC Objective-C课程内容:Objec...
分类:其他好文   时间:2014-10-25 13:09:51    阅读次数:149
一款基于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
SVG图标资源
下载地址:http://google.github.io/material-design-icons/
分类:其他好文   时间:2014-10-23 14:21:32    阅读次数:154
Best Time to Buy and Sell Stock II
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-10-23 12:23:23    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!