码迷,mamicode.com
首页 >  
搜索关键字:high water mark    ( 8448个结果
Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-06-04 19:15:23    阅读次数:345
Bootstrap
Bootstrap是Twitter推出的一个开源的用于前端开发的工具包。它由Twitter的设计师Mark Otto和Jacob Thornton合作开发,是一个CSS/HTML框架。Bootstrap提供了优雅的HTML和CSS规范,它即是由动态CSS语言Less写成。 Bootstrap一经推出...
分类:其他好文   时间:2014-05-31 14:23:36    阅读次数:257
Android ListView中FooterView布局问题
在做ListView上拉加载中遇到的问题,不清楚什么原理,具体也没仔细研究,Mark一下。布局界面如下:foot1.xml foot2.xml 看似效果一样的两个布局界面,在ListView的FooterView中显示却是两个效果。footer1.xml中设置了TextV...
分类:移动开发   时间:2014-05-31 11:47:57    阅读次数:381
快速排序算法
快排,从小到大排序 1 void quicksort(int a[],int low,int high) 2 { 3 int i=low; 4 int j=high; 5 int temp=a[i]; 6 if(i=temp&&i<j) j--; ...
分类:其他好文   时间:2014-05-30 08:03:25    阅读次数:268
[leetcode]_Container With Most Water
题目:在二维坐标系下,有很多个挡板,有两个挡板之间能够积蓄的水的最大面积。如下图所示:思路:我只想到暴力解法,用O(n2)的时间复杂度算出任意两个挡板形成的面积,这必须的过不了。优化解法:O(n).用两个指针 i 和 j 指向整个height[]数组的头尾。if i 指向的高度 决定,因此不会比现在...
分类:其他好文   时间:2014-05-29 17:40:09    阅读次数:312
gzip
gzip是GNU zip的缩写,它是一个GNU自由软件的文件压缩程序, 也经常用来表示gzip这种文件格式。软件的作者是Jean-loup Gailly和Mark Adler。gzip的基础是DEFLATE,DEFLATE是LZ77与哈夫曼编码的一个组合体。DEFLATE最初是作为LZW以及其它受专...
分类:其他好文   时间:2014-05-28 13:37:59    阅读次数:261
修改故障转移群集心跳时间
Windows Server Failover Clustering is a high availability platform that is constantly monitoring the network connections and health of the nodes in a ...
分类:其他好文   时间:2014-05-27 23:48:23    阅读次数:550
Limestone all become the right products
Aggregate production is the basic raw material for the building, only select those high standards and high qualified aggregate to build a hundred year...
分类:其他好文   时间:2014-05-27 16:26:36    阅读次数:257
如何使用Xcode进行高保真原型设计?
转载自:http://www.guimobile.net/xcode-high-fidelity-prototype-design.htmlXcode不仅是开发者用来开发iOS Apps的开发工具,同样也可以被设计师用来创建App的高保真交互原型。在Xcode开发环境里,没有任何限制,设计师可以嵌入...
分类:其他好文   时间:2014-05-26 17:36:06    阅读次数:310
HTML 30分钟入门教程
本文目标30分钟内让你明白HTML是什么,并对它有一些基本的了解。一旦入门后,你可以从网上找到更多更详细的资料来继续学习。什么是HTMLHTML是英文Hyper Text Mark-up Language(超文本标记语言)的缩写,它规定了自己的语法规则,用来表示比“文本”更丰富的意义,比如图片,表格...
分类:Web程序   时间:2014-05-26 17:25:28    阅读次数:364
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!