关键词:initcall、bootgraph.py、bootchartd、pybootchart等。 启动时间的优化,分为两大部分,分别是内核部分和用户空间两大部分。 从内核timestamp 0.000000作为内核启动起点,到free_initmem()输出"Freeing init memor ...
分类:
系统相关 时间:
2018-10-28 12:51:30
阅读次数:
412
The robot will not directly measure X unfortunately, but the robot may observe portions of x through it's sensors. The robot will not directly measure ...
分类:
其他好文 时间:
2018-10-28 11:55:10
阅读次数:
208
08:06:55 求点(x1,y1) 关于直线 Ax+Bx+C=0 的对称点 (x2,y2),因为笨拙的计算能力,结果推了好久。 x2=( (B2-A2)x1-2ABy1-2AC ) / (A2+B2) y2=( (A2-B2)y1-2ABx1-2BC ) / (A2+B2) 11:54:33早上的 ...
分类:
其他好文 时间:
2018-10-27 10:23:13
阅读次数:
113
1.什么时候需要使用UITableView? 官方文档如下 To let users navigate through hierarchically structured data To present an indexed list of items To display detail infor ...
分类:
其他好文 时间:
2018-10-25 00:34:16
阅读次数:
205
Gralde 网络代理 Gradle在编译项目的时候,需要下载一些依赖。墙外的网络就需要设置代理了。 设置的方法,见文档: Accessing the web through a HTTP proxy 这一段配置,放在gradle.properties文件中。 ...
分类:
其他好文 时间:
2018-10-23 20:59:07
阅读次数:
121
论文标题:Paper Abstract Writing through Editing Mechanism 作者:Qingyun Wang, Zhihao Zhou, Lifu Huang, Spencer Whitehead, Boliang Zhang, Heng Ji , Kevin Knig ...
分类:
其他好文 时间:
2018-10-23 14:39:44
阅读次数:
262
On a 2x3 board, there are 5 tiles represented by the integers 1 through 5, and an empty square represented by 0. A move consists of choosing 0 and a 4 ...
分类:
其他好文 时间:
2018-10-23 11:00:17
阅读次数:
236
Given a string and a string dictionary, find the longest string in the dictionary that can be formed by deleting some characters of the given string. ...
分类:
其他好文 时间:
2018-10-20 23:52:36
阅读次数:
275
原文链接https://www.cnblogs.com/zhouzhendong/p/CF1070.html 比赛网址:http://codeforces.com/contest/1070 感受 本来只打算玩玩的。 结果玩的海星。 我做 A 题的时候可能比较浮躁吧,各种傻错误,爆了 7 个罚时。 我 ...
分类:
其他好文 时间:
2018-10-20 23:47:19
阅读次数:
321
原文地址:https://github.com/Kaixhin/grokking-pytorch PyTorch is a flexible deep learning framework that allows automatic differentiation(自动求导) through dyn ...
分类:
其他好文 时间:
2018-10-20 22:07:12
阅读次数:
263