----------------------------------------------------------------------------------------------------------Flat UI Free - Design Framework (html/css3/l...
分类:
其他好文 时间:
2014-10-03 21:48:05
阅读次数:
348
距win8发布(2012/10/26)不到两年,微软就发布了下一代操作系统,仿佛是为了破解偶数必败的规律,微软跳过了windows9,直接使用windows10来对新系统进行命名,在微软发布Windows Technical Preview之后,笔者就获得了该镜像,并第一时间安装,闲话不多说,让我们来看一下win10的new design吧~
首先安装过程基本没有变化,不过安装界面仍然是...
Codeforces Round #270A - Design Tutorial: Learn from Math 题意:给出n,求出两个合数x和y使x+y=n。题解:暴力筛合数,然后暴力找 1 //#pragma comment(linker, "/STACK:102400000,10240000...
分类:
其他好文 时间:
2014-10-03 13:54:24
阅读次数:
344
题目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...
分类:
其他好文 时间:
2014-10-03 13:37:34
阅读次数:
225
RPN(Reverse Polish Notation),逆波兰表达式。RPN Calculator is a calculator that uses the Reverse Polish Notation method of user interaction, which is typicall...
分类:
其他好文 时间:
2014-10-03 13:11:44
阅读次数:
199
题意:给你一棵数的距离矩阵,问你这个矩阵是否合法解题思路:利用树的性质进行prime 和连边,产生最小生成树,最后看最小生成树是否和给出的一致就行解题代码: 1 // File Name: d.cpp 2 // Author: darkdream 3 // Created Time: 2014...
分类:
其他好文 时间:
2014-10-03 01:04:13
阅读次数:
294
有没有在切换到Design或者Split的的页面时程序卡死原来是因为vs没有管理员权限的原因。。。。。。蛋疼。。。。。解决方法,让VS任何时候都以管理员权限打开In case you badlyneed Visual Studio to Run as Administrator, you can m...
分类:
其他好文 时间:
2014-10-02 18:47:13
阅读次数:
277
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...
分类:
其他好文 时间:
2014-10-02 13:58:53
阅读次数:
321
这次是布局的练习。分别是div布局和table布局div布局:Main Title of Web PageMenuHTMLCSSJavaScriptContent goes hereCopyright W3School.com.cntable布局:my design Main Title of We...
分类:
Web程序 时间:
2014-10-01 20:13:31
阅读次数:
235
距离上次分享GUI模板有很长时间了,这段时间里设计趋势不断变化,谷歌推出了最新的Android L以及全新的界面设计,UI设计师又有得忙了,今天收集了一组实用的GUI模板和线框图,包含最新的Android4.4,Material Design,Android 可穿戴设备等等,控件全面,拿来即用,建议...
分类:
移动开发 时间:
2014-09-30 10:32:22
阅读次数:
319