A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:
其他好文 时间:
2014-10-15 01:41:29
阅读次数:
266
(1)主要是onScroll()方法和onTouchEvent()方法,先是onTouchEvent()的ACTION_DOWN,然后是 ACTION_MOVE和onScroll()方法同时进行,最后是onTouchEvent()的ACTION_UP。 (2)刷新的4种状态:CLICK_TO_REF...
分类:
其他好文 时间:
2014-10-14 20:50:49
阅读次数:
234
左值和右值的区别,以及C++11中对左值符号&和右值符号&&、std::move。...
分类:
编程语言 时间:
2014-10-14 11:41:48
阅读次数:
187
题目:一个ACM的判题的小程序,两组字符全相同,为正确,比标准多输出空格,为格式错误,其他为错误。
分析:字符串。从前向后扫描,如果两字符不同,若A串当前字符不是空格,则错误;
若是空格,则一定不会是正确,滤过空格,看剩余部分,如果剩下字符相同则格式错误;
否则,一定错误;
说明:注意结束位置的空格。想起几年前开发自己OJ的日子了...
分类:
其他好文 时间:
2014-10-13 00:56:38
阅读次数:
266
大意就是求 log10(n!) = log10(1 * 2 * 3 * .......*n) = log10(1) + log10(2)...
分类:
其他好文 时间:
2014-10-12 13:46:48
阅读次数:
257
[问题2014A01] 解答一(第一列拆分法,由张钧瑞同学提供)(1)当 \(a=0\) 时,这是高代书复习题一第 33 题,可用升阶法和 Vander Monde 行列式来求解,其结果为\[|A|=\prod_{1\leq i<j\leq n}(x_j-x_i)\Big(\sum_{i=1}^nx...
分类:
其他好文 时间:
2014-10-12 11:16:07
阅读次数:
200
Just a few weeks ago, I had a discussion with one of my colleagues about how to manage the transaction in our innovation project, and I found it a big bang knowledge when dig into details. So I want to go through these details and give an internal knowledg...
分类:
编程语言 时间:
2014-10-12 03:04:07
阅读次数:
182
转载:http://www.rover12421.com/2013/12/09/jetbrains-intellij-idea-13-keygen-java-source-code.htmlJetBrains IntelliJ IDEA 13 Keygen :import java.math.Big...
分类:
编程语言 时间:
2014-10-11 19:05:16
阅读次数:
206
官方有例子: http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/build/KitchenSink/ext-theme-neptune/#big-data-grid 百度百科: http://zhidao.baidu.com/link?url=1GPwBtElw09u0rKerhjRMvgndYIXe7sQ4...
分类:
Web程序 时间:
2014-10-11 17:27:46
阅读次数:
180
1. I see. 我明白了。2. I quit! 我不干了! 3. Let go! 放手! 4. Me too. 我也是。 5. My god! 天哪! 6. No way! 不行! 7. Come on. 来吧(赶快) 8. Hold on. 等一等。 9. I agree。 我同意。 10. ...
分类:
其他好文 时间:
2014-10-11 15:44:05
阅读次数:
252