06 2016 档案

摘要:Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -. Example:Given a = 1 and b = 2, return 3. 利用位运算, 这里用到了一 阅读全文
posted @ 2016-06-30 19:28 Attenton 阅读(121) 评论(0) 推荐(0)
摘要:题意: Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were in 阅读全文
posted @ 2016-06-30 18:37 Attenton 阅读(128) 评论(0) 推荐(0)
摘要:Arduino是一款便捷灵活、方便上手的开源电子原型平台。包含硬件(各种型号的Arduino板)和软件(Arduino IDE)。由一个欧洲开发团队于2005年冬季开发。其成员包括Massimo Banzi、David Cuartielles、Tom Igoe、Gianluca Martino、Da 阅读全文
posted @ 2016-06-22 19:20 Attenton 阅读(858) 评论(0) 推荐(0)
摘要:ctex下载地址:http://www.ctex.org/CTeXDownload 阅读全文
posted @ 2016-06-19 00:19 Attenton 阅读(109) 评论(0) 推荐(0)
摘要:sublime text3是使用十分广泛的代码编辑器,这里主要介绍自己在使用sublime text3的一些经验 最开始的肯定是下载sublime text3了 下载地址:https://www.sublimetext.com/3 原作者在一年之后又开始更新sublime text了。 下载安装好后 阅读全文
posted @ 2016-06-18 20:51 Attenton 阅读(246) 评论(0) 推荐(0)