//验证表单的信息var message="";function validate() { var liencePlate = document.getElementById("liencePlate"); //车牌号 var bar_code = document.getElement...
分类:
Web程序 时间:
2015-01-29 12:03:50
阅读次数:
264
题目:http://www.lydsy.com/JudgeOnline/problem.php?id=3521题解:我们考虑把p当作1,j当作-1,然后a[i]表示前缀和。 画到网格图上,我们很容易观察出,[l,r]满足题中的条件当且仅当 a[l-1]是a[l...r]的最小值,而a[r]是a[l....
分类:
其他好文 时间:
2015-01-29 08:07:52
阅读次数:
219
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...
分类:
移动开发 时间:
2015-01-27 14:45:03
阅读次数:
167
题目: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...
分类:
移动开发 时间:
2015-01-27 00:08:51
阅读次数:
185
1,本文大部分来自:http://blog.csdn.net/vanbreaker/article/details/76115852,在start_kernel()-->paging_init()-->zone_sizes_init()-->free_area_init_nodes()-->free...
分类:
系统相关 时间:
2015-01-26 20:49:32
阅读次数:
292
Android官方入门文档[7]样式化操作栏
这节课教你
1.使用Android的主题
2.自定义背景
3.自定义文本颜色
4.自定义选项卡指示器...
分类:
移动开发 时间:
2015-01-26 15:09:51
阅读次数:
333
Android官方入门文档[6]添加Action按钮
这节课教你
1.指定XML中的操作
2.给操作栏添加Action
3.响应Action按钮
4.为低级别的活动添加向上Up按钮...
分类:
移动开发 时间:
2015-01-26 11:59:34
阅读次数:
259
转:http://b2cloud.com.au/how-to-guides/bar-color-calculator-for-ios7-and-ios8/计算:http://htmlpreview.github.io/?https://github.com/tparry/Miscellaneous/...
分类:
移动开发 时间:
2015-01-25 16:34:44
阅读次数:
157
很久没接触C语言了,今天遇到声明与定义的问题,于是找到下面的解释:
声明(declaration )指定了一个变量的标识符,用来描述变量的类型,是类型还是对象,或者函数等。声明,用于编译器(compiler)识别变量名所引用的实体。以下这些就是声明:
extern int bar;
extern int g(int, int);
double f(int, double); // 对于函数...
分类:
编程语言 时间:
2015-01-24 14:30:36
阅读次数:
153