There is a square matrix n?×?n, consisting of non-negative integer numbers. You should find such a way on it that starts in the upper left cell of the ...
分类:
其他好文 时间:
2017-05-08 23:29:49
阅读次数:
411
1、不要再用 more and more了;该词组被评为中国恶俗词组榜第一!!老师说。。可以用a growing number of.. 2、inevitable。。不可避免。。 3、should/would/could/may/might;为什么要用这个5个词?首先,语气比较委婉,不会很肯定,显的 ...
分类:
其他好文 时间:
2017-05-08 19:59:07
阅读次数:
322
Constructing Roads Description There are N villages, which are numbered from 1 to N, and you should build some roads such that every two villages can ...
分类:
其他好文 时间:
2017-05-08 10:10:02
阅读次数:
203
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4930 Fighting the Landlords Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/ ...
分类:
其他好文 时间:
2017-05-07 21:16:00
阅读次数:
190
Problem D - Maximum Product Time Limit: 1 second Given a sequence of integers S = {S1, S2, ..., Sn}, you should determine what is the value of the max ...
分类:
其他好文 时间:
2017-05-07 14:06:48
阅读次数:
148
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.For example,Given n = 3, your program should return all ...
分类:
其他好文 时间:
2017-05-07 12:57:49
阅读次数:
203
前两天因项目须要,简单看了一下FiddlerScript,功能挺强的。今天有时间细致看一下,做个笔记。 改动Request或Response 改动Request和Response要在FiddlerScript中的OnBeforeRequest和OnBeforeResponse函数中加入规则就可以。O ...
分类:
其他好文 时间:
2017-05-07 11:32:34
阅读次数:
146
今天看了下tasklet,重点分析了其和软中断的关系,特此记录 关于软中断,在之前的中断文章中已经有所介绍,这里就不多说了,只是说明下,系统中默认支持32种软中断,而实际上系统定义的软中断仅有以下几种。 实际上并没有什么关系,只有中枢的内核代码才使用软中断,而如果用户想要使用这种方式,直接使用软中断 ...
分类:
其他好文 时间:
2017-05-06 21:50:15
阅读次数:
197
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example, Given n = 3, your program should return al ...
分类:
其他好文 时间:
2017-05-06 15:53:22
阅读次数:
165
面试前做好充足准备,一定要将自己写入简历的技术点理解透彻,并能完整地表达出来 下面列举今天面试遇到一些值得列出来的题目。 一、 H5与原生怎样交互 (1)js向原生传递参数,第一种方式:通过UIWebView的代理方法- (BOOL)webView:(UIWebView *)webView shou ...
分类:
移动开发 时间:
2017-05-06 14:21:18
阅读次数:
211