摘要: 1. 快速排序 阅读全文
posted @ 2016-10-17 21:00 Ironman-Jason 阅读(96) 评论(0) 推荐(0)
摘要: 英文原文:https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/ 中文:https://www.html5rocks.com/zh/tutorials/internals/howbrowserswork/ 阅读全文
posted @ 2016-10-14 13:39 Ironman-Jason 阅读(148) 评论(0) 推荐(0)
摘要: AI 框架:google tensorflow 机器视觉类:OpenCV. 自然语言处理:NLTK, jieba(Python中文分词组件),HanLP, FudanNLP, NLPIR, http://tm.itc.ntnu.edu.tw/CNLP/?q=node/5 TTS: pyttsx, g 阅读全文
posted @ 2016-09-18 16:26 Ironman-Jason 阅读(219) 评论(0) 推荐(0)
摘要: 希望帮助到查论文的朋友 Science NIPS ICML ACL CVPR ICLR IJCAI ICPR ACM 阅读全文
posted @ 2016-08-30 18:00 Ironman-Jason 阅读(457) 评论(0) 推荐(0)
摘要: 还没时间去练习: docker images (list all image on this host) docker ps -a ( list all containers on this host) docker ps -a ( list all containers on this host) 阅读全文
posted @ 2016-08-30 17:58 Ironman-Jason 阅读(786) 评论(0) 推荐(0)
摘要: Butler W. Lampson. Hints for computer system design. ACM Operating Systems Rev. 15, 5 (Oct. 1983), pp 33-48 原文地址:http://research.microsoft.com/en-us/u 阅读全文
posted @ 2016-08-30 17:55 Ironman-Jason 阅读(506) 评论(0) 推荐(0)
摘要: Python 性能优化相关专题: https://www.ibm.com/developerworks/cn/linux/l-cn-python-optim/ Python wikipedia 介绍: https://zh.wikipedia.org/wiki/Python Simple Code 阅读全文
posted @ 2016-08-30 17:45 Ironman-Jason 阅读(293) 评论(0) 推荐(0)
摘要: 活到老,学到老。 C++ 98 我们学习和教材中常见的。 C++ 03 主要是对98版本进行了bug修复。 C++ 11 引入的新功能请参见: http://www.cplusplus.com/articles/EzywvCM9/ http://blog.smartbear.com/c-plus-p 阅读全文
posted @ 2016-08-30 17:33 Ironman-Jason 阅读(360) 评论(0) 推荐(0)
摘要: THE PHYSICAL TIMEThe notion of time and its relation to space have intrigued scientists and philosophers since theancient days. According to the laws 阅读全文
posted @ 2016-07-25 14:24 Ironman-Jason 阅读(235) 评论(0) 推荐(0)
摘要: 1. 基准测试(benchmark) 不管是新手还是专家都要熟悉基准测试,benchmark测试是对系统的一种压力测试,目标是为了掌握在特定压力下系统的行为。也有其他原因:如重现系统状态,或者是为新硬件的可靠性测试。 1.1 为什么需要基准测试 benchmark测试可以观察系统在不同压力下的行为, 阅读全文
posted @ 2016-04-27 15:58 Ironman-Jason 阅读(148) 评论(0) 推荐(0)