摘要: 1.获得root权限:360超级root等软件获得 2.用wifi万能钥匙密码管理器直接查看(有死机风险);或者用es文件浏览器查看/root/data/misc/wifi/wpa_supplicant.conf文件关于网络的配置。 阅读全文
posted @ 2016-08-11 12:56 Keep_Going 阅读(419) 评论(0) 推荐(0)
摘要: 原题网址:http://acm.hdu.edu.cn/showproblem.php?pid=1693 连通块的表示使用括号表示法。 1.map 阅读全文
posted @ 2016-08-09 15:40 Keep_Going 阅读(158) 评论(0) 推荐(0)
摘要: 原题网址:http://acm.timus.ru/problem.aspx?space=1&num=1519 有关插头dp和状态压缩请参考:http://wenku.baidu.com/link?url=AFuYe_EfR5yXMNK0rY-TaLe6LLgKhsOVxBM1RQULxElPrvjQ 阅读全文
posted @ 2016-08-09 14:31 Keep_Going 阅读(459) 评论(0) 推荐(0)
摘要: 思路:记输、平局、赢得状态分别为-1,0,1. 则有, 先手想要达到某种状态t,如果先手走一步棋子后对手无论怎么走都会达到状态1-t。 后手无论怎么走都会打到状态t,如果下一步无论怎么走先手都会达到状态1-t。 阅读全文
posted @ 2016-08-03 20:28 Keep_Going 阅读(145) 评论(0) 推荐(0)
摘要: 文档资料 Cmder代替cmd使用技巧:http://www.rehack.cn/techshare/devtools/842.html Windows上使用bash:http://www.linuxidc.com/Linux/2016-04/130016.htm windows启用快速启动加快开机 阅读全文
posted @ 2016-07-20 19:52 Keep_Going 阅读(231) 评论(0) 推荐(0)
摘要: VirtualBox 共享文件夹:http://blog.chinaunix.net/uid-27033491-id-3267228.html用Xshell连接VirtualBox内部虚拟机:http://blog.csdn.net/donglynn/article/details/47784393 阅读全文
posted @ 2016-07-15 21:11 Keep_Going 阅读(155) 评论(0) 推荐(0)
摘要: 解决办法: 阅读全文
posted @ 2016-07-15 18:30 Keep_Going 阅读(249) 评论(0) 推荐(0)
摘要: C和C++ Java MATLAB coursera上的MATLAB公开课. Python numpynumpy的tutorial: 页面中包含numpy的其他资源,相对较全面可以进入页面后点击查看 theanotheano主页:http://deeplearning.net/software/th 阅读全文
posted @ 2016-07-13 21:38 Keep_Going 阅读(210) 评论(0) 推荐(0)
摘要: 公开课Andrew Ng 的coursera机器学习公开课Andrew Ng 的网易公开课(和上面的内容不同)Geoffrey Hinton 的神经网络的公开课 学习和参考书 常用网址http://deeplearning.net/:里面有各种dataset、tutotial、demo、softwa 阅读全文
posted @ 2016-07-13 21:30 Keep_Going 阅读(178) 评论(0) 推荐(0)
摘要: /*2016.01.22 *poj3769DNArepair.cpp * ac自动机+dp, 多模式匹配 * 考虑存在这样的修改满足题意,则沿着修改后的字符串进行状态转移每一步都 * 将到达安全的状态(不含病毒串为子串),满足最优子结构。假设: * c 为从状态from到to的字符,dp[i][to 阅读全文
posted @ 2016-01-24 18:48 Keep_Going 阅读(207) 评论(0) 推荐(0)